Tuesday, August 07, 2012

Silent Client Installation of AX 2009

When you want to set up an AX client without user intervention, do the following.
Export a Config file and place it in a shared location. Eg \\London\client\AX2009.axc
Create a text file in the same directory as the installation file. Insert into it the following:
LogDir="C:\TMP"
HideUi=1
AcceptLicenseTerms=1
InstallClientUI=1
ClientConfig=1
ClientAosServer=LONDON
ClientLanguage=en-us
ClientConfigFile="\\LONDON\client\AX2009.axc"
ConfigurePrerequisites=1
Then just call the setup file from the prompt by using this syntax
d:\setup.exe ParmFile=c:\SilentParamFile.txt

No comments:

Post a Comment

Enable UAT database over OneBox DevTest environment using JIT

 Dear Friends, In this Article I will show you how to enable UAT database access for Development machine using just-in-time (JIT). Many time...