- Umgestellt auf neuen builder

- fix im uninstaller
This commit is contained in:
DT Netsolution GmbH
2012-01-27 02:32:17 +01:00
parent 593c529396
commit 39711c3edd
4 changed files with 6 additions and 123 deletions

View File

@@ -5,7 +5,7 @@
Set $MsiId$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
Set $UninstallProgram$ = $InstallDir$ + "\unistall.exe"
Set $UninstallProgram$ = $InstallDir$ + "\uninstall.exe"
Message "Uninstalling " + $ProductId$ + " ..."

View File

@@ -19,6 +19,9 @@ DefVar $LicensePool$
Set $LogDir$ = "%SystemDrive%\tmp"
; Token BUILDER_VARIABLES will be replace by builder.sh
@@BUILDER_VARIABLES@@
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
@@ -81,7 +84,7 @@ endif
; Choose one of the following examples as basis for your installation
; You can use $LicenseKey$ var to pass a license key to the installer
;
"%ScriptPath%\X86FILE" /S
"$InstallerExe$" /S
[Files_install]
; Example of recursively copying some files into the installation directory:

View File

@@ -17,6 +17,7 @@ DefVar $LicensePool$
Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------