Autocad Installation Bat File

Autocad Installation Bat File

Anonymous
Not applicable
1,289 Views
3 Replies
Message 1 of 4

Autocad Installation Bat File

Anonymous
Not applicable

Hello community,

I am having some problem with a .bat file installation for autocad.

echo off
START \\Server\e$\Setups\_CAD\_CAD_ISO\ACAD\2018\setup\AutoCAD_2018_English_Win_64bit_dlm\Setup.exe /t /qb /language en-us /e
ACAD: INSTALLDIR="%programfiles%\Autodesk\Autocad 2018" ACADSERIALPREFIX=123 ACADSERIALNUMBER=12345678 ADLM_PRODKEY=00001 ADLM_EULA_COUNTRY=US InstallLevel=5 ACADSTANDALONENETWORKTYPE="3" ACADLICENSESERVERTYPE="Single Server License" ACADLICENSETYPE="Network License" ACADSERVERPATH="Server 000000000000"

 

I have created the above .bat file, my Autocad installs properly but my network license does not work, when i start AUtocad i am prompted to enter a license sn and product key. I want it to be pre activated.

The above creds are fake.

 

Also in the parameter ACADSERVERPATHE, this requires the name of the server and the mac address, correct?

 

Can anyone help me?

0 Likes
1,290 Views
3 Replies
Replies (3)
Message 2 of 4

rkmcswain
Mentor
Mentor
May I ask why you are doing this and not just preparing a deployment as it is designed to work?

But regardless, if you configure your Environment Variable as follows:

ADSKFLEX_LICENSE_FILE=@server

Then you don't need to tag your install, deployment, or anything with any of your LM info.

See also: http://cadpanacea.com/wp/?p=1304

0 Likes
Message 3 of 4

Anonymous
Not applicable

I am using this way because the installation will occur in another server and another domain, it was recommended not to use deployment for another server.

 

Will try with yours and get back to you.

 

Also it needs the path to my lic file or the port that my license manager is listening?

 

0 Likes
Message 4 of 4

Anonymous
Not applicable

Hello i tried what you said and did not work could you please provide a more concrete example of how to install using a bat file.

What can i omit for license information?

My installation progresses but it still goes to trial.

 

0 Likes