Jump to content

AutoCAD 2005 and AutoCAD 2006, Unattended, How to?


zhuyb12

Recommended Posts


Three things:

1. AutoCAD is a very expensive program and used for VERY special purposes so it isn't that common to install. Do you even know what kind of installer it uses? Screenshot perhaps of one of the screens...

2. DON'T BUMP YOUR THREAD AFTER ONLY 4 HOURS!!!

3. The REPORT button on the bottom of the post is meant to notify moderators of FORUM RULES VIOLATIONS, not that you want attention to your topic.

Link to comment
Share on other sites

You could try this in your RunOnceEx

REG ADD %KEY%\044 /VE /D "AutoCad 2004" /f
REG ADD %KEY%\044 /V 1 /D "%systemdrive%\Install\Autodesk\AutoCad2004\ACAD.MSI /qb ACAD_SILENT_LICENSE=YES" /f

This works for my AutoCad 2004 unattended install

Or

Try to modify the msi installer with "Orca" (it comes with the MicroSoft SDK package)

Hope this will help you

Link to comment
Share on other sites

  • 2 weeks later...
Try to modify the msi installer with "Orca" (it comes with the MicroSoft SDK package)

The AutoCAD CD comes with a tool to modify network installs, which can be made to run silently as Smurf says. No need for Orca, as the tool is right there on the CD. Even AutoCAD LT has this ability, with some limitations.

Best,

Gordon

Link to comment
Share on other sites

All tools can be found in the support section of your AutoCad CD.

I only use Orca to add my personal settings in advance, like name, company name, serialprefix and serial number.

Link to comment
Share on other sites

  • 2 months later...

I try to use following code to unattended install AutoCAD 2005:

ACAD.MSI /qb ACAD_SILENT_LICENSE=YES

But AutoCAD 2006 can't.

I found i can use following step to unattended install AutoCAD 2006:

Run cdrom:\Bin\acadFeui\support\AdNIW\setup.exe to get MST file.

switch: AdminImage\deploy.exe "MST file name"

Regards.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...