[WiX-users] Uninstalling patch changes feature states

2008-04-15 Thread LindseyLeu
Pehaps this is more of a Windows Installer question than WiX but I authored my installer using WIX 3 so I am posting here. I have an patched installation where only some of the features are installed. When I remove the patch through add/remove programs or a call to msiexec, the default features g

[WiX-users] Patching fails to find files in cab.

2007-12-20 Thread LindseyLeu
I have created a semi-broken patch that I cannot figure out how to troubleshoot. First the basic info: Used Wix 3 and MSIMSP to create patches. For my product, I have version 1, 1.1, 1.2 Version 1.1 adds existing components to an existing feature so I have the same components under more than 1 f

Re: [WiX-users] Removing a file from the GAC using a patch

2007-09-27 Thread LindseyLeu
ng the file (that's not allowed > during a patch) but you can mark it as a transitive component (don't > know the WiX speak) with a condition that's false (like 0) to make it > absent. > > Phil Wilson > > -Original Message- > From: [EMAIL PROTECTED] &

[WiX-users] Removing a file from the GAC using a patch

2007-09-24 Thread LindseyLeu
Hi, I have an assembly installed by the RTM installer that was put into the GAC. I now want to remove the file in a patch because it is no longer needed. How should I author my wix code to delete the file? Thanks, Lindsey -- View this message in context: http://www.nabble.com/Removing-a-file-f