Network License: Agacad Dock Deployment

Problem

Deploy and activate tools to multiple computers without end user intervention

Solution

The ARKANCE Dock can read the installconfig.xml file during installation

  1. Download and save all necessary .msi files of the ARKANCE Dock and tools in the same folder as installconfig.xml:

You can control these settings within the XML file:

Installconfig.xml
<?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>

All tools' '.msi' files can be downloaded from:

  1. the folder to your end-users devices

  2. the ARKANCE Dock installation

  3. End-user will automatically download the assigned list of tools

Last updated