I am trying to rollout the Navision 2013 client using SCCM 2012.
I am using the following batch file to do so:
"%~dp0Dynamics.NAV70.NL.1184338.DVD\Prerequisite Components\Microsoft .NET Framework 4.5\dotNetFx45_Full_x86_x64.exe" /norestart /passive
%~dp0Dynamics.NAV70.NL.1184338.DVD\setup.exe /quiet /config %~dp0nav2013.xml /log c:\log.txt
xcopy "%~dp0RTC\*.*" "C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\*.*" /e /y
I added the first line (dotnetfx45) to prevent the Navision client setup from rebooting the client PC. But now sometimes only dotnetfx45 is being installed and not the Navision client and sometimes the client pc does get the Navision client but it initiates a system restart and yes, sometimes the installation completes correctly.
What is the correct procedure to install a Navision client using SCCM 2012?