(forgot to cc the list :( ) Hi, here's our Autocad2011 package FYI. <package id="autocad2011" name="Autocad Autodesk Mechanical (Autocad 2011)" revision="1" reboot="false" priority="1"> <depends package-id="directx9" /> <depends package-id="dotnet35" /> <check type="uninstall" condition="exists" path="AutoCAD Mechanical 2011" /> <install cmd='"\\%applications%\Autocad\AutoCAD 2011 Administrative Install\AdminImage\Setup.exe" /Q /W /I "\\%applications%\Autocad\AutoCAD 2011 Administrative Install\AdminImage\Default.ini" /Lang en-us'> <exit code="1641" reboot="true" /> </install> <remove cmd="MsiExec /q /x{5783F2D7-9005-0409-0002-0060B0CE6BBA}" /> </package> You have to install the AutoCAD specific directx version included on the cd first IIRC: <!-- Autocad needs directx9 --> <!-- See http://www.appdeploy.com/packages/detail.asp?id=169 for info --> <package id="directx9" name="Microsoft - Directx 9.0" revision="10" priority="10"> <check type="file" condition="versiongreaterorequal" path="%WINDIR%\system32\dxdiag.exe" value="5.3.2600.5512"/> <install cmd='\\%software%\util\psexec -s -i \\%COMPUTERNAME% \\%software%\directx9\directxsetup.exe' /> <upgrade cmd='\\%software%\util\psexec -s -i \\%COMPUTERNAME% \\%software%\directx9\directxsetup.exe' /> </package> And .net 3.5 as well, but you probably figure that one out on your own :) -CL 2010/12/29 admin lewis <adminlewis at gmail.com> > Well.. it seems very difficult to install autocad 2011. > > I tryed the following command line to start install: > -- > "\\mysrv\Autocad11\ > Autocad2011NET\AdminImage\Setup.exe" /NORESTART /W /QB > "\\mysrv\Autocad11\Autocad2011NET\AdminImage\autocad2011net.ini" /language > it-it > -- > > in some workstation it works... in others not.. on these the autoacad log > says: > > 2010/12/29:12:57:32 SYSTEM x0210 === Setup started on x0210 by > SYSTEM === > 2010/12/29:12:59:09 SYSTEM x0210 Install Autodesk Design Review > 2011 Succeeded > 2010/12/29:13:00:07 SYSTEM x0210 Install DirectX 9.0 Runtime > Failed Failure is ignored, Result=-9 > 2010/12/29:13:00:20 SYSTEM x0210 Install FARO LS 1.1.406.58 > Succeeded > 2010/12/29:13:01:32 SYSTEM x0210 Install Autodesk Material > Library 2011 Succeeded > 2010/12/29:13:02:25 SYSTEM x0210 Install Autodesk Material > Library 2011 Base Image library Succeeded > 2010/12/29:13:02:30 SYSTEM x0210 Install AutoCAD 2011 > Failed Installation aborted, Result=1603 > 2010/12/29:13:02:56 SYSTEM x0210 Rollback Autodesk Material > Library 2011 Base Image library Succeeded > 2010/12/29:13:03:46 SYSTEM x0210 Rollback Autodesk Material > Library 2011 Succeeded > 2010/12/29:13:03:47 SYSTEM x0210 Rollback FARO LS 1.1.406.58 > Succeeded > 2010/12/29:13:04:11 SYSTEM x0210 Rollback Autodesk Design > Review 2011 Succeeded > 2010/12/29:13:04:16 SYSTEM x0210 === Setup ended === > > u can see "result=1603" in the log......... > > meanwhile wpkg doesn't give me any error, simply it fail uninstall entry. > any help ? > > -- > Admin Lewis > > ------------------------------------------------------------------------- > wpkg-users mailing list archives >> > http://lists.wpkg.org/pipermail/wpkg-users/ > _______________________________________________ > wpkg-users mailing list > wpkg-users at lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/wpkg-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20101229/6ad0c090/attachment.html> |