Re: [WiX-users] Executing a quoted file path

2009-10-01 Thread Sebastiaan Deckers
Alright, just did some more digging in wix.chm and I found something that works: QtExec This code seems to do the trick: Hope this helps someone else out there. One known limitation: This CustomAction runs the uninstaller without waiting for it to complete. So if your *.msi creates fi

[WiX-users] Executing a quoted file path

2009-10-01 Thread Sebastiaan Deckers
Hi all, I'm making my WiX-based setup detect and uninstall a previous NSIS-based uninstaller. The path to this uninstaller is in a registry key which I can load into a property as follows: This registry value is a quoted string. For example: "C:\Program Files (x86)\MyApplication\Uninstall.exe"