/build/static/layout/Breadcrumb_cap_w.png

Autodesk AutoCAD 2013 - English

Version: 19.0.55.0

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 7.2k  |  Created: 10/01/2012 by: samzeeco

Average Rating: 0
AutoCAD 2013 - English has 0 inventory records, 3 Questions, 1 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Legacy Setup with no known command line support
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Repackaged (to a proprietary Format)
3
Note

When deploying AutoCAD products with KACE we found that they're simply too large to upload into the system. We also had a hard time with creating a deployment and then trying to move it to other locations. Even if we broke it open and made the changes it never worked quite right. So in the end we found a solution that works well for us.

1. We created a network share that everyone in the company has read and execute access to. That's where we store all the completed deployments.

2. Created an install.bat file that pointed to the deployment link on the share. We then uploaded the install.bat file to KACE as the deployment. We also did something similar in SharePoint where we have a Software Automation page that the IT group can pull up on any computer and start the deployment from there. But with KACE we were able to have it run some scripts afterwards.

For example, in our remote offices they need a special environmental variable created to make the system wait a certain time while trying to contact our licensing server. When run through KACE at that office we've got it set to run a script afterwards that creates the environment variable.

So far the data share has been very effective in addressing the issues we had experienced in getting the deployment to the users.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Script

Since it was requested, the way we use the install.bat is by putting in the path to the lnk file where the deployment was created on a storage server. The new K1000 5.4 can supposedly unzip packages as large as an autocad deployment now, but we don't know if that's practical yet. So far this has worked for us.

If you need to you could even call the timeout vbs script in the install.bat as long as you zip them together for the K1000 to use.

\\<Server>\Apps\AutoCAD_Standard_2013_64bit\AutoCAD_2013_64bit.lnk

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Script

This script is to increase the timeout on our Branch Offices hitting out licensing server so that they can receive a network license. Save it as a .vbs

 

strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

Set objVariable = objWMIService.Get("Win32_Environment").SpawnInstance_

objVariable.Name = "FLEXLM_TIMEOUT"
objVariable.UserName = "<System>"
objVariable.VariableValue = "3000000"
objVariable.Put_

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note

To suppress the Autodesk Privacy Statement dialog during first run:

  • Generate the file by launching AutoCAD and accepting the agreement.
  • Copy the file AdlmUserSettings.xml from C:\Users\%Username%\AppData\Local\Autodesk\adlm
  • Add the file to your AutoCAD deployment. Make sure it gets installed to the same folder you pulled the file from. Modifying the MST generated by deployment the tool works. Make sure the user gets the file copied into his/hers profile during self-heal (first run) of the software.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: Removed by member request For more information, visit our FAQ's.

Inventory Records (0)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Questions & Answers (3)

Questions & Answers related to Autodesk AutoCAD 2013 - English

2
ANSWERS
2
ANSWERS

Blogs (1)

Blog posts related to Autodesk AutoCAD 2013 - English

Reviews (0)

Reviews related to Autodesk AutoCAD 2013 - English

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ