Re: [WiX-users] CustomAction in .msp MSI patch

2007-11-17 Thread Peter Marcu
ember 17, 2007 2:10 AM To: wix-users list Subject: Re: [WiX-users] CustomAction in .msp MSI patch I finally got it working. My mistake was that I was trying to include the definition of the custom action into the patch definition. One must in fact define his custom actions in the base package

Re: [WiX-users] CustomAction in .msp MSI patch

2007-11-17 Thread Joseph Valet
I finally got it working. My mistake was that I was trying to include the definition of the custom action into the patch definition. One must in fact define his custom actions in the base packages and then torch/pyro will detect the differences and include the custom action into the patch if ne

Re: [WiX-users] CustomAction in .msp MSI patch

2007-11-16 Thread Peter Marcu
You need to add the CustomAction binary to your upgrade build. It will then get into your patch because it is a difference between target and upgrade. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Valet Sent: Friday, November 16, 2007 4:19 AM To: wix-users@lists.sourceforg