User Tools

Site Tools


vaulttools:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vaulttools:installation [2013/05/24 16:00]
admin [PDF publishing]
vaulttools:installation [2019/05/20 12:59] (current)
Line 1: Line 1:
 ====== Installation ====== ====== Installation ======
-The Installation of the Reitec.Vault.Tools extension is quite simple. Just copy the content of the ZIP-file to **"%ProgramData%\Autodesk\Vault 2013\Extensions\Reitec.Vault.Tools"**.+==== AppStore installer==== 
 +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. 
 + 
 +==== Manual installation ==== 
 +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 uninstall everything just delete the folder. 
  
 <note> <note>
-Reitec.Vault.Tools is only available for Vault 2013.+Reitec.Vault.Tools is only available for Vault 2013 / 2014.
 </note> </note>
 ===== PDF publishing ===== ===== PDF publishing =====
-To Setup the PDF publishing you need to do some extra steps.+To setup the PDF publishing you need to do some extra steps.
  
-**1. JobProcessor config-file: **\\  +**1. JobProcessor config-file (Vault 2013 only): **\\  
-Open the file "JobProcessor.exe.config" in the Vault program folder and add the following lines into thejobHandlers section:+Open the file "JobProcessor.exe.config" in the Vault program folder and add the following lines into the "jobHandlers" section:
 <code> <code>
 <!--Reitec.Vault.Tools --> <!--Reitec.Vault.Tools -->
 <jobHandler class="RT.TOOLS.PDF" handler="Reitec.Vault.Tools.JobHandler, 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"/>
 </code> </code>
 +
 +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**\\  **2. CAD-System**\\ 
-In the extension folder you can find the following pre-configured setting files. To activate as configuration just rename the file into "JobServerSettings.xml".+In the extension folder you can find the following pre-configured setting files. To activate configuration just rename the file into "JobServerSettings.xml".
  
 ^ File Name                                ^ CAD System        ^ File types                 ^ ^ File Name                                ^ CAD System        ^ File types                 ^
 | JobServerSetting.Inventor.xml            | Inventor 2012+    | .idw, .dwg (Inventor only) | | JobServerSetting.Inventor.xml            | Inventor 2012+    | .idw, .dwg (Inventor only) |
-| JobServerSetting.AutoCAD_2013_x86.xml    | AutoCAD 2013 x86  | .dwg (AutoCAD only)        +| JobServerSetting.xml                     | AutoCAD 201X      .idw, .dwg (AutoCAD only)  
-| JobServerSetting.AutoCAD_2013_x64.xml    | AutoCAD 2013 x64  | .dwg (AutoCAD only)        |+ 
 + 
 +<note important> 
 +If you only use automatic pdf publishing, you need to install Reitec.Vault.Tools only on the JobServer. 
 +</note>
vaulttools/installation.1369404053.txt.gz · Last modified: 2019/05/20 12:55 (external edit)