AX 2012 Client Install Batch Script
Views (194)
Install Microsoft Dynamics AX in silent mode with Batch Script with AX client Config file in slient mode
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
When you run the Setup wizard, Setup runs in interactive mode. In other words, a graphical user interface (GUI) prompts you for the required information. Alternatively, you can run Setup in silent mode. When Setup runs in silent mode, no GUI is displayed. Instead, you supply the required information at the command prompt or in a parameter file. You can install any Microsoft Dynamics AX component in silent mode.
If you need to Install/update AX client on computers use a Shared Folder with Everyone Permissions and schedule the script to run via Group policy or any 3rd Party software, logon Script, scheduled tasks.
Batch Script:
\\<Shared Folder>\Softwares\DynamicsAX2012R3CU13\Setup.exe HideUI=1 InstallPa th=" %ProgramFiles%\Microsoft Dynamics AX\60" AcceptLicenseTerms=1 InstallClientUI=1 ClientConfig="0" ClientAosServer="AXPROD1" ClientLanguage="en-US" ClientInstallType="2" ClientConfigFile="\\<shared Folder\Shared\AXConfig\AXPROD.axc" CreateClientDesktopShortcut="1"
This was originally posted here.

Like
Report
*This post is locked for comments