What kind of code are you trying to run?  You can definitely run an ExePackage 
(EXE file) at any point before, after, between installing any of your 3 MSI 
files, without writing a complete BA.  It's true you cannot run the UI inside 
the MSI though.

However, and this is an ugly hack, but I have had some success doing this:  I 
wrote an EXE RunCommand.exe that just runs commands, since it seems ExePackage 
is limited to files that are part of the bootstrapper.  Then have that run 
something like "msiexec /i MyMSI.msi" with the parameters for installing and 
showing your MSI UI.

-----Original Message-----
From: John Robbins [mailto:j...@wintellect.com] 
Sent: Saturday, July 02, 2011 2:36 PM
To: General discussion for Windows Installer XML toolset.; 
sean.far...@seanfarrow.co.uk
Subject: Re: [WiX-users] Buirn Queries

Hi,

Do run code you'll need to write a complete BA like the WiX36.exe. See 
src\Setup\UX for the code. As of today there's no way to run UI that's inside 
the MSI.

John
Wintellect
http://www.wintellect.com
+1-877-968-5528


-----Original Message-----
From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk]
Sent: Saturday, July 02, 2011 9:50 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Buirn Queries

Hi All:
I'm currently using burn and have a few questions:
Is there a way to run code before/after installing a particular msi. For 
Example, I am installing 3 msi's, I install msi 1, and then would like to run 
some code before installing msi 2-is this doable.
Secondly, is there a way to show the msi ui instead of a burn user interface?
Any help appreciated.
Cheers
Sean.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes sense 
of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes sense 
of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to