In the folder that contains the administrative image, drag SWCreateMST.exe into the Command Prompt window.
The command format is:
path_to_administrative_image\SWCreateMST.exe path_to_MSI_file_of_an_administrative_image list_of_properties
The command line must include all of the parameters used to create the original transform file, plus the global properties UPGRADESWINSTALL and SWMIGRATE.
For example, if the original command was:
C:\admin\SWCreateMST.exe "c:\admin\SolidWorks.msi" INSTALLDIR="C:\Program Files\your_folder" SOLIDWORKSSERIALNUMBER="xxxx xxxx xxxx xxxx" ADDLOCAL=SolidWorks,Manuals,Intel_Modules_AgeiaX86 OFFICEOPTION=0 SERVERLIST=25734@your_server
the update command must be:
C:\admin\SWCreateMST.exe "c:\admin\SolidWorks.msi" INSTALLDIR="C:\Program Files\your_folder" SOLIDWORKSSERIALNUMBER="xxxx xxxx xxxx xxxx" ADDLOCAL=SolidWorks,Manuals,Intel_Modules_AgeiaX86 OFFICEOPTION=0 SERVERLIST=25734@your_server UPGRADESWINSTALL=1 SWMIGRATE="SolidWorks version service_pack"
The transform file, SolidWorks.mst, is created in the folder that contains the administrative image.
The original and update commands in this example are for installing the 32-bit version of SolidWorks on a 32-bit version operating system. If you are installing the 64-bit version of SolidWorks on a 64-bit operating system, you would not use either "Intel_Modules_AgeiaX86” or “Intel_Modules_AgeiaX64".