Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. REM Office Web Components
  2. .\64bit\OfficeWeb_11\owc11.exe/quiet
  3.  
  4. REM Visual C++ 2005 Redistributables
  5. .\64bit\Microsoft_C++_2005_Redistributable_(x64)\vcredist_x64.exe /Q
  6. .\64bit\Microsoft_C++_2005_Redistributable\vcredist_x86.exe /Q
  7.  
  8. .\64bit\Microsoft_C++_2008_Redistributable_(x64)\vcredist_x64.exe /Q
  9. .\64bit\Microsoft_C++_2008_Redistributable\vcredist_x86.exe /Q
  10.  
  11. .\64bit\Microsoft_C++_2010_Redistributable_(x64)\vcredist_x64.exe /Q
  12. .\64bit\Microsoft_C++_2010_Redistributable\vcredist_x86.exe /Q
  13.  
  14. .\64bit\Microsoft_C++_2012_Redistributable_(x64)\vcredist_x64.exe /Q
  15. .\64bit\Microsoft_C++_2012_Redistributable\vcredist_x86.exe /Q
  16.  
  17.  
  18. REM .NET Framework 4.5 (already installed)
  19. REM administrative_image_directory\.Net_Framework_4.5\dotnetfx45_full_x86_x64.exe
  20.  
  21. REM Visual Studio Tools for Applications:
  22. .\64bit\Microsoft_VSTA\vsta_aide.msi /qb
  23.  
  24. REM .NET Framework 3.5
  25. REM For Windows 7 or later, the .NET Framework 3 is a feature of the operating system.
  26.  
  27. REM Visual Studio Remote Debugger:
  28. .\64bit\VSRemoteDebugger\install.exe /Q
  29.  
  30. REM Install Visual Basic 7.1:
  31. .\64bit\Microsoft_VBA\vba71.msi /qb
  32. .\64bit\Microsoft_VBA_1033\vba71_1033.msi /qb
  33.  
  34. REM - Posting as invalid
  35. .\64bit\Microsoft_VBA_KB2783832\vba71-kb27832-x64.msp /qb
  36.  
  37. REM Bonjour
  38. .\64bit\Bonjour\Bonjour64.msi /qb
  39.  
  40. .\64bit\SOLIDWORKS\SOLIDWORKS.Msi ENABLEPERFORMANCE="1" OFFICEOPTION="3" ADDLOCAL="SolidWorks" SERVERLIST="PORT@SERVER" SOLIDWORKSSERIALNUMBER="x" /qb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement