sorry for the google translation
I need are installing kaspersky internet security with the WPI.
Silent installation is possible, but I need to enter a license key on each computer.
kis13.0.0.3370.exe /s /p"ACTIVATIONCODE=XXXX-XXXX-XXXX-XXXX"
is there a possibility of using a script to display a query window and transmitting the key to the code set?
Page 1 of 1
key request
#2
Posted 09 August 2012 - 06:42 PM
You need to automate your installation. You can use batch, AutoIT or some other method to prompt for the key and store it into a variable. Then after the key is input, you can execute your cmd as (example only)
kis13.0.0.3370.exe /s /p"ACTIVATIONCODE=" & $var & "
Share this topic:
Page 1 of 1



Help
Back to top









