product code generation
I have been packaging long enough that I am should know the answer to this question, but this is the first time I have run into an issue.
The question: When repackaging (in this case, with WPS), what is used to generate the .msi's product code? Is it randomly generated, or is some algorythym run against some piece of information from the souce software?
Craig --<>.
The question: When repackaging (in this case, with WPS), what is used to generate the .msi's product code? Is it randomly generated, or is some algorythym run against some piece of information from the souce software?
Craig --<>.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
bkelly
19 years ago
Posted by:
craig16229
19 years ago
Posted by:
bkelly
19 years ago
It uses the time and a few other things to generate what should be a "globably" unique number, so if you are trying to dynamicaly recreate your component GUIDs somehow, I think you're out of luck. There is a bit more info on how Microsoft does GUIDs here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PPCGuidGen.asp
Hope this helps,
Bob
Hope this helps,
Bob
Posted by:
craig16229
19 years ago
Bob,
Thanks for that information. It was exactly what I needed to know, and has kept me from going down the wrong troubleshooting path.
Based on what you provided, it seemed very unlikely - if not impossible - to have matching codes on different packages. After reviewing those codes again, I found they are not the same. Something else is causing my issue; it's back to the drawing board.
Craig --<>.
Thanks for that information. It was exactly what I needed to know, and has kept me from going down the wrong troubleshooting path.
Based on what you provided, it seemed very unlikely - if not impossible - to have matching codes on different packages. After reviewing those codes again, I found they are not the same. Something else is causing my issue; it's back to the drawing board.
Craig --<>.
Posted by:
bkelly
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.