Search the Community
Showing results for tags 'microsoft deployment toolkit'.
-
Getting an error every time I have this AutoIT exe included in my MDT deployment: Here's the settings I have it within MDT: Here's the script (BasicInstall-Trend+MSOffice2013+Lync2013,exe) I'm running: ShellExecuteWait("\\domain.name\cofs\Organization\its\_Support\AutoIT\MSOffice2013Install.exe") ShellExecuteWait("\\domain.name\cofs\Organization\its\_Support\AutoIT\MSLync2013Install.exe") RunWait("\\domain.name\cofs\Organization\ITS\_Support\AUSTIN!\AutoHotKey\Ninite Java NET Reader Silverlight Installer.exe") ShellExecute("\\server-name-av\ofcscan\AutoPccP.exe")Here's the separate scripts it calls on: MSOffice2013Install.exe #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.14.0 Author: AK Script Function: Install Office 2013 with no config options, to remove config options, run exe manually #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here ShellExecute('\\server-name-fs02\apps$\Office2013\setup.exe', '/config "\\domain.name\cofs\Organization\its\_Support\AutoIT\MS Office 2013\config.xml"')MSLync2013Install.exe #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.14.0 Author: AK Script Function: Install Lync 2013 with no config options, to remove config options, run exe manually #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here ShellExecute('\\domain.name\cofs\Organization\its\_Software & Hardware\Microsoft\Lync-2013_32-BIT_X64\x86\setup.exe', '/config "\\domain.name\cofs\Organization\its\_Support\AutoIT\MS Lync 2013\config.xml"') Losing my marbles on this one. Can't seem to figure it out.