Jump to content

AutoCAD 2005 and AutoCAD 2006, Unattended, How to?


Recommended Posts

Posted

Hello everyone!

How can I add this program at my unattended CDs? I have just searched, but I didn't find anythink.

Thanks and sorry for bad english.


Posted

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.

Posted

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

  • 2 weeks later...
Posted
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

Posted

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.

  • 2 months later...
Posted

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.

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...