Skip to content
Snippets Groups Projects

installer: add wizard page to install for all users on windows

Merged jkito requested to merge jkito/bitmask-vpn:issue_779 into main
  1. Jul 22, 2024
    • jkito's avatar
      installer: use $APPNAME in error messages instead of RiseupVPN · 0236703b
      jkito authored and jkito's avatar jkito committed
      the $APPNAME is a template variable and replace by the gen-qt-installer
      script at build time, which allows to have the correct name of the app
      on the error message during uninstall
      0236703b
    • jkito's avatar
      installer: add wizard page to install for all users on windows · ebe02016
      jkito authored and jkito's avatar jkito committed
      this adds a custom installer page with a checkbox to allow users to
      choose to install the app for all users, when its enabled installer
      will create a group called 'OpenVPN Administrator'
      
      local users except the admin, guest and default account are added to
      the group, and upon uninstall the group is removed
      
      this allows non-admin users that are added to the group to use the app
      and successfully start a vpn connection
      ebe02016
Loading