Follow this process to prepare an existing administrative image that will install SolidWorks onto client computers using Microsoft Windows Active Directory.
In these processes, use the command that is appropriate to the version of SolidWorks you are deploying.
- Extract the 2005 Visual C++ Redistributable Package installer files and install them.
- Run one of these commands.
For 32-bit versions of Windows:
administrative_image_directory\Microsoft_C++_2005_Redistributable\vcredist_x86.exe /C /T:{C++_target_directory}
For 64-bit versions of Windows:
administrative_image_directory\Microsoft_C++_2005_Redistributable_(64)\vcredist_x64.exe /C /T:{C++_target_directory}
- Create a policy to install the Microsoft C++ 2005 redistributable module:
{2005_C++_target_directory}\vcredist.msi –
No transform file is needed for this installation.
- Extract the 2008 Visual C++ Redistributable Package installer files and install them.
- Run one of these commands.
For 32-bit versions of Windows:
administrative_image_directory\Microsoft_C++_2008_Redistributable\vcredist_x86.exe /x:{C++_target_directory}
For 64-bit versions of Windows:
administrative_image_directory\Microsoft_C++_2008_Redistributable_(64)\vcredist_x64.exe /x:{C++_target_directory}
- Create a policy to install the Microsoft C++ 2008 redistributable module:
{2008_C++_target_directory}\vcredist.msi –
No transform file is needed for this installation.
- Extract the 2010 Visual C++ Redistributable Package installer files and install them.
- Run one of these commands.
For 32-bit versions of Windows:
administrative_image_directory\Microsoft_C++_2010_Redistributable\vcredist_x86.exe /x:{C++_target_directory}
For 64-bit versions of Windows:
administrative_image_directory\Microsoft_C++_2010_Redistributable_(64)\vcredist_x64.exe /x:{C++_target_directory}
- Create a policy to install the Microsoft C++ 2010 redistributable module:
{2010_C++_target_directory}\vcredist.msi –
No transform file is needed for this installation.
- Install Microsoft .NET Framework 4.
SolidWorks recommends that you install .NET Framework 4 using Windows Updates Services (WSUS) or a similar service.
- Extract the Office Web Components files and install them.
- Run this command:
administrative_image_directory\OfficeWeb_11\owc11.exe /extract:{Office_Web_components_directory}
- Create a policy to install the Office Web Components:
{Office_Web_components_directory}\owc11.MSI
No transform file is needed for this installation.
- Install the Visual Studio Remote Debugger (64-bit versions only), by creating this policy:
{Microsoft_remote_debugger_directory}\rdbgexp.MSI
No transform file is needed for this installation.
- Install Visual Basic 7.1, by creating this policy:
{VBA directory}\vba71.MSI
No transform file is needed for this installation.
- Install the Visual basic 7.1 language pack by creating this policy:
{VBA directory}\vba71_nnnn.MSI
Where
nnnn defines the required language:
- 1028 = Chinese
- 1031 = German
- 1033 = English
- 1036 = French
- 1040 = Italian
- 1041 = Japanese
- 1042 = Korean
- 1046 = Portuguese
- 2052 = Chinese - China
- 3082 = Spanish
- Install the Bonjour Service by creating this policy:
{Bonjour directory}\Bonjour.MSI
No transform file is needed for this installation.
As of SolidWorks 2013 Service Pack 2.0, you must install an addition prerequisite, by creating this policy:
{VBA directory}\vba71-kb2783832-x86.msp or vba71-kb2783832-x64.mspNo transform file is needed for this installation.