properly handle initial value of $ReinstallPageCheck
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5404 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
91b1cad079
commit
594bcc0993
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ Function PageReinstall
|
|||
Pop $R3
|
||||
${NSD_OnClick} $R3 PageReinstallUpdateSelection
|
||||
|
||||
${If} $ReinstallPageCheck == 1
|
||||
${If} $ReinstallPageCheck != 2
|
||||
SendMessage $R2 ${BM_SETCHECK} ${BST_CHECKED} 0
|
||||
${Else}
|
||||
SendMessage $R3 ${BM_SETCHECK} ${BST_CHECKED} 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue