MS MapPoint 2010 include Product Key in package
Trying to modify data1.msi or create .mst to pass the 25 character PRODUCT KEY so that user is not prompted. Heard PRODKEY public property might work but I have not had success. Any suggestions appreciated.
0 Comments
[ + ] Show comments
Answers (16)
Please log in to answer
Posted by:
yuri
14 years ago
Posted by:
timmsie
14 years ago
Posted by:
ElizabethV
11 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
pjgeutjens
14 years ago
Vito,
I don't know what tools you have available to you but,
My standard procedure in these cases is
1) look through the existing public properties in the MSI, if you can't find any obvious candidates, go to 2)
2) assuming there's a dialog in the installer somewhere that lets you enter the product-key, open the MSI and find the correct dialog
3) one of the controls in this dialog (the text field where you enter the key) will be linked to a property that holds the productkey
4) create this propery if it doesn't exist, and put in the productkey
You noticed this requires you to identify the correct dialog. Easiest way ofc is to use one of the authoring tools that allows you to just flip though them. The more hands-on approach is to open the MSI in something like ORCA and look through the Control table, this contains the link between your msi's dialog components and properties (among other things)
Hope this helps
PJ
EDIT: Or, what Ian said it seems, just 10 minutes ago [:D]
I don't know what tools you have available to you but,
My standard procedure in these cases is
1) look through the existing public properties in the MSI, if you can't find any obvious candidates, go to 2)
2) assuming there's a dialog in the installer somewhere that lets you enter the product-key, open the MSI and find the correct dialog
3) one of the controls in this dialog (the text field where you enter the key) will be linked to a property that holds the productkey
4) create this propery if it doesn't exist, and put in the productkey
You noticed this requires you to identify the correct dialog. Easiest way ofc is to use one of the authoring tools that allows you to just flip though them. The more hands-on approach is to open the MSI in something like ORCA and look through the Control table, this contains the link between your msi's dialog components and properties (among other things)
Hope this helps
PJ
EDIT: Or, what Ian said it seems, just 10 minutes ago [:D]
Posted by:
anonymous_9363
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
lumettav
14 years ago
After looking at all the insights above I think I'm close. Under the custom actions I found "SetOurProductID'. Within that is a "Property Name" set to "OUR_PRODUCTID" the next line is "Property Value" and is set to "[INSTALLED_PRODUCT_ID]". If I refer back to the Property Manager there is an entry for "OUR_PRODUCTID" which is set to a 20 character string of zeros. I have tried to populate this in the MST with the 25 character product key, without success. I then reverted that value back to its original setting and created a public property "INSTALLED_PRODUCT_ID" and populated this with my product key. I still have not had any luck. Any additional thoughts in light of this new information? Thanks to all that have responded.
Posted by:
ekniranjan
14 years ago
Posted by:
lumettav
14 years ago
Posted by:
ekniranjan
14 years ago
Posted by:
morriscode
14 years ago
Posted by:
anonymous_9363
14 years ago
As a jumping-off point, you could always try using the tools you already have :)
Posted by:
morriscode
14 years ago
Posted by:
joebro
13 years ago
hey man,
could you please elaborate on your advice if i aint asking to much. trying to unlock mappoint 2010 but cant find the key...i am using both orca and install-tailor to find the product key.
help would be appreciated
Joe
could you please elaborate on your advice if i aint asking to much. trying to unlock mappoint 2010 but cant find the key...i am using both orca and install-tailor to find the product key.
help would be appreciated
Joe
ORIGINAL: pjgeutjens
Vito,
I don't know what tools you have available to you but,
My standard procedure in these cases is
1) look through the existing public properties in the MSI, if you can't find any obvious candidates, go to 2)
2) assuming there's a dialog in the installer somewhere that lets you enter the product-key, open the MSI and find the correct dialog
3) one of the controls in this dialog (the text field where you enter the key) will be linked to a property that holds the productkey
4) create this propery if it doesn't exist, and put in the productkey
You noticed this requires you to identify the correct dialog. Easiest way ofc is to use one of the authoring tools that allows you to just flip though them. The more hands-on approach is to open the MSI in something like ORCA and look through the Control table, this contains the link between your msi's dialog components and properties (among other things)
Hope this helps
PJ
EDIT: Or, what Ian said it seems, just 10 minutes ago [:D]
Posted by:
anonymous_9363
13 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.