Jun 21 2019 02:53 AM
Hi,
I would like to deploy an app that has license key as Win32 app. How to integrate license key?
Thanks.
Regards,
Davor
Jun 23 2019 10:56 PM - last edited on Jun 27 2019 09:30 AM by EricStarker
Jun 23 2019 10:56 PM - last edited on Jun 27 2019 09:30 AM by EricStarker
It depends...
The question needs more information to be answered.
If the app has support to add it in the command line, no problem.
If it is a registry string, no problem. If you just add a file, no problem.
- Jens Tore Fremmegaard -
Jun 27 2019 01:13 AM
@jenstf Hi Jens, thanks for the reply. Well, to be more precise, I was trying to deploy VMware Workstation 15, whereas there is no license file key, but license number. do you have any idea how to deploy it?
Thank you in advance.
Regards,
Davor
Jun 27 2019 01:34 AM - last edited on Jun 27 2019 09:31 AM by EricStarker
Jun 27 2019 01:34 AM - last edited on Jun 27 2019 09:31 AM by EricStarker
Solution
The installer for VMware Workstation seems to accept serial as an attribute.
VMware-workstation-full-xxxx-xxxx.exe /s /v"/qn EULAS_AGREED=1 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
- Jens Tore Fremmegaard
Jun 28 2019 04:57 AM
@jenstf , Hi Jens,
thanks for the tip for VMware deployment. It worked, I added the line you sent me and deployed it again and the was successfully applied.
Regards,
Davor
Jun 27 2019 01:34 AM - last edited on Jun 27 2019 09:31 AM by EricStarker
Jun 27 2019 01:34 AM - last edited on Jun 27 2019 09:31 AM by EricStarker
Solution
The installer for VMware Workstation seems to accept serial as an attribute.
VMware-workstation-full-xxxx-xxxx.exe /s /v"/qn EULAS_AGREED=1 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
- Jens Tore Fremmegaard