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> -----Original Message----- From: Mark Nienberg [mailto:gmane at tippingmar.com] Sent: Saturday, 17 April 2010 7:29 AM To: wpkg-users at lists.wpkg.org Subject: Re: [wpkg-users] Unable to install AutoCAD 2010 via WPKG On 4/16/2010 2:09 PM, Mark Nienberg wrote: > --------------------------- > Here is the witfor.vs script: Of course I meant to write "waitfor.vbs" > ----------------------------------- > And here is the install.cmd (careful about line wraps) In retrospect it probably was not a good idea to install the service patch after the base package. Better to wrap it into the deployment or to install it as a separate wpkg package that depends on the base package. -- Mark Nienberg Sent from an invalid address. Please reply to the group. |