Getting GUID of a product
-
Hi, How can i get the GUID of a product which is installed on my system or of which i have the msi file. Regards, Wasif Ehsan.
:confused:What GUID? Not all applications have GUIDs associated with them, so do you mean entries in the registry?
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
-
Hi, How can i get the GUID of a product which is installed on my system or of which i have the msi file. Regards, Wasif Ehsan.
I have couple of assumption on your question... 1. You are creating MSI using .Net Setup Project in this case you will have Property called "Product Code" in your solution itself. 2. You might want to trap Product ID of each product which is installed in your system, for this you have some free tools, which will tell those, please download it from the following link and which will take you in further http://www.nirsoft.net/utils/myuninst.html[^] Make sure this is an UnInstaller but it will show the Product Code of each product, by mistakenly if you hit uninstall please do not blame me ... :) Have a Good Day !!