Allow changing installation directory on windows

This commit is contained in:
Labhansh Agrawal 2021-02-11 00:18:28 +05:30
parent 03d917fe2a
commit 6199f1b025
2 changed files with 8 additions and 1 deletions

View file

@ -17,3 +17,7 @@
DeleteRegKey HKCU "Software\Classes\Directory\shell\Hyper"
DeleteRegKey HKCU "Software\Classes\Drive\shell\Hyper"
!macroend
!macro customInstallMode
StrCpy $isForceCurrentInstall "1"
!macroend

View file

@ -54,7 +54,10 @@
"rfc3161TimeStampServer": "http://timestamp.comodoca.com"
},
"nsis": {
"include": "build/win/installer.nsh"
"include": "build/win/installer.nsh",
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true
},
"mac": {
"target": {