File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ FunctionEnd
360360
361361Function uninstallOldVersionDialog
362362 StrCpy $R8 $control_fields
363- !insertmacro INSTALLOPTIONS_WRITE " UninstallOldVersions.ini" " Field 2" " State" " 0 "
363+ !insertmacro INSTALLOPTIONS_WRITE " UninstallOldVersions.ini" " Field 2" " State" " 1 "
364364
365365 StrCpy $R0 0 ; HKLM
366366 StrCpy $R1 " Software"
@@ -461,7 +461,7 @@ Function enumerateInstalledVersions
461461
462462 !insertmacro INSTALLOPTIONS_WRITE " UninstallOldVersions.ini" " Field $R8" " Top" " $R6"
463463 !insertmacro INSTALLOPTIONS_WRITE " UninstallOldVersions.ini" " Field $R8" " Bottom" " $R7"
464- !insertmacro INSTALLOPTIONS_WRITE " UninstallOldVersions.ini" " Field $R8" " State" " 0 "
464+ !insertmacro INSTALLOPTIONS_WRITE " UninstallOldVersions.ini" " Field $R8" " State" " 1 "
465465 !insertmacro INSTALLOPTIONS_WRITE " UninstallOldVersions.ini" " Field $R8" " Text" " $R3"
466466 ${EndIf}
467467 ${EndIf}
You can’t perform that action at this time.
0 commit comments