no checl exitcode on uninstall

This commit is contained in:
Mario Fetka 2013-09-04 12:47:22 +02:00
parent 8d76643ab8
commit 18ea23ca30
1 changed files with 0 additions and 4 deletions

View File

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