AX 4.0 Client Silent install

TheWall
TheWall Member Posts: 15
edited 2007-03-27 in Dynamics AX
Hi, i need to deploy 125 client all over the country. i cant go to each client. How do i get this done.

I have tried the following: Via active directory, using "Software Instalation" and pointing it to the clients.msi, but cant get that to work.

Then i also tried creating a batch file, using th following parameters:

@echo off
\\ServerName\AX4_SP1\setup.exe HideUI=1 AcceptLicenseTerms=1 LicenseTermsVersion=en-za InstallClientUI=1 ClientAosServer=ServerName ClientLanguage=en-za ClientConfigFile=”\\ServerName\PathToConfiguration\Win2k3r2.axc”

i run this but nothing happens...

Anyone know a diffrent way on how to do this or maybe some ideas on how to get this working?

Regards

Comments

  • TheWall
    TheWall Member Posts: 15
    Or anyone that can give me more info on how to create MSF Files(MSI Transform) would also be appreciated.

    Update: I get the Client installed with the script:

    @echo off
    \\ServerName\AX4_SP1\setup.exe HideUI=1 AcceptLicenseTerms=1 LicenseTermsVersion=en-za InstallClientUI=1 ClientAosServer=ServerName ClientLanguage=en-za ClientConfigFile=\\ServerName\Win2k3r2save.axc

    I removed the " marks at the Client Config File. That caused a error and made the install to fail.

    The *.axc file still does not get loaded successfully.
    In the config it has got the server name but the port and instance name are still empty?

    Why?