Skip to content

Commit

Permalink
[windows][installer] enable 'change'\'modify' and 'repair' options.
Browse files Browse the repository at this point in the history
I was not able to reproduce neither #1034 nor #1035, also it looks like the 'repair' option is not available anymore on Windows 11, and when selecting 'modify' it provides you two options: 'repair' and 'uninstall'.
This looks valid to me, as if the user want to change something in the installation, it's always safer to uninstall and install again with the correct configuration, since it's a fast operation, and no user files are affected during it.

This fixes #1034 and #1035.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Jan 27, 2025
1 parent 3161bbf commit 489aead
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions installer/boinc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9751,14 +9751,6 @@
"Property": "ARPHELPLINK",
"Value": "https://boinc.berkeley.edu/"
},
{
"Property": "ARPNOMODIFY",
"Value": "1"
},
{
"Property": "ARPNOREPAIR",
"Value": "1"
},
{
"Property": "ARPPRODUCTICON",
"Value": "ARPPRODUCTICON.exe"
Expand Down

0 comments on commit 489aead

Please sign in to comment.