Skip to content

Instantly share code, notes, and snippets.

@hagatorn
Last active September 14, 2016 12:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagatorn/967cf4ca121d297225fc7f180e7ad802 to your computer and use it in GitHub Desktop.
Save hagatorn/967cf4ca121d297225fc7f180e7ad802 to your computer and use it in GitHub Desktop.
REM Office Web Components
.\64bit\OfficeWeb_11\owc11.exe /quiet
REM Visual C++ 2005 Redistributables
pushd "64bit\Microsoft_C++_2005_Redistributable_(x64)"
.\vcredist_x64.exe /Q
popd
.\64bit\Microsoft_C++_2005_Redistributable\vcredist_x86.exe /Q
REM Visual C++ 2008 Redistributables
pushd ".\64bit\Microsoft_C++_2008_Redistributable_(x64)"
.\vcredist_x64.exe /q
popd
64bit\Microsoft_C++_2008_Redistributable\vcredist_x86.exe /Q
REM Visual C++ 2010 Redistributables
pushd "64bit\Microsoft_C++_2010_Redistributable_(x64)"
.\vcredist_x64.exe /Q /norestart
popd
.\64bit\Microsoft_C++_2010_Redistributable\vcredist_x86.exe /Q
pushd "64bit\Microsoft_C++_2012_Redistributable_(x64)"
.\vcredist_x64.exe /Q
popd
.\64bit\Microsoft_C++_2012_Redistributable\vcredist_x86.exe /Q
REM .NET Framework 4.5 (already installed)
REM administrative_image_directory\.Net_Framework_4.5\dotnetfx45_full_x86_x64.exe
REM Visual Studio Tools for Applications:
msiexec.exe /i "64bit\Microsoft_VSTA\vsta_aide.msi" /qn
REM .NET Framework 3.5
REM For Windows 7 or later, the .NET Framework 3 is a feature of the operating system.
REM Visual Studio Remote Debugger:
.\64bit\VSRemoteDebugger\install.exe /Q
REM Install Visual Basic 7.1:
pushd "64bit\Microsoft_VBA"
.\vba71.msi /qn
popd
pushd "64bit\Microsoft_VBA_1033"
.\vba71_1033.msi /qn
popd
pushd "64bit\Microsoft_VBA_KB2783832"
msiexec.exe /p vba71-kb2783832-x64.msp /qn
popd
REM Bonjour
.\64bit\Bonjour\Bonjour64.msi /qn
REM SolidWorks
msiexec.exe /i "64bit\SOLIDWORKS\SOLIDWORKS.Msi" ENABLEPERFORMANCE="1" OFFICEOPTION="3" ADDLOCAL="SolidWorks" SERVERLIST="Port@Server" SOLIDWORKSSERIALNUMBER="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" /qn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment