Installation & Licensing
Welcome to Autodesk’s Installation and Licensing Forums. Share your knowledge, ask questions, and explore popular Download, Installation, and Licensing topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AutoCAD Raster Design 2011 sample install script

1 REPLY 1
Reply
Message 1 of 2
DouglasLauritsen
597 Views, 1 Reply

AutoCAD Raster Design 2011 sample install script

The sample script in the AutoCAD Raster Design 2011 Network Administrators Guide (ard_nag.chm) contains a few typos. This sample script contains corrections for them.

 

This sample script silently installs the program in a typical configuration. You can use this sample script by substituting your own information for these lines (required):

 

    strADSKFirstName = "My First Name"
    strADSKLastName = "My Last Name"
    strADSKOrganization = "My Organization"
    strADSKSNPrefix = "123"
    strADSKSNNumber = "12345678"
    strADSKProdKey= "ABCDE"

 

If you are installing with a network license:

 

1. specify your license server hostname here:

 

    strADSKServerPath = "myFlexNetServer"

 

2. Rem this line with an apostrophe:

 

    RunStandaloneInstall()

 

    EX: 'RunStandaloneInstall()

 

3. Un-rem this line:

 

    'RunSingleLicenseServerInstall()

 

    EX: RunSingleLicenseServerInstall()

 

Remove the .txt extension from the file name after you have downloaded it.



Douglas Lauritsen
Support Specialist
Product Support
Autodesk, Inc.

1 REPLY 1
Message 2 of 2

There is also a Technical Solution with this sample install script here.



Douglas Lauritsen
Support Specialist
Product Support
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report