Autodesk Revit Architecture
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Deployment - Batch Script
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
I'm trying to use the sample script for single network license located at - Script
The script says it's for AutoCad even though it's located under the Revit section of the Wiki. Does anyone know how I can modify this to work with Revit? Something like substitue "acad" with "revit," maybe?
Thank you very much!
Re: Deployment - Batch Script
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yes this works with Revit, only thing you really have to change is the ACAD: to RAC2013: then your install directory.
Something like:
<mediaDriveLetter>\setup.exe /t /qb /language <lang> /c RAC2013: INSTALLDIR="%programFiles%\Autodesk\Revit Architecture 2013" ACADSERIALPREFIX=<SerialPrefix>ACADSERIALNUMBER=<S
Thanks,
Danny

Danny Hubbard
QA Analyst
Autodesk, Inc.
Re: Deployment - Batch Script
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for replying!
I made the suggested changes and I recieved the same results. I've attached the log files but here is the part that fails -
MSI (s) (4C:24) [13:39:18:758]: Product: Revit Architecture 2013 - - Error 1606.Could not access network location Revit Architecture 2013\.
MSI (s) (4C:24) [13:39:18:758]: Note: 1: 1606 2: Revit Architecture 2013\
MSI (s) (4C:24) [13:39:18:758]: Product: Revit Architecture 2013 - - Error 1606.Could not access network location Revit Architecture 2013\.
Action ended 13:39:18: CostFinalize. Return value 3.
Action ended 13:39:18: INSTALL. Return value 3.
I tried manually creating the program files directory then running the batch file but that didn't work. Any other suggestions? Thanks!
Re: Deployment - Batch Script
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
So your command string should look like the following, with the correct serial numbers and license server name.
\\192.168.1.105\InstallPoint\Autodesk_Revit_Archit
Are you running this through a batch file? Did you right click on the batch file and use the Run as Administrator option?
Thanks,
Danny

Danny Hubbard
QA Analyst
Autodesk, Inc.
