Remove enableElevatedUpdateTask from Wix installer config (#2004)

Remove enableElevatedUpdateTask from Wix config

This config option seems to be crashing the installer for a lot of Windows users, and I am not 100% why I enabled anyway, so revert it
This commit is contained in:
Vítor Vasconcellos 2024-01-28 20:36:33 -03:00 committed by GitHub
parent 5fdea8eea6
commit 137fa65baf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,6 @@
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"enableElevatedUpdateTask": true,
"dialogImagePath": "icons/WindowsDialogImage.bmp",
"bannerPath": "icons/WindowsBanner.bmp"
}