Re: [WiX-users] Adding a custom action to 3dparty msi package

2014-09-29 Thread Hoover, Jacob
stallExecuteSequence tables. -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Monday, September 29, 2014 5:47 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Adding a custom action to 3dparty msi package I tried to create a transform, but in my situ

Re: [WiX-users] Adding a custom action to 3dparty msi package

2014-09-29 Thread Phill Hogland
I tried to create a transform, but in my situation I ran into the limitation that a transform can only modify information in persisted tables. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/torch-create-transform-td7594463.html#a7594624 -- View this message in context: http://w

Re: [WiX-users] Adding a custom action to 3dparty msi package

2014-09-29 Thread Hoover, Jacob
Tognacci [mailto:mark...@live.it] Sent: Monday, September 29, 2014 2:26 PM To: WiX - users Subject: Re: [WiX-users] Adding a custom action to 3dparty msi package Can you explain with details how to use a transform to inject the custom action in the msi? > From: jacob.hoo...@greenheck.com > T

Re: [WiX-users] Adding a custom action to 3dparty msi package

2014-09-29 Thread Marco Tognacci
Can you explain with details how to use a transform to inject the custom action in the msi? > From: jacob.hoo...@greenheck.com > To: wix-users@lists.sourceforge.net > Date: Mon, 29 Sep 2014 14:21:16 + > Subject: Re: [WiX-users] Adding a custom action to 3dparty msi package >

Re: [WiX-users] Adding a custom action to 3dparty msi package

2014-09-29 Thread Hoover, Jacob
29, 2014 8:21 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Adding a custom action to 3dparty msi package I would take the last approach. The other suggestions are not viable so far as I am aware. I have a 3rd party msi for which I chain a pre3rdParty msi and a post3rdparty msi

Re: [WiX-users] Adding a custom action to 3dparty msi package

2014-09-29 Thread Phill Hogland
I would take the last approach. The other suggestions are not viable so far as I am aware. I have a 3rd party msi for which I chain a pre3rdParty msi and a post3rdparty msi for similar reasons, so it is certainly possible to do your last suggestion, depending on your details. -- View this mes