8000 Do not require admin to install lumidex, UAC popup will happen when i… by alexhelms · Pull Request #83 · alexhelms/lumidex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Do not require admin to install lumidex, UAC popup will happen when i… #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions lumidex-installer-win.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DisableDirPage=yes
ArchitecturesAllowed=x64compatible
ArchitecturesInstallIn64BitMode=x64compatible
DisableProgramGroupPage=yes
PrivilegesRequired=admin
PrivilegesRequired=lowest
OutputDir=dist/win
OutputBaseFilename={#MyAppName}-{#MyAppProductVersion}-win
SetupIconFile=Lumidex\Assets\lumidex-icon.ico
Expand Down Expand Up @@ -56,5 +56,4 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Filename: "{tmp}\VC_redist.x64.exe"; \
StatusMsg: "Installing VC++ 14.40.33810.0 x64"; \
Parameters: "/q /passive /Q:a /c:""msiexec /q /norestart /i vcredist.msi"""; Flags: waituntilterminated

Parameters: "/q /passive /norestart /Q:a /c:""msiexec /q /i /norestart vcredist.msi"""; Flags: waituntilterminated
0