correct typo

This commit is contained in:
Mario Fetka 2011-07-14 19:54:50 +02:00
parent 8b588ab4de
commit 9bda098e2d
1 changed files with 2 additions and 5 deletions

View File

@ -79,16 +79,13 @@ endif
[Winbatch_install]
xml ed -u "/Configuration/PIDKEY/@Value" -v $LicenseKey$ %ScriptPath%\config.xml
xml ed -u "/Configuration/USERNAME/@Value" -v %HostID% %ScriptPath%\config.xml
xml ed -u "/Configuration/COMPANYNAME/@Value" -v %HostID% %ScriptPath%\config.xml
xml ed -u "/Configuration/INSTALLLOCATION/@Value" -v $InstallDir$ %ScriptPath%\config.xml
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%\opsiconfig.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
;
; === Nullsoft Scriptable Install System ================================================================
"%ScriptPath%\files\SETUP.EXE" /config "%ScriptPath%\config.xml"
"%ScriptPath%\files\SETUP.EXE" /config "%ScriptPath%\opsiconfig.xml"
;
; === MSI package =======================================================================================
; You may use the parameter PIDKEY=$Licensekey$