Command line options and custom files

<< Click to Display Table of Contents >>

Navigation:  Installation >

Command line options and custom files

Previous pageReturn to chapter overviewNext page

If you want to distribute some custom files to the target directory, you can zip them and name the package custom-files.zip.

If the installer finds such a package in the same directory as the setup program, it unzips the files to the location where the program is installed to.
This way you can prepare TCP files, INI file, PWD file and ensure they are automatically distributed to the target folder.

 

You can also start the installer in silent (you see just the progress window) or verysilent (you see no window at all) modes.
Just call the installer like this (the sample calls x64 bit versions, but it works also with x86):

 

silent mode:

xipcc-x64.exe /loadinf=file.inf /silent

 

very silent mode:

xipcc-x64.exe /loadinf=file.inf /verysilent

 

/loadinf=<filename.inf> parameter allows you to set values that are normally entered in the interactive setup.
As there is no interaction possible in the silent modes, the target path must be provided via the inf file, whose name is set as a command line parameter.

In this case, the needed information is read from file.inf file.

 

This file must have the following content:

 

[Setup]

Dir=C:\Program Files\Horizont\XINFO PC Client

 

where:

Dir: specifies the target location