Skip to content

Commit

Permalink
Update to prevent the installer requesting admin
Browse files Browse the repository at this point in the history
  • Loading branch information
hughwilliams94 authored Oct 24, 2018
1 parent 5f7046e commit e11c8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qtpass.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
LicenseFile=src\release\LICENSE.txt
OutputBaseFilename=qtpass-{#MyAppVersion}
PrivilegesRequired=lowest
Compression=lzma
SolidCompression=yes
ShowLanguageDialog=no
Expand Down

4 comments on commit e11c8a5

@hughwilliams94
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies, I should have not have made this pull request. The build installs without admin, but fails to run.

@annejan
Copy link
Member

@annejan annejan commented on e11c8a5 Oct 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, no worries, I'll fire up my Windows VM and see what I can do (or rever).

@annejan
Copy link
Member

@annejan annejan commented on e11c8a5 Oct 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you find a fix, feel free to make a pull request, because I doubt we really need admin rights.

@hughwilliams94
Copy link
Contributor Author

@hughwilliams94 hughwilliams94 commented on e11c8a5 Oct 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It just seems to fail silently, the process briefly appears in Task Manager and there was an error message once but no details. I am running it on Win7 64 bit.

Please sign in to comment.