Since version V2_55 - it is possible to start the installation of XIMEA API Software Package from command line with selected packages only.
XIMEA_API_Installer.exe /S /<package_name>=<status>
Where package_name can be one of following:
package_name | Description |
SecDrivers | Drivers |
SecXiApi | xiAPI |
SecXiApiNET | XiAPINET |
SecGenTL | GenTL Producer |
SecPython | xiApiPython |
SecxiCamTool | CamTool application |
SecxiCamToolExamples | CamTool Examples |
SecxiCOP | xiCOP |
SecXiLib | NI Labview interface - xiLib |
SecExamples | Examples |
SecxiXiapiDNG | xiapi to DNG conversion library |
status | action |
ON | Package will be installed |
OFF | Package will NOT be installed |
This command will disable installation of xiAPI.NET and enable installation of drivers. Other packages are installed depending on default settings (these settings can be viewed in when started without parameters).
START /WAIT "" XIMEA_Installer.exe /S /SecXiApiNET=OFF /SecDrivers=ON
Hint: To preview the packages to be installed start the command without /S
XIMEA_Installer.exe /SecXiApiNET=OFF