Re: [WiX-users] Uninstall takes 3 times longer timeframe than install

2008-10-14 Thread Yan Sklyarenko
PROTECTED] Sent: Tuesday, October 07, 2008 9:37 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstall takes 3 times longer timeframe than install Yan, Try uninstalling from the command line with the option DISABLEROLLBACK=1. For example, msiexec

Re: [WiX-users] Uninstall takes 3 times longer timeframe than install

2008-10-07 Thread Wilson, Phil
tober 07, 2008 9:37 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstall takes 3 times longer timeframe than install Yan, Try uninstalling from the command line with the option DISABLEROLLBACK=1. For example, msiexec /x yourmsi.msi DISABLEROLLBACK=1.

Re: [WiX-users] Uninstall takes 3 times longer timeframe than install

2008-10-07 Thread Bryan Turner
the registry. -Original Message- From: Yan Sklyarenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 8:32 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Uninstall takes 3 times longer timeframe than install Hello WiX community, My installation source contains

[WiX-users] Uninstall takes 3 times longer timeframe than install

2008-10-07 Thread Yan Sklyarenko
Hello WiX community, My installation source contains 25,000+ files. I used heat.exe to create a WiX authoring out of the root directory. This gave me a *.wxs file with approximately the same number of components, which is claimed to be handled OK by Windows Installer. After some rough tweakin