No installer run required
This commit is contained in:
parent
e81408ff01
commit
2542e5e5b4
@ -38,7 +38,7 @@ comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
||||
|
||||
[Winbatch_uninstall]
|
||||
"$UninstallProgram$"
|
||||
; "$UninstallProgram$"
|
||||
|
||||
[Winbatch_uninstall_msi_old]
|
||||
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user