Installation & Licensing > Installation > Configuring the Installer

Configuring the Installer

When running the installer, several of the install options can be specified in a configuration file.

How to configure the installer using an XML file

  1. Create a new text file named "config.xml".
  2. Place the config.xml file in the same directory as the MSI installer.
  3. Edit the config.xml file with the following options:

    <INSTALLDIR>C:\Program Files (x86)\HyperSizer</INSTALLDIR>

    <DATABASEDIR>C:\HyperSizer Data</DATABASEDIR>

    <INSTALLDATABASEFILES>TRUE</INSTALLDATABASEFILES>

    <INSTALLDATABASEWORKGROUP>TRUE</INSTALLDATABASEWORKGROUP>

  1. The next time the MSI installer runs, these options will be set.