No installer run required

This commit is contained in:
Mario Fetka 2012-07-14 20:12:30 +02:00
parent e81408ff01
commit 2542e5e5b4
3 changed files with 4 additions and 9 deletions

View File

@ -38,7 +38,7 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_uninstall]
"$UninstallProgram$"
; "$UninstallProgram$"
[Winbatch_uninstall_msi_old]
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress

View File

@ -95,7 +95,7 @@ else
endif
[Winbatch_install]
"$InstallExe$"
; "$InstallExe$"
[Files_install]
; copy the ini file to the InstallDir
@ -110,7 +110,7 @@ copy -s "%ScriptPath%\X86\*.*" "$InstallDir$"
[Registry_install]
; Example of setting some values of an registry key:
;
HighCriteria\TranscriptionBuddyPE\WinReg]
openkey [HKEY_LOCAL_MACHINE\Software\HighCriteria\TranscriptionBuddyPE\WinReg]
set "Name" = "$OrgName$"
set "Key" = "$LicenseKey$"
@ -121,6 +121,7 @@ set "NumbBuild" = REG_DWORD:0000002D
set "CommonReg" = REG_DWORD:00000001
set "CommonSet" = REG_DWORD:00000000
set "SetAccess" = REG_DWORD:FFFFFFFF
openkey [HKEY_LOCAL_MACHINE\Software\HighCriteria\TranscriptionBuddyPE]
set "Path" = "$InstallDir$"
set "Module" = "tnpbuddy.exe"

View File

@ -26,9 +26,3 @@ ICON_DL_INDEX=0
WINST_NAME[0]="MsiId"
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
WINST_NAME[1]="InstallExe"
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\transcriptionbuddy-install.exe"
WINST_NAME[2]="UnInstallExe"
WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[1]@\\transcriptionbuddy-uninstall.exe"