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

2013-09-19 Thread Phill Hogland
One approach might be to add a ExePackage with payloads, if they are needed. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Execute-script-between-Msi-packages-during-bootstrapper-tp7589078p7589099.html Sent from the wix-users mailing list archive

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

2013-09-19 Thread Rob Mensching
Sounds like you want a chainer like Burn! On Thu, Sep 19, 2013 at 10:21 AM, gegeishol wrote: > 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 t

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

2013-09-19 Thread Hoover, Jacob
loys the changes in question. -Original Message- From: gegeishol [mailto:dkim1...@msn.com] Sent: Thursday, September 19, 2013 2:14 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] [SPAM] Re: Execute script between Msi packages during bootstrapper So

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. --

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-