I'm using WiX to create an installer, and in order to uninstall my application from the command line (using MsiExec.exe /X{...}
) I need to know the ProductCode for my .msi file.
When I install my application, I can see that the ProductCode
is listed in the installation log file. However, the GUID shown does not feature anywhere in my WiX files. It also seems to change between builds of my installer.
Can I specify the ProductCode
somewhere in my WiX .wsx
file? If so, where?