In the SAGEPORTIDValue field, enter the portid the Sage 100 ERP service is set up to run on
Select SAGESERVERNAME from the Properties column
Enter Sage 100 ERP Advanced server name or IP Address in the Value field
Right-click anywhere inside the Properties column and select Add Row
In the Property field Type: SRCSERVERPATH
In the Value filed enter the UNCPATH to the MAS90 directory (example: \\servername\sharename\sage 100 ERP\MAS90\)
Select OK
Right-click anywhere inside the Properties column and select Add Row
In the Property field Type: INSTALLDIR
In the Value filed enter the LOCAL Installation PATH (example:C:\Sage\Sage 100 ERP YYYY Workstation\MAS90\, where YYYY = Year)
Select OK
Select Tranform, Generate Transform...
Enter the file name and save under ...mas90\wksetup\ folder
Exit Orca
Set up Group Policy to Assign or Publish Sage 100 ERP Workstation client
NOTE: You’ll need to install Prerequisites manually or through Group Policy Management using a script (see Related Resources for Prerequisites)
Log on to the Domain server
Open Start, AdministrativeTools, Group Policy Management
Select existing or create a new one Group Policy Object (GPO)
Right-click GPO and select Edit
Expand User Configuration, Policies, Software Settings Note: You can also configure in Computer Configuration
Right-click Software Installation
Select New, Package
Select UNCPATH to 'Sage 100 ERP YYYY Workstation.msi' file for Advanced and Premium and 'Sage 100 Standard ERP 2014 Workstation.msi' for Standard installations (i.e. "\\servername\sharename\sage 100\MAS90\wksetup\ Sage 100 ERP YYYY Workstation.msi\" where YYYY is the Year/Version
Select Advanced
Select Ok
Select Deployment tab
Select Assigned and 'Install the application at logon' options Note: Skip to Step 17 for Sage 100 ERP Standard client installations
Select Modifications tab
Select Add
Select the Transform file (.mst) you saved under the ...mas90\wksetup\ folder
Select Open
Select Ok
Exit Group Policy Management
Open Start, Run
Type: GPUPDATE /FORCE
Select Ok
How to perform "Silent" installation of Sage 100 ERP Advanced and Premium from Windows Command Prompt
Log into the workstation
Open Start, All Program, Accessories
Right-click Command Prompt and select "Run as Administrator"
Type: msiexec /i "\\servername\sharename\sage 100\MAS90\wksetup\Sage 100 ERP YYYY Workstation.msi" /quiet /l*v C:\Windows\Temp\Sage100Install.txt TRANSFORMS= (YYYY= Year and = name of Transform file)
Press Enter Note: Install can take up to 5 minutes
How to perform "Silent" installation of Sage 100 ERP Standard from Windows Command Prompt
Log in to the workstation
Open Start, All Program, Accessories
Right-click Command Prompt and select "Run as Administrator"
Type:
msiexec /i "\\servername\sharename\sage 100\MAS90\wksetup\Sage 100 Standard ERP YYYY Workstation.msi" /qr /l*v C:\Windows\Temp\Sage100Install.txt INSTALLDIR="\\servername\sharename\sage 100\MAS90" (YYYY=Year and INSTALLDIR=PATH TO MAS90 FOLDER
OR
msiexec /i "s:\sage 100\MAS90\wksetup\Sage 100 Standard ERP YYYY Workstation.msi" /qr /l*v C:\Windows\Temp\Sage100Install.txt INSTALLDIR="s:\sage 100\MAS90" (where "s:\" is the mapped drive to the Sage 100 ERP share folder and INSTALLDIR=PATH TO MAS90 FOLDER)