You can use the followin MSI properties to customize your installation:

ASSETTAGONLY=0|1         Enables AssetTag-Only mode (Default=0)
ENHANCED=0|1             Enables Enhanced mode  (Default=0)
LOGMODE=Append|Overwrite (Default=Overwrite)

Example: msiexec /i ZFDMiniInventory.msi ASSETTAGONLY=1 LOGMODE=Append

Debugging can be customized by setting HKEY_LOCAL_MACHINE\SOFTWARE\Brummelhook\ZFD Mini Inventory\DebugLevel to

      0     super silent, debug to log file only (default)
      1     display log window on error
      2     always display log window
