How i can include license key in a package through command line?
hi i have a question about how i can include license KEY in a package. throgh command line.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
jagadeish
11 years ago
Goto Dialog section
Identify the window where you will enter the license key
Identify the PROPERTY name which is responisble for holding the license key
During installation, Pass this PROPERTY with its value through command line
Comments:
-
so my install command line should look like this...msiexec /i "ABC msi" transforms="ABC mst" /qn LICENSE KEY= VALUE OF THE KEY? - shilesh1982 11 years ago
-
Exactly.. - jagadeish 11 years ago
-
i installed like i mentioned above but still it is asking me for key...how i can know that the license key is been installed through command line? - shilesh1982 11 years ago
Posted by:
Ben M
11 years ago
What program do you want to do this with?
Also, I really would recommend removing the license number from your question. We really don't need that information to help, and it isn't normally a good idea to have that available to the public.
Comments:
-
i have msi and mst and i want to install the app throgh command line....like msi,mst and license key...is it possible to install app through command line?..... - shilesh1982 11 years ago
-
How to pull this off will be application specific, there are product key related properties that are standard but few applications actually use them. - bkelly 11 years ago
-
Look through your property table for the likes if PIDKEY, LICENSEKEY. There is lots on Google about it such as http://www.tacticalsoftware.com/support/tech-notes/unattended-install-cmd-line.htm, and but as bkelly says the Property will be Application Specific. Might not be a bad idea to have a look through vendors Custom Actions also. - oreillyr 11 years ago
-
if you have dialogs in the MSI where you can input that key, look at the Control table in the MSI, identify the matching field, and see which property is linked to it. - pjgeutjens 11 years ago