no checl exitcode on uninstall

This commit is contained in:
Mario Fetka 2013-09-04 12:47:22 +02:00
parent 8d76643ab8
commit 18ea23ca30

View File

@ -32,10 +32,8 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif
comment "Unregister TrueCrypt Kernel Service" comment "Unregister TrueCrypt Kernel Service"
Winbatch_unregister_32 Winbatch_unregister_32
sub_check_exitcode
comment "Stop TrueCrypt Kernel Service" comment "Stop TrueCrypt Kernel Service"
Winbatch_stop_32 Winbatch_stop_32
sub_check_exitcode
comment "Delete files" comment "Delete files"
Files_uninstall_32 /32Bit Files_uninstall_32 /32Bit
comment "Cleanup registry" comment "Cleanup registry"
@ -66,10 +64,8 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
comment "Unregister TrueCrypt Kernel Service" comment "Unregister TrueCrypt Kernel Service"
Winbatch_unregister_64 Winbatch_unregister_64
sub_check_exitcode
comment "Stop TrueCrypt Kernel Service" comment "Stop TrueCrypt Kernel Service"
Winbatch_stop_64 Winbatch_stop_64
sub_check_exitcode
comment "Delete files" comment "Delete files"
Files_uninstall_64 /64Bit Files_uninstall_64 /64Bit
comment "Cleanup registry" comment "Cleanup registry"