No installer run required
This commit is contained in:
@@ -38,7 +38,7 @@ comment "Delete program shortcuts"
|
|||||||
LinkFolder_uninstall
|
LinkFolder_uninstall
|
||||||
|
|
||||||
[Winbatch_uninstall]
|
[Winbatch_uninstall]
|
||||||
"$UninstallProgram$"
|
; "$UninstallProgram$"
|
||||||
|
|
||||||
[Winbatch_uninstall_msi_old]
|
[Winbatch_uninstall_msi_old]
|
||||||
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress
|
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
[Winbatch_install]
|
[Winbatch_install]
|
||||||
"$InstallExe$"
|
; "$InstallExe$"
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
@@ -110,7 +110,7 @@ copy -s "%ScriptPath%\X86\*.*" "$InstallDir$"
|
|||||||
[Registry_install]
|
[Registry_install]
|
||||||
; Example of setting some values of an registry key:
|
; Example of setting some values of an registry key:
|
||||||
;
|
;
|
||||||
HighCriteria\TranscriptionBuddyPE\WinReg]
|
openkey [HKEY_LOCAL_MACHINE\Software\HighCriteria\TranscriptionBuddyPE\WinReg]
|
||||||
set "Name" = "$OrgName$"
|
set "Name" = "$OrgName$"
|
||||||
set "Key" = "$LicenseKey$"
|
set "Key" = "$LicenseKey$"
|
||||||
|
|
||||||
@@ -121,6 +121,7 @@ set "NumbBuild" = REG_DWORD:0000002D
|
|||||||
set "CommonReg" = REG_DWORD:00000001
|
set "CommonReg" = REG_DWORD:00000001
|
||||||
set "CommonSet" = REG_DWORD:00000000
|
set "CommonSet" = REG_DWORD:00000000
|
||||||
set "SetAccess" = REG_DWORD:FFFFFFFF
|
set "SetAccess" = REG_DWORD:FFFFFFFF
|
||||||
|
|
||||||
openkey [HKEY_LOCAL_MACHINE\Software\HighCriteria\TranscriptionBuddyPE]
|
openkey [HKEY_LOCAL_MACHINE\Software\HighCriteria\TranscriptionBuddyPE]
|
||||||
set "Path" = "$InstallDir$"
|
set "Path" = "$InstallDir$"
|
||||||
set "Module" = "tnpbuddy.exe"
|
set "Module" = "tnpbuddy.exe"
|
||||||
|
|||||||
@@ -26,9 +26,3 @@ ICON_DL_INDEX=0
|
|||||||
WINST_NAME[0]="MsiId"
|
WINST_NAME[0]="MsiId"
|
||||||
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
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"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user