~akashunbeatable/desura-app/Desua-app@Github

« back to all changes in this revision

Viewing changes to Desura.nsi

  • Committer: Kenneth Yeast
  • Date: 2015-03-17 20:48:40 UTC
  • Revision ID: git-v1:ca5401d553f5ab4631e090cafd47c47de9445576
Installer now forces proxy off (for users with proxy, allows them to update)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  ; Write the installation path into the registry
79
79
  WriteRegStr HKLM SOFTWARE\Desura "Install_Dir" "$INSTDIR"
80
80
  
 
81
  ; Registry key to force proxy off (helpful for some users)
 
82
  WriteRegDWORD HKLM "Software\Desura\DesuraApp" "PrivateProxyOff" 1
 
83
 
81
84
  ; Write the uninstall keys for Windows
82
85
  WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Desura" "DisplayName" "Desura"
83
86
  WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Desura" "UninstallString" '"$INSTDIR\Desura_Uninstaller.exe"'