Jump to content

how we make silent install for kaspersky


Recommended Posts

  • Moderators

As the sizes for Kaspersky, depending on which you're using, range from 150Mb on up to almost 300, I would suggest against using FileInstall. You'd be better off just including it in the script directory and then doing something like this:

ShellExecuteWait("msiexec.exe", '/i "' & @ScriptDir & '123.msi" /qb')

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

As the sizes for Kaspersky, depending on which you're using, range from 150Mb on up to almost 300, I would suggest against using FileInstall. You'd be better off just including it in the script directory and then doing something like this:

ShellExecuteWait("msiexec.exe", '/i "' & @ScriptDir & '123.msi" /qb')

your silent switch is /qb , i know you had mistake in typing and you want to post /qn

your suggest is against using fileinstall because of large size of kaspersky file but i want only one executed file (no need script & kaspersky file)

i will tray using wirar program to get only one file

Edited by forever0donotknowme
Link to comment
Share on other sites

  • Moderators

Actually, I posted /qb for a reason, so you can SEE that the MSI is installing. You can always change it to /qn later. Take the time to LEARN what the switches are, and you'll be able to figure out what works best for you.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

  • 2 weeks later...

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
 Share

×
×
  • Create New...