/build/static/layout/Breadcrumb_cap_w.png

Microsoft SDK for Windows

Version: 7

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3k  |  Created: 09/19/2009

Average Rating: 0
SDK for Windows has 6 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Note

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

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (6)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

SDK for Windows

Version

7.1.7600.0.30514

Comments

Update/Uninstall/Repair this SDK

Uninstall String

"C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\Setup.exe" -x "-source:http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup;C:\Program Files\Microsoft SDKs\Windows\v7.1\;C:\Program Files\Microsoft SDKs\Windows\v7.1\S

Questions & Answers (0)

Questions & Answers related to Microsoft SDK for Windows

Blogs (0)

Blog posts related to Microsoft SDK for Windows

Reviews (0)

Reviews related to Microsoft SDK for Windows

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ