User manual

Auto Installation Script Creation and use of auto-installation script
42
Datalogicâ„¢ JavaPOS Device Services
5. The "auto-install.xml" file is now located in the installation directory
Use this file along with the install.bat and setup.jar to perform com-
mand line installation, as the contents of the install.bat imply.
Contents of install.bat
@echo off
java -jar setup.jar auto-install.xml
Contents of auto-install.xml file
<AutomatedInstallation langpack="eng">
<com.izforge.izpack.panels.DLSHelloPanel/>
<com.izforge.izpack.panels.LicencePanel/>
<com.izforge.izpack.panels.TargetPanel>
<installpath>C:\Program
Files\Datal
ogic\JavaPOS</installpath>
</com.izforge.izpack.panels.TargetPanel>
<com.izforge.izpack.panels.PacksPanel>
<selected>
<pack index="0"/>
<pack index="1"/>
<pack index="2"/>
<pack index="3"/>
<pack index="4"/>
<pack index="5"/>
</selected>
</com.izforge.izpack.panels.PacksPanel>
<com.izforge.izpack.panels.InstallPanel/>
<com.izforge.izpack.panels.FinishPanel/>
</AutomatedInstallation>