Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-09 Thread Lian Jiang
- From: Lian Jiang [mailto:lji...@microsoft.com] Sent: 2010年2月8日 13:01 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe Yes, MyFileComponent is in the same fragment in both versions of MSIs. I am using

Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Lian Jiang
olset.' Subject: Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe Is MyFileComponent in the same fragment as both versions of the Condition element? Are you using the .wixpdb files to generate your .wixmst file? -Original Message- From: Lian Jiang [

Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Blair
Installer XML toolset. Subject: Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe Thanks Blair. Yes, the patched MSI has the updated LaunchCondition. I have the working infrastructure using MSIMSP.exe to create a patch. MSIMSP.exe includes all changes into the patch

Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Lian Jiang
7; Subject: Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe Look at the patched msi in orca. It is possible that your change to the LaunchConditions table isn't included by pyro since you limit the changes that are in your patch family. To get all changes, no matte

Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Blair
Look at the patched msi in orca. It is possible that your change to the LaunchConditions table isn't included by pyro since you limit the changes that are in your patch family. To get all changes, no matter what fragment they came from, into your patch, your patch family shouldn't have any childre

Re: [WiX-users] Override V1 launch condition using a patch made by pyro.exe

2010-02-08 Thread Lian Jiang
I tried to put the launch conditions in the patch.wxs's fragment but light.exe threw "Patches cannot contain the 'LaunchCondition' table.". Is there a way to change the launch conditions using a pyro patch? Thanks Lian -Original Message- From: Lian Jiang [mailto:lji...@microsoft.com] S