Re: [WiX-users] Custom Actions from Merge Modules

2009-01-29 Thread Lisa Wright
toolset. Subject: Re: [WiX-users] Custom Actions from Merge Modules Lisa Wright wrote: I'm having a similar problem with merge modules I am picking up from another team. I can't modify those msm's and I'm being forced to add custom actions to set the system folder properties they use so

Re: [WiX-users] Custom Actions from Merge Modules

2009-01-29 Thread Bob Arnson
Lisa Wright wrote: I did find a workaround that seems to be working. I'm merging multiple msm's but have found that if the one I'm trying to work with is first in the list it gets merged properly and are sequenced in the 700's as they should. Unfortunately, mergemod.dll has its own

Re: [WiX-users] Custom Actions from Merge Modules

2009-01-28 Thread Lisa Wright
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Actions from Merge Modules It's more complicated than that. The problem your hitting in WiX v3 is actually a feature added in WiX v2 that allows a developer to separate their authoring into separate Fragments

Re: [WiX-users] Custom Actions from Merge Modules

2009-01-28 Thread Bob Arnson
Lisa Wright wrote: I'm having a similar problem with merge modules I am picking up from another team. I can't modify those msm's and I'm being forced to add custom actions to set the system folder properties they use so the files get installed to the correct place. Mine need to be

Re: [WiX-users] Custom Actions from Merge Modules

2008-09-25 Thread Tina Basinger
It seems to me that Wix is being unsupportive of something that Windows Installer allows. The InstallExecuteSequence table of an MSI contains references to both the custom actions defined in the MSI directly as well as in the merge modules. You can go in and modify this table directly (using

Re: [WiX-users] Custom Actions from Merge Modules

2008-09-25 Thread Rob Mensching
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 12:48 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Actions from Merge Modules It seems to me that Wix is being unsupportive of something that Windows Installer allows. The InstallExecuteSequence

Re: [WiX-users] Custom Actions from Merge Modules

2008-09-24 Thread Bob Arnson
Tina Basinger wrote: Maybe this is not supported any more. Should I be able to have the main installation code schedule a custom action that is defined within a merge module? Any thoughts? Merge modules are designed to be self-contained, which is why they have the modularization GUID

Re: [WiX-users] Custom Actions from Merge Modules

2008-09-22 Thread Christopher Karper
In all likelihood, your problem is that your CA is being modularized when compiled, but maybe not to the standard you're expecting. If you look at your .msm in Orca, you'll see the actual name it's been given. I believe you can suppress the modularization if that's your wish. Or you can at