Mergemod.dll takes the rows in the ModuleInstallExecuteSequence table and 
inserts them into the InstallExecuteSequence table.  As I said in a previous 
post, the key is to use Component Action states not Feature Action states 
in the conditional expressions.  Anything else creates an akward releationship 
between the module and the consumer ( msi ).
 
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



----- Original Message ----
From: Pally Sandher <pally.sand...@iesve.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Fri, June 18, 2010 5:17:56 AM
Subject: Re: [WiX-users] ModuleInstallExecuteSequence

ModuleInstallExecuteSequence doesn't exist in an MSI, only an MSM ->
http://msdn.microsoft.com/en-us/library/aa370049(VS.85).aspx 

Even if you get your Custom Action into it, your MSI is still going to
have the same problem once the merge module is consumed if the Custom
Action is not Conditioned appropriately.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: Yuichi Kuroda [mailto:satellitek...@hotmail.com] 
Sent: 17 June 2010 19:52
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ModuleInstallExecuteSequence


Hello everyone,Does WIX support modifying the
ModuleInstallExecuteSequence table in any way? It's obviously not in
thedocumentation, and I thought I've seen it used somewhere in WIX
before when I didn't need it, until now which I need to runCustom
Actions only if the Merge Module (aka Feature) is to be installed.
Giving conditions like&MyFeature > 2 in the MM didn't work because it's
not aware of the features.
Thanks for any help in advance.
                        
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
------------------------------------------------------------------------
------
ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's
Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit.  See the
prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



      

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to