... 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...
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...
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...
... 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...
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...
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...
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...
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...
Hi, See: http://makemsi-manual.dennisbareis.com/repackaging_an_inno_setup_based_installer.htm Bye, Dennis ... as quickly as possible. ... the clients (that key...
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 ...
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...
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...
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...
... documented in the MAKEMSI help file under Windows Installer Basics -> MSIEXEC.EXE -> Logging, no? Very handy indeed. yes ... installed anywhere -- not even...
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...
... For starters you seem to have overridden the default filtering: http://makemsi-manual.dennisbareis.com/makemsi_flt.htm ICE warnings/errors documented by...
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...
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...
And sure enough - I found the answer right after posting it. Adding SeqTable="InstallExecuteSequence InstallUISequence" to the PropertyCa command took care of...
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...
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...
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...
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...