Question:
Is there a way to perform a silent install of InRoads SS3 without installing Descartes and/or Subsurface Utility Engineering?
Answer:
The InRoads product has three parent features:
To specify the features to install use the ADDLOCAL property. Note that feature names are case sensitive. Visit this link for more information. http://msdn.microsoft.com/en-us/library/aa367536(v=vs.85).aspx
In the absence of the ADDLOCAL property, all three parent features will be installed.
The following is an example of a script that would install InRoads (with Map) and Descartes, omitting Subsurface Utility Engineering:
set PRODUCTNAMESHORT=InRoads Suiteset PRODUCTNAMEFULL=Bentley InRoads Group V8i (SELECTseries 3) [08.11.09.722]set PRODUCTDIRECTORY=ir081109722enset PRODUCTUNINSTALLKEY={E96BD5DB-3AC1-452F-9CD9-74B29D78AC7C}set PRODUCTINSTALLCOMMAND=msiexec.exe /i "%InstallDirLocal%\%PRODUCTDIRECTORY%\InRoadsGroup.msi" /l+ %LOGFILE% /qnui ADDLOCAL= InRoadsGroup_Files,Civil_Platform,Map,RoadWayDesign,SurveyTools,Descartes