Change perMachine to false and allowToChangeInstallationDirectory to false

This commit is contained in:
Hinton 2022-03-02 11:23:18 +01:00
parent 80415f8cd5
commit 8a53fd0b77
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@
},
"nsisWeb": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"perMachine": false,
"allowToChangeInstallationDirectory": false,
"artifactName": "${productName}-Installer-${version}.${ext}",
"uninstallDisplayName": "${productName}",
"deleteAppDataOnUninstall": true