debug message in the installer

pull/1705/head
antelle 2021-01-10 09:41:30 +01:00
parent ab64e9343b
commit c7574a6b83
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ Section "MainSection" SEC01
SetOverwrite on
${If} $isUpdaterMode != 1
${If} $isUpdaterMode == 1
DetailPrint "Running in update mode"
${Else}
ReadRegStr $R0 ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString"
${If} $R0 != ""
CopyFiles "$R0" "$TEMP\${PRODUCT_UNINST_TEMP_EXE}"