Jump to content

Recommended Posts

Posted

hi my friends,

for example i had kaspersky program but i do not know silent codes for installing

yes, i know will use fileinstall for program after that i will use run command or shellexuct

but i can not know silent script for kaspersky

  • Moderators
Posted

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!

Posted (edited)

  On 6/6/2012 at 2:47 PM, 'JLogan3o13 said:

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
  • Moderators
Posted

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!

  • 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
×
×
  • Create New...