Changed defult server path and fixed some typos in comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
REM Version: 2.0
|
REM Version: 2.1
|
||||||
REM Revit server installer script for exobim
|
REM Revit server installer script for exobim
|
||||||
REM Usage: run this after download. It's possible that you have to run it as admin.
|
REM Usage: run this after download. It's possible that you have to run it as admin.
|
||||||
REM (Re)start revit after running this script
|
REM (Re)start revit after running this script
|
||||||
@@ -11,11 +11,13 @@ REM --------
|
|||||||
|
|
||||||
REM Separate elements in these lists with spaces
|
REM Separate elements in these lists with spaces
|
||||||
|
|
||||||
SET SERVERPATHS=exobim.asuscomm.com
|
SET SERVERPATHS=192.168.1.50
|
||||||
SET REVITVERSIONS=2017 2018 2019
|
SET REVITVERSIONS=2017 2018 2019
|
||||||
|
|
||||||
REM Set this if you want to overwrite the existing RSN.ini paths.
|
REM Set this if you want to overwrite the existing RSN.ini paths.
|
||||||
REM Note this script doesn't check for duplicates. If you set this to true, it's possible that the same address will be listed in RSN.ini
|
REM Note this script doesn't check for duplicates. If you set this to false, it's possible that the same address will be listed multiple times in RSN.ini
|
||||||
|
REM If you set this to true, you will loose all your current settings.
|
||||||
|
|
||||||
SET OVERWRITE=true
|
SET OVERWRITE=true
|
||||||
|
|
||||||
REM -----------------------
|
REM -----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user