Install SDK:
'7.1.30514
'{3156336D-8E44-3671-A6FE-AE51D3D6564E}
On Error Resume Next
Set fso = CreateObject("Scripting.FileSystemObject")
Set WshShell = CreateObject("WScript.Shell")
'Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
str = "MsiExec.exe /X {1D8E6291-B0D5-35EC-8441-6616F567A0F7} /qn"
WshShell.Run str,1,True
'Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
str = "MsiExec.exe /X {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} /qn"
WshShell.Run str,1,True
str = "setup.exe -q -params:ADDLOCAL=ALL"
'MSGBOX str
WshShell.Run str,1,True
Uninstall:
'7.1.30514
'{3156336D-8E44-3671-A6FE-AE51D3D6564E}
On Error Resume Next
Set fso = CreateObject("Scripting.FileSystemObject")
Set WshShell = CreateObject("WScript.Shell")
str = "setup.exe -x -q"
'MSGBOX str
WshShell.Run str,1,True
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.