/build/static/layout/Breadcrumb_cap_w.png

Command lines for Licence Key

Hi, I can deploy silently a software with command line, but after when I want to open the software, it askes me the licence key.
Do you now the command lines to put my serial number in this, for than I can deploy completly the software silently?

Thank you!

0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
Posted by: TheAustinDave 8 years ago
Third Degree Brown Belt
2

Top Answer

Hello,

The answer to the question is dependent on what switch's the software provider built into the installer. I would recommend contacting them to see if they have a switch to pass in the license information.

TheAustinDave
Posted by: SMal.tmcc 8 years ago
Red Belt
2
what software specifically?  there are many variations for this type of input.

as example:

setup.exe /s /v /qn SERIALNUMBER=1122334455

msiexec /qn /i myinstaller.msi SERIALNUMBER=1122334455

Comments:
  • Thank SMal.tmcc, it's for Minitab 17. - moba-junior 8 years ago
Posted by: SMal.tmcc 8 years ago
Red Belt
1
Minitab uses a license manager whether networked or standalone.  It just points to itself in a standalone setting and should be unique for every machine.  I recommend a license server this is what we use and you just point it to the server with the license server switch


-<Setup>
-<Product Name="Minitab17">
<PackageRef Path="Core\Core.msi"/>
<PackageRef Path="LanguagePacks\en-US\LanguagePack.msi"/>
<PackageRef Path="LicenseAgreement\en-US\LicenseAgreement.msi"/>
<PackageRef Path="License\MU\Licensing.msi"/>
</Product>
-<Product Name="Bootstrapper">
<PackageRef Path="Bootstrapper\Bootstrapper.msi"/>
</Product>
-<Product Name="SoftwareManager">
<PackageRef Path="SoftwareManager\SoftwareManager.msi"/>
</Product>
</Setup



for minitab tab the licensing.msi file inside the setup.exe uses the switch MINITAB_LICENSE_FILE=@yourlicenseserver or if you are using other then default port MINITAB_LICENSE_FILE="27000@yourlicenseserver"
Posted by: moba-junior 8 years ago
Purple Belt
0
Can you give please me a example of this type of switch?

Thank you!
 
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