/build/static/layout/Breadcrumb_cap_w.png

AUTOCAD Inventor LT 2013 Silent Installation With Out License Key Embedded

Hi I am trying to install the AutoCAD LT 2013 silently, using the commands provided in the adminstrative guiede working fine. But the problem is client do not want the serial key to be embedded in that... so is there any way to do that? 

I am using batch installation method because in Adminstrative method we must need to give the Serial Key info during the creation of package. 

Followed this post but that ended up without clarity !!!

http://www.itninja.com/question/how-to-install-autocad-2013-silently-without-registration-key

http://www.itninja.com/question/silent-installation-of-autocad-lt-2013

C:\setup.exe /t /qb /language en-us /c 
ACAD: INSTALLDIR="%programFiles%\Autodesk\AutoCAD 2013" 
ACADSERIALPREFIX=123 ACADSERIALNUMBER=12345678  
ADLM_PRODKEY=001E1 ADLM_EULA_COUNTRY=US  InstallLevel=5
 
we have stand alone licenses so using abobe command with just adding /w for SCCM deployment

0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Posted by: piyushnasa 11 years ago
Red Belt
4

To create a deployment you will need a license key. You cannot do it for a demo version.


Comments:
  • Okay Piyush, So how did you deploy the application for all users with the same License Key and Serial Number in it?? Could you help me with this If I embed the one License Key and write a batch script, If I install that in more than one machine thats going to fail in second machine?? so Do we need to change the values of license key for each and every user? - ontari.ontari 11 years ago
  • You will need to have a volume license if you have to install it to multiple machines. - piyushnasa 11 years ago
Posted by: ontari.ontari 11 years ago
Black Belt
2

Okay bob finally came up with the answer. 

FOR AutoDesk Inventor LT/ AutoCAD LT use this batch command 

"%~dp0setup.exe" /t /qb /language en-US /c ACADLT: INSTALLDIR="%ProgramFiles%\Autodesk\AutoCAD LT 2013" ACADSERIALPREFIX=123 ACADSERIALNUMBER=12345678 ADLM_PRODKEY=ABCDE ADLM_EULA_COUNTRY=US InstallLevel=5

For just AutoCAD use this 

"%~dp0setup.exe" /t /qb /w /language en-us /c ACAD: INSTALLDIR="%ProgramFiles%\Autodesk\AutoCAD 2013" ACADSERIALPREFIX=000 ACADSERIALNUMBER=00000000 ADLM_PRODKEY=00000 ACADFIRSTNAME="firstname" ACADLASTNAME="lastname" ACADORGANIZATION="company" ADLM_EULA_COUNTRY=US InstallLevel=5 ALLUSERS=1 ADSK_DESKTOPSHORTCUT_1=0

If you place All Zero's it will install Trial Version first with out prompting the License Wizard. 

Posted by: bkelly 11 years ago
Red Belt
1

If installation requires a key, you'll have to provide one. As a hack, perhaps you could deploy them all with the same key and then break it with a script. I don't know if the license is stored in the registry or a file, but if you can determine that, editing or deleting such information following installation may cause the license prompt you seek on first launch. Let us know what you come up with!

 
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