Re: [WiX-users] ModuleInstallExecuteSequence

2010-06-18 Thread Christopher Painter
Installer XML toolset. 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,

Re: [WiX-users] ModuleInstallExecuteSequence

2010-06-18 Thread Pally Sandher
fice - 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

Re: [WiX-users] ModuleInstallExecuteSequence

2010-06-17 Thread Christopher Painter
:29 PM 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 w

[WiX-users] ModuleInstallExecuteSequence

2010-06-17 Thread Yuichi Kuroda
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)

Re: [WiX-users] ModuleInstallExecuteSequence not being merged into msi

2008-03-25 Thread Geoff Finger
That was in fact the problem, thanks! On Sat, Mar 22, 2008 at 11:42 AM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Geoff Finger wrote: > > In the ModuleInstallExecuteSequence table of the msm files we have rows > such as: > > > > Action: RemoveOldDriver.B391C18A_6953_11D4_82CB_00D0B72E1DB9 > > S

Re: [WiX-users] ModuleInstallExecuteSequence not being merged into msi

2008-03-22 Thread Bob Arnson
Geoff Finger wrote: > In the ModuleInstallExecuteSequence table of the msm files we have rows such > as: > > Action: RemoveOldDriver.B391C18A_6953_11D4_82CB_00D0B72E1DB9 > Sequence: > BaseAction: CostInitialize > After: 0 > Condition: INSTALLCONDITION=1 > Does the ModuleInstallExecuteSequence

[WiX-users] ModuleInstallExecuteSequence not being merged into msi

2008-03-19 Thread Geoff Finger
I'm having some trouble getting a couple of 3rd party msm files to work correctly. The original instructions said that along with including the merge module we should also schedule several custom actions in the msi. After that failed I looked around the archives and found several threads saying tha