forever0donotknowme Posted June 6, 2012 Posted June 6, 2012 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
Bert Posted June 6, 2012 Posted June 6, 2012 Google is your friend. What I found on the subject: http://support.kaspersky.com/us/faq/?qid=208285010 Google search string: https://www.google.com/search?q=kaspersky+silant+install+command+line+switch The Vollatran project My blog: http://www.vollysinterestingshit.com/
Moderators JLogan3o13 Posted June 6, 2012 Moderators Posted June 6, 2012 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!
forever0donotknowme Posted June 6, 2012 Author Posted June 6, 2012 On 6/6/2012 at 12:35 PM, 'Bellicus said: Google is your friend.What I found on the subject:http://support.kaspersky.com/us/faq/?qid=208285010Google search string:https://www.google.com/search?q=kaspersky+silant+install+command+line+switchthanks my sir
forever0donotknowme Posted June 6, 2012 Author Posted June 6, 2012 (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 June 7, 2012 by forever0donotknowme
Moderators JLogan3o13 Posted June 7, 2012 Moderators Posted June 7, 2012 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now