Where is [ProductCode] ?
-
In VS 2005, C# setup project contains information of exe. But I can't find app's [ProductCode] in setup project to make an uninstall file. If you help me show how to find [ProductCode], I am appreciated with you and unintallation of app is easier. Thanks in advance
It seem to be a solution or an answer.
-
In VS 2005, C# setup project contains information of exe. But I can't find app's [ProductCode] in setup project to make an uninstall file. If you help me show how to find [ProductCode], I am appreciated with you and unintallation of app is easier. Thanks in advance
It seem to be a solution or an answer.
An app doesn't automagically have a product code, you need to provide one.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
An app doesn't automagically have a product code, you need to provide one.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
How should I provide [ProductCode] so that Window can identify this [Productcode] as a key to remove ????
It seem to be a solution or an answer.
-
How should I provide [ProductCode] so that Window can identify this [Productcode] as a key to remove ????
It seem to be a solution or an answer.
My understanding is that the point is entirely that you provide whatever you like, and windows will use it when you run your uninstaller.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )