Search the web
Sign In
New User? Sign Up
makemsi · Build or Update MSI Databases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2451 - 2480 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2451
... Just to follow up: There were a couple of problems with this macro definition. The main problem is that I had reversed the order of the parameters to the...
dancingguy2000
Offline Send Email
May 4, 2009
7:43 pm
2452
I'd like to create a Merge Module that will install as a subfolder of the parent MSI's INSTALLDIR. So far, it's not quite working as desired. The Merge...
dancingguy2000
Offline Send Email
May 7, 2009
1:24 am
2453
Hi, I can see you uploaded the files to the group's area unfortunately I can't access them now (Yahoo issue). Hopefully this is a temporary issue, I will try...
Dennis Bareis
dbareis
Offline Send Email
May 7, 2009
9:03 am
2454
... Thank you, Dennis. I've made a bit of progress, I think, but haven't stumbled upon the solution yet. The attached file MsiAndMergeModuleStudy_2.zip...
dancingguy2000
Offline Send Email
May 8, 2009
7:53 pm
2455
Hi, ... solution yet. I was able to get to the files this time. Just remember that you need to debug the msi, not the merge module, once merged into the msi...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
12:14 am
2456
Hello Group. What an excellent tool. I'm a bit on a emergency here. Need to deploy client appilication with server 2003 and need to make a MSI setup file for...
javier.arrospide@...
javier_arros...
Offline Send Email
May 9, 2009
12:56 am
2457
Hi, Quick response as I'm heading out in a sec... Registering other peoples runtime files is best done via merge modules, so look for some for VB5, if you mean...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
1:05 am
2458
Thanks a lot for the guidance. Yes the runtime files are Source: Support\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile uninsneveruninstall...
javier.arrospide@...
javier_arros...
Offline Send Email
May 9, 2009
1:16 am
2459
... Yes, otherwise you risk problems on the end users machine. The merge module becomes part of the msi logic so only one msi to install: ...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
2:14 am
2460
Hello Dennis, This has come to close to a deadline and I need to be able to do this as quickly as possible. I would like to maybe try the wrap the innosetup...
javier.arrospide@...
javier_arros...
Offline Send Email
May 9, 2009
4:00 am
2461
Hi, See: http://makemsi-manual.dennisbareis.com/repackaging_an_inno_setup_based_installer.htm Bye, Dennis ... as quickly as possible. ... the clients (that key...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
4:39 am
2462
Please help. I'm trying to create a msi to run a bat that will trigger innosetup setup.exe toi be able to deploy from s 2003.(and delete the temp\test at the ...
javier.arrospide@...
javier_arros...
Offline Send Email
May 9, 2009
2:17 pm
2463
Hi, As you haven't said what the error is I'll have to guess that your batch file is not controlling its return codes so you are probably getting an install...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
10:01 pm
2464
Thank you very much for the comments. ... I've changed the Level to "3" so it installs by default. Previously, I'd also used Custom install in testing, as you...
dancingguy2000
Offline Send Email
May 9, 2009
10:12 pm
2465
Hello Dennis, Got it running following your stuff on WrapInstall.(not trying to run bat anymore) Will this run my app inno setup.exe with the elevated...
javier.arrospide@...
javier_arros...
Offline Send Email
May 9, 2009
10:12 pm
2466
... documented in the MAKEMSI help file under Windows Installer Basics -> MSIEXEC.EXE -> Logging, no? Very handy indeed. yes ... installed anywhere -- not even...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
10:29 pm
2467
Got msval2. Any guidance on result solving. **************************************************************************** ...
javier.arrospide@...
javier_arros...
Offline Send Email
May 9, 2009
10:32 pm
2468
Hi, ... will ... There are a few windows installer policies and depending on the tools used to deploy... Also see the "type" parameter, it has impersonate and...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
10:35 pm
2469
... For starters you seem to have overridden the default filtering: http://makemsi-manual.dennisbareis.com/makemsi_flt.htm ICE warnings/errors documented by...
Dennis Bareis
dbareis
Offline Send Email
May 9, 2009
10:43 pm
2470
Thanks for the comments, I’ll be studying a bit now. I’ll let know if moving forward of if stuck somewhere. I´m assuming they will be using active...
javier.arrospide@...
javier_arros...
Offline Send Email
May 9, 2009
11:31 pm
2471
Hi, I had another quick look at your code, I don't know why you are ignoring merge errors to do with directories when you are having direct issues but that...
Dennis Bareis
dbareis
Offline Send Email
May 10, 2009
1:11 am
2472
Hi, I need to find a file that could be in two different locations. Following the WScript example in ...
Kevin Keane
ipakleppa
Offline Send Email
May 10, 2009
6:00 pm
2473
And sure enough - I found the answer right after posting it. Adding SeqTable="InstallExecuteSequence InstallUISequence" to the PropertyCa command took care of...
Kevin Keane
ipakleppa
Offline Send Email
May 10, 2009
6:11 pm
2474
... Thank you very much. Indeed that is close to what I want. It now installs the merge module folders in a folder called C:\Program...
dancingguy2000
Offline Send Email
May 10, 2009
6:14 pm
2475
Hello, I created an MSI with one custom dialog which is used to enter the license key. However when the user does an admin install "msiexec /a mymsi.msi" they...
Sase
sases
Offline Send Email
May 13, 2009
7:18 am
2476
Hi, ... Its non standard to have a licence dialog there (not sure why) but I made and quickly tested a few changes which appear to work, I have added the code...
Dennis Bareis
dbareis
Offline Send Email
May 14, 2009
2:56 am
2477
I am brand new to MAKEMSI. I just built an installer for a java application and when I install it in the default location (C:\Program Files\MyApp) it fails to...
chariotsforapollo
chariotsfora...
Offline Send Email
May 14, 2009
8:22 am
2478
Could the space in the directory name be the problem?...
Kevin Keane
ipakleppa
Offline Send Email
May 14, 2009
8:48 am
2479
Hi, ... Exactly my opinion also, your command line is wrong, if a shortcut what do its properties look like, either way what is the code you used? If...
Dennis Bareis
dbareis
Offline Send Email
May 14, 2009
9:55 am
2480
Thanks for the prompt replies. When I woke up this morning I realized the space was proably the issue. I'll check it out....
chariotsforapollo
chariotsfora...
Offline Send Email
May 14, 2009
1:26 pm
Messages 2451 - 2480 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help