SOLVED

Deploy app with license key

Brass Contributor

Hi,

 

I would like to deploy an app that has license key as Win32 app. How to integrate license key?

 

Thanks.

Regards,

Davor

4 Replies

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 -

@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

best response confirmed by Davor_Dmitric (Brass Contributor)
Solution

@Davor_Dmitric 


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

 

@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

1 best response

Accepted Solutions
best response confirmed by Davor_Dmitric (Brass Contributor)
Solution

@Davor_Dmitric 


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

 

View solution in original post