Skip to content

Commit

Permalink
Installer now forces proxy off (for users with proxy, allows them to …
Browse files Browse the repository at this point in the history
…update)
  • Loading branch information
Kenneth Yeast committed Mar 17, 2015
1 parent 7f2df6e commit ca5401d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Desura.nsi
Expand Up @@ -78,6 +78,9 @@ Section "Desura (required)"
; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\Desura "Install_Dir" "$INSTDIR"

; Registry key to force proxy off (helpful for some users)
WriteRegDWORD HKLM "Software\Desura\DesuraApp" "PrivateProxyOff" 1

; Write the uninstall keys for Windows
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Desura" "DisplayName" "Desura"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Desura" "UninstallString" '"$INSTDIR\Desura_Uninstaller.exe"'
Expand Down

0 comments on commit ca5401d

Please sign in to comment.