Skip to content

Commit

Permalink
Remove messagebox from installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweebo committed Mar 20, 2015
1 parent 20512ef commit 959ec6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pentedb-install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Function DetectJRECore

;MessageBox MB_OK "Detecting JRE"
ReadRegStr $1 HKLM "SOFTWARE\JavaSoft\Java Runtime Environment" "CurrentVersion"
MessageBox MB_OK "Read : $1"
;MessageBox MB_OK "Read : $1"
StrCmp $1 "" DetectTry2
ReadRegStr $2 HKLM "SOFTWARE\JavaSoft\Java Runtime Environment\$1" "JavaHome"
;MessageBox MB_OK "Read 3: $2"
Expand Down

0 comments on commit 959ec6f

Please sign in to comment.