/build/static/layout/Breadcrumb_cap_w.png

How do I add a Registration and User names to my CMD line promt

I am wrapping applications for a company and I know how to make the applications install silently but I also need to know how to add in product keys or registration keys and user names to the CMD line so it will install without promting.  The CMD line I am working with for this package is for an MSI for WinZip:

c:\temp>msiexec.exe /i winzip-32.msi /qn /norestart /lv* c:\temp\log.txt

I will also be working exe. packages; so if you have any tips for that as well that would be great. 


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
Posted by: pjgeutjens 11 years ago
Red Belt
2

Have a look through the dialogs in the MSI. If there's one that has a field where you can enter the product key, you should be able to identify that field in the Control table in the MSI, and find the property that is linked to it. Since this is usually a public property you can then add it to your commandline.


Comments:
  • Thanks Pjgeutjens. I ended up creating an MST and being able to look in at the table under properties and enter in the registry information. - Driz24 11 years ago
Posted by: polarman 11 years ago
Senior Yellow Belt
0

This depends on the software you are making package of. Some you can put registration on in the msi-properties, and others you might need to wrap (snapshot)


Comments:
  • Thanks Polarman. I ended up creating an MST and being able to look in at the table under properties and enter in the registry information. Then I was able to add the MST to the wrapper in a TRANSFORMS file. - Driz24 11 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Link

Related Links

Post

Related Posts

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ