Light setup problem
Posted: Tue Oct 10, 2006 10:29 am
I am developing the capability to carry out patch updates via a light (NOEXE) setup.
I am building my patches with NOEXE set. (My setups are compressed Web-based EXEs.) I have modified the updates.mia script to do an Extract 7Zip on the patch EXE and to Run Light the extracted setup.exe program. The patch updater seems to execute just fine until it gets to the Apply Patch command. Windows Installer reports "Invalid command line argument" on return from the Apply Patch.
My new code in the updates script passes "/s REBOOTCOMPUTER=FALSE REBOOTNOW=CANCEL" to the extracted light patch update program which is the same command line I pass to a full version (which works fine). So what command line paramaters do you think WI might be complaining about? Exactly how does IA construct the command line that gets passed to WI and how might this be failing?
Thanks for your help.
I am building my patches with NOEXE set. (My setups are compressed Web-based EXEs.) I have modified the updates.mia script to do an Extract 7Zip on the patch EXE and to Run Light the extracted setup.exe program. The patch updater seems to execute just fine until it gets to the Apply Patch command. Windows Installer reports "Invalid command line argument" on return from the Apply Patch.
My new code in the updates script passes "/s REBOOTCOMPUTER=FALSE REBOOTNOW=CANCEL" to the extracted light patch update program which is the same command line I pass to a full version (which works fine). So what command line paramaters do you think WI might be complaining about? Exactly how does IA construct the command line that gets passed to WI and how might this be failing?
Thanks for your help.