Don't check for error deleting files on uninstall. Files may be missing if the installation is damaged.

This commit is contained in:
Chris Danford
2006-04-25 20:52:44 +00:00
parent 4c1667afde
commit 046ae6bc22
-6
View File
@@ -737,12 +737,6 @@ Section "Uninstall"
Delete "$SMPROGRAMS\${PRODUCT_ID}\*.*"
RMDir "$SMPROGRAMS\${PRODUCT_ID}"
IfErrors do_error do_no_error
do_error:
MessageBox MB_OK|MB_ICONSTOP "$(TEXT_IO_FATAL_ERROR_UNINSTALL)"
Quit
do_no_error:
Delete "$INSTDIR\Uninstall.exe"
DeleteRegKey /ifempty HKEY_LOCAL_MACHINE "SOFTWARE\${PRODUCT_ID}"