Arkance Dock Deployment
Last updated
Was this helpful?
Was this helpful?
<?xml version="1.0" encoding="utf-8"?>
<InstallOptions>
<DockConfiguration>
<StartDockOnRevitStartup>false</StartDockOnRevitStartup> TOOLS4BIM Dock hidden/shown when Revit. starts
<InstallAppsInProgramData>false</InstallAppsInProgramData> Tools and Dock installation location: User based folder if set to false (%appdata%) or machine-based installation (%programdata%) if set to true.
<StoreTabVisibility>false</StoreTabVisibility>
<UpdateSettings>Allow</UpdateSettings>
<NetworkLicensePath> http://SERVER_nameOrIP:8731 </NetworkLicensePath> Set network license server URL automatically.
</DockConfiguration>
<DockAppOptions>
<InstallProductGroups>
<ProductGroup Name="Product Group Name">
<InstallProducts>
<Product Name="Product Name">
<InstallTools>
<App Name="Tool Name" File="RevitTools202x_MSI_FILE.msi" IncludeInRibbonMenu="true"
IncludeInFavoriteToolsTab="true"/>
<App Name="Tool Name" File="RevitTools202x_MSI_FILE.msi" IncludeInRibbonMenu="true" IncludeInFavoriteToolsTab="true"/>
</InstallTools>
</Product>
</InstallProducts>
</ProductGroup>
</InstallProductGroups>
</DockAppOptions>
</InstallOptions>