electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
318 stars 91 forks source link

Shortcut Admin Permission #160

Open atakanaydinbas opened 1 year ago

atakanaydinbas commented 1 year ago

After installing the application with msi installer, is there a way to make the created shortcut work by asking for admin permission? The application that comes out of electron-builder works by asking for admin permission, but the shortcut created by msi installer does not work at all because it does not require admin permission.