no checl exitcode on uninstall
This commit is contained in:
parent
8d76643ab8
commit
18ea23ca30
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user