If you use the installation package from the Autodesk AppStore just run the installation.
Extension folders created by the installer:
Vault 2013:
C:\ProgramData\Autodesk\Vault 2013\Extensions\REITEC GmbH Vault Tools.bundle
Vault 2014:
C:\ProgramData\Autodesk\ApplicationPlugins\REITEC GmbH Vault Tools.bundle\Contents\V2014
Use the windows control panel to uninstall.
The installation of the Reitec.Vault.Tools extension is quite simple. Just copy the content of the ZIP-file to “%ProgramData%\Autodesk\Vault 201X\Extensions\Reitec.Vault.Tools”.
To uninstall everything just delete the folder.
To setup the PDF publishing you need to do some extra steps.
1. JobProcessor config-file (Vault 2013 only):
Open the file “JobProcessor.exe.config” in the Vault program folder and add the following lines into the “jobHandlers” section:
<!--Reitec.Vault.Tools --> <jobHandler class="RT.TOOLS.PDF" handler="Reitec.Vault.Tools.JobHandler, Reitec.Vault.Tools"/> <jobHandler class="RT.TOOLS.PDF.DELETEEXT" handler="Reitec.Vault.Tools.JobHandler, Reitec.Vault.Tools"/>
The “RT.TOOLS.PDF” job is for publishing pdf files. If you publish pdfs to an additional external repository you can delete pdfs in the repository with the “RT.TOOLS.PDF.DELETEEXT” job.
2. CAD-System
In the extension folder you can find the following pre-configured setting files. To activate a configuration just rename the file into “JobServerSettings.xml”.
File Name | CAD System | File types |
---|---|---|
JobServerSetting.Inventor.xml | Inventor 2012+ | .idw, .dwg (Inventor only) |
JobServerSetting.xml | AutoCAD 201X | .idw, .dwg (AutoCAD only) |