From e60f00bcc8de1060dc77131ebc5c273ca340e33b Mon Sep 17 00:00:00 2001 From: infeeeee Date: Sat, 16 Mar 2019 17:38:52 +0100 Subject: [PATCH] Changed defult server path and fixed some typos in comments --- exobim-revitServerInstaller.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/exobim-revitServerInstaller.bat b/exobim-revitServerInstaller.bat index 9cc843f..a242785 100644 --- a/exobim-revitServerInstaller.bat +++ b/exobim-revitServerInstaller.bat @@ -1,5 +1,5 @@ @echo off -REM Version: 2.0 +REM Version: 2.1 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 (Re)start revit after running this script @@ -11,11 +11,13 @@ REM -------- REM Separate elements in these lists with spaces -SET SERVERPATHS=exobim.asuscomm.com +SET SERVERPATHS=192.168.1.50 SET REVITVERSIONS=2017 2018 2019 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 REM -----------------------