Re: [WiX-users] Debugging Wix Uninstallers

2006-07-05 Thread Antony Walmsley
It depends what you want to debug.I was able to find a problem in the COM+ custom actions code by getting the source for wix and building it myself. Use this version to generate the msi. You set an environment variable called MsiBreak to the name of the custom action you want to stop at. The uninst

Re: [WiX-users] Debugging Wix Uninstallers

2006-07-05 Thread Rob Hamflett
No, the best you can do is log the install and then look through it afterwards. Just type "msiexec" to get the list of options. Personally I use msiexec /i /leavx log.txt Rob Akshay Bhargava, Noida wrote: > Hi All, > > Is there any way I can put the break points and debug WIX installer, > pa