[WiX-users] Execute script between Msi packages during bootstrapper

2013-09-19 Thread gegeishol
I want to execute a command prompt script after a certain MSI/EXE package has been installed, but before another executes. Is there a way to do this using the bootstrapper? I cannot edit the MSI/EXE to include the script, but I need to execute the script in between the installers. -- View this

Re: [WiX-users] [SPAM] Re: Execute script between Msi packages during bootstrapper

2013-09-19 Thread gegeishol
How would I execute the script from burn? I have my project set up like this: I want to execute the script AFTER "MyPackage1" BEFORE "MyPackage2". Would it be a custom action? If so, what would the properties be like? -- View this message in context: http://windows-installer-xml-

Re: [WiX-users] [SPAM] Re: Execute script between Msi packages during bootstrapper

2013-09-19 Thread gegeishol
Sorry, forgot the tag: -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Execute-script-between-Msi-packages-during-bootstrapper-tp7589078p7589093.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] Install Condition execution by Burn

2013-09-20 Thread gegeishol
I have created a bootstrapper for multiple MSI packages. Some MSI packages are database installers and can be run with options (through the command line). If an option is not specified, the installer will prompt the user to enter in the data. Is there a way to execute the options from the beginnin