Skip to content

Commit 59a3985

Browse files
committed
use autodesktop so it installs based on the setup elavation
1 parent 03cef33 commit 59a3985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/setup/LogExpertInstaller.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Source: "..\..\bin\Release\WeifenLuo.WinFormsUI.Docking.dll"; DestDir: "{app}";
7272
[Icons]
7373
Name: "{group}\{#AppName}"; Filename: "{app}\{#AppExeName}"
7474
Name: "{group}\{cm:UninstallProgram,{#AppName}}"; Filename: "{uninstallexe}"
75-
Name: "{commondesktop}\{#AppName}"; Filename: "{app}\{#AppExeName}"; Tasks: desktopicon
75+
Name: "{autodesktop}\{#AppName}"; Filename: "{app}\{#AppExeName}"; Tasks: desktopicon
7676

7777
[Run]
7878
Filename: "{app}\{#AppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(AppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
@@ -93,4 +93,4 @@ begin
9393
dotNetInstalled := false;
9494
end;
9595
result:= dotNetInstalled;
96-
end;
96+
end;

0 commit comments

Comments
 (0)