Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Install Software on the Local ComputerContent of Install Software on the Local Computer.vbsMD5 Hash: 4F9BEB76729D942ABBA76491DD564484 |
||
' Description: Installs a hypothetical software program (using a Windows Installer package) on a local computer.
Const ALL_USERS = True Set objService = GetObject("winmgmts:") Set objSoftware = objService.Get("Win32_Product") errReturn = objSoftware.Install("c:\scripts\database.msi", , ALL_USERS) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |