- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Morning,
I’m deploying Autocad 2017 and the Building Design Suite to a small office via batch script. I have to install other software alongside the Autodesk products and unfortunately group policies are not an option. My trouble lies with the Building Design Suite. I’ve managed to get Autocad to install silently via the batch script (it’s a standalone license) but cannot get the building design suite to install (it’s a single server license). Since the parameters are the same for the most part, I’m thinking my problem is with the following:
ACADSERVERPATH=“<FlexLicenseServer> 000000000000”
Is the FlexLicenseServer parameter the UNC path to the license server ie ‘//OSCO-1’ or is it simply the server name ‘OSCO-1’? Also, what do the zeroes represent? I tried leaving it as is and putting in the ip address of our license server but was just taking a shot in the dark. For reference, here is the entire batch script command.
"F:\Source Files\Navis and Revit 2017\Setup.exe" /t /qb /language en-us /c NW: ACADSERIALPREFIX=xxx ACADSERIALNUMBER=xxxxxxxx ADLM_PRODKEY=766I1 ADLM_EULA_COUNTRY=US InstallLevel=5 ACADSTANDALONENETWORKTYPE="3" ACADLICENSESERVERTYPE="Single Server License" ACADLICENSETYPE="Network License" ACADSERVERPATH="OSCO-1 000000000000" /c RVT: ACADSERIALPREFIX=xxx ACADSERIALNUMBER=xxxxxxxx ADLM_PRODKEY=766I1 ADLM_EULA_COUNTRY=<eula_lang> InstallLevel=5 ACADSTANDALONENETWORKTYPE="3" ACADLICENSESERVERTYPE="Single Server License" ACADLICENSETYPE="Network License" ACADSERVERPATH="OSCO-1 000000000000"
If anyone has any insight to what I'm doing wrong I would appreciate the help.
Thank you
Solved! Go to Solution.