Bump
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user