cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mayurbirari
Level 5

What is the best practice for handling registry entries for multiple installations??

I'm using pure installscript to allow user to have multiple installations of the product. So I've to store separate registry entries for each install.
What is the best practice of doing that??
Is there any unique code for each install??
Labels (1)
0 Kudos
(2) Replies
esiemiat
Level 9

Each instance of the install will be given a unique INSTANCE_GUID. However, you will need to write code in your product to read the instance GUID from somewhere.
0 Kudos
mayurbirari
Level 5

Thanks a lot for the reply.
0 Kudos