This commit is contained in:
Mario Fetka
2011-08-22 17:20:18 +02:00
parent b6261ff328
commit 9aac6406bd
4 changed files with 9 additions and 5 deletions

View File

@@ -53,6 +53,9 @@ else
Sub_get_licensekey
endif
comment "Start Configure"
Dosbatch_install
comment "Start setup program"
Winbatch_install
Sub_check_exitcode
@@ -77,10 +80,11 @@ else
endif
[Dosbatch_install]
xml ed -O -u "/Configuration/PIDKEY/@Value" -v $LicenseKey$ -u "/Configuration/USERNAME/@Value" -v %HostID% -u "/Configuration/COMPANYNAME/@Value" -v %HostID% -u "/Configuration/INSTALLLOCATION/@Value" -v "$InstallDir$" %ScriptPath%\config.xml > %ScriptPath%\%HostID%.xml
[Winbatch_install]
xml ed -O -u "/Configuration/PIDKEY/@Value" -v $LicenseKey$ -u "/Configuration/USERNAME/@Value" -v %HostID% -u "/Configuration/COMPANYNAME/@Value" -v %HostID% -u "/Configuration/INSTALLLOCATION/@Value" -v $InstallDir$ %ScriptPath%\config.xml > %ScriptPath%\%HostID%.xml
; Choose one of the following examples as basis for your installation
; You can use $LicenseKey$ var to pass a license key to the installer
;