Skip to content

Commit a5bc29b

Browse files
authored
Merge pull request #76 from systracer/patch-1
Update dcrypt_install.iss
2 parents 03dfc3c + e169426 commit a5bc29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/dcrypt_install.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var
6767
DrvVersion: Cardinal;
6868
begin
6969
70-
MsgBox('This is a BETA release, use it at your own risk!'#13#10'This tool is provided on an "as is" basis, with no warranty of any kind, express or implied.', mbError, MB_OK);
70+
SuppressibleMsgBox('This is a BETA release, use it at your own risk!'#13#10'This tool is provided on an "as is" basis, with no warranty of any kind, express or implied.', mbError, MB_OK);
7171
7272
GetWindowsVersionEx(Version);
7373

0 commit comments

Comments
 (0)