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
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
2 matches
Mail list logo