diff --git a/CLIENT_DATA/delsub32.ins b/CLIENT_DATA/delsub32.ins index d85d35c..e97054e 100644 --- a/CLIENT_DATA/delsub32.ins +++ b/CLIENT_DATA/delsub32.ins @@ -38,7 +38,7 @@ comment "Delete program shortcuts" LinkFolder_uninstall [Winbatch_uninstall] -"$UninstallProgram$" +; "$UninstallProgram$" [Winbatch_uninstall_msi_old] msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 4e4750e..e1cd82f 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -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" diff --git a/builder-product.cfg b/builder-product.cfg index d6dea0b..80238e3 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -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" -