Re: [WiX-users] Uninstalling with merge module now takes nearly three minutes

2010-04-28 Thread Blair
bootstrapper -Original Message- From: s...@pacaccess.com [mailto:s...@pacaccess.com] Sent: Wednesday, March 17, 2010 3:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstalling with merge module now takes nearly three minutes Thanks for the

Re: [WiX-users] Uninstalling with merge module now takes nearly three minutes

2010-03-17 Thread Wilson, Phil
It would be a bootstrapper install, look at Burn. Phil Wilson -Original Message- From: s...@pacaccess.com [mailto:s...@pacaccess.com] Sent: Wednesday, March 17, 2010 3:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstalling with merge

Re: [WiX-users] Uninstalling with merge module now takes nearly three minutes

2010-03-17 Thread sd
Thanks for the feedback Phil. Do you have any examples of adding vc_redist.exe to a Wix install script? Thanks, Jeff > The issue has to do with lots and lots of stuff going on when the C++ > runtime support merge modules are uninstalled. I am not aware of any way > to stop them, other than by u

Re: [WiX-users] Uninstalling with merge module now takes nearly three minutes

2010-03-17 Thread Wilson, Phil
The issue has to do with lots and lots of stuff going on when the C++ runtime support merge modules are uninstalled. I am not aware of any way to stop them, other than by using the vc_redist.exe package as a prerequisite install up front and forgetting about merge modules. Phil Wilson -