I have a piece of software installed with WPKG and I want to uninstall it, and the uninstall instructions from app deploy say to uninstall it with: MSIEXEC.EXE /X {PRODUCTCODE} REMOVE=ALL /Q but, how do I figure out what the product code of the application is?