mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 19:50:11 -07:00
As we are now registering file types we need to have elevated rights, this change fixes that.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2412 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
0f418db6a6
commit
8b793235c3
1 changed files with 4 additions and 4 deletions
|
@ -120,7 +120,7 @@ LanguageDetectionMethod=uilanguage
|
|||
MinVersion=,5.01.2600
|
||||
OutputBaseFilename={#ExeName}-INSTALLER-{#Version}
|
||||
OutputDir=..\
|
||||
PrivilegesRequired=none
|
||||
PrivilegesRequired=poweruser
|
||||
SetupIconFile=..\..\icons\applicationIcon\icon.ico
|
||||
UninstallDisplayIcon={app}\{#ExeName}.exe
|
||||
Uninstallable=true
|
||||
|
@ -573,10 +573,10 @@ begin
|
|||
Result := true;
|
||||
end;
|
||||
[Run]
|
||||
Filename: "{code:getNGENPath}\ngen.exe"; Parameters: "install ""{app}\{#ExeName}.exe"""; StatusMsg: "{cm:optimize}"; Flags: runhidden
|
||||
Filename: "{code:getNGENPath}\ngen.exe"; Parameters: "install ""{app}\GreenshotPlugin.dll"""; StatusMsg: "{cm:optimize}"; Flags: runhidden
|
||||
Filename: "{code:getNGENPath}\ngen.exe"; Parameters: "install ""{app}\{#ExeName}.exe"""; StatusMsg: "{cm:optimize}"; Flags: runhidden runasoriginaluser
|
||||
Filename: "{code:getNGENPath}\ngen.exe"; Parameters: "install ""{app}\GreenshotPlugin.dll"""; StatusMsg: "{cm:optimize}"; Flags: runhidden runasoriginaluser
|
||||
Filename: "{app}\{#ExeName}.exe"; Description: "{cm:startgreenshot}"; Parameters: "{code:GetParamsForGS}"; WorkingDir: "{app}"; Flags: nowait postinstall runasoriginaluser
|
||||
Filename: "http://getgreenshot.org/thank-you/?language={language}&version={#Version}"; Flags: shellexec runascurrentuser
|
||||
Filename: "http://getgreenshot.org/thank-you/?language={language}&version={#Version}"; Flags: shellexec runasoriginaluser
|
||||
|
||||
[InstallDelete]
|
||||
Name: {app}; Type: filesandordirs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue