I added the /w switch and removed the spaces from the .ini file path and that did the trick! Thanks to everyone that replied! Now onto the rest of the Autodesk products I have to install. Patrick Damian Kasper wrote: > > No need to copy to TEMP, works fine from UNC. Just remember the > following: > 1) Have to use /W switch... Tells installer to run in SMS mode. > 2) You absolutely cannot have spaces in the .ini file path... Unless you > use the workdir, and even then the filename cannot have spaces. Must be > a bug with the AutoCAD installer. > > Oh, only other thing is that we use WPKG Express (great tool), so the > quotes below might not be correct, since WPKG Express handles all > quotes-in-quotes when the file is parsed... > > Cheers, > Damian > > <package id="Autodesk_AutoCAD_2010" name="Autodesk AutoCAD 2010" > revision="1.2" priority="4" reboot="true"> > <check type="uninstall" condition="exists" path="AutoCAD Mechanical > 2010" /> > <install cmd=""%SOFTWARE%\Autodesk\AutoCAD 2010\AdminImage\setup.exe" > /W /Q /I AutoCAD_2010.ini /language en-us" > workdir="%SOFTWARE%\Autodesk\AutoCAD 2010\AdminImage"> > <exit code="1641" reboot="true" /> > </install> > <remove cmd="msiexec /qn /x {5783F2D7-8005-0409-0002-0060B0CE6BBA}"> > <exit code="3010" reboot="true" /> > </remove> > </package> > > -- View this message in context: http://old.nabble.com/Unable-to-install-AutoCAD-2010-via-WPKG-tp28261801p28287900.html Sent from the WPKG - Users mailing list archive at Nabble.com. |