Jump to content

Recommended Posts

Posted

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?


Posted

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 & "

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...