' Install Software on the Local ComputerConst ALL_USERS = TrueSet objService = GetObject("winmgmts:")Set objSoftware = objService.Get("Win32_Product")errReturn = objSoftware.Install("c:\scripts\database.msi", , ALL_USERS) search for scripts
' Install Software on the Local ComputerConst ALL_USERS = TrueSet objService = GetObject("winmgmts:")Set objSoftware = objService.Get("Win32_Product")errReturn = objSoftware.Install("c:\scripts\database.msi", , ALL_USERS)
Download Home Scripts Copyright © 2001-2024 adersοft