Can I use the same Setup project's ProductCode in 2 applications?

G

Guest

I have 2 stand-alone C# application that belongs to the same product. I
notice ProductCode is automatically generated for me when I created the setup
project. Do I put this code in both stand-alone applicaitons's? Do I just
use what's generated here or do we need to apply for a special id from MS?
Thanks.
 
G

Guest

You should use a generated product ID for each stand-alone application that
you are releasing. This ID will uniquely identify your application on a
target computer regardless of whether it came by itself or in a package with
multiple other applications.

Adrian.
 
G

Guest

Thank you.
--
Thanks.


Adrian Voicu said:
You should use a generated product ID for each stand-alone application that
you are releasing. This ID will uniquely identify your application on a
target computer regardless of whether it came by itself or in a package with
multiple other applications.

Adrian.
--
[Please mark my answer if it was helpful to you]




Pucca said:
I have 2 stand-alone C# application that belongs to the same product. I
notice ProductCode is automatically generated for me when I created the setup
project. Do I put this code in both stand-alone applicaitons's? Do I just
use what's generated here or do we need to apply for a special id from MS?
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top