mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] installer: create start menu shortcut to log directory
This commit makes the installer create a shortcut to the log directory introduced by the previous commit.
This commit is contained in:
parent
1761ea2b9b
commit
c91b7f647d
@ -172,7 +172,7 @@ Section /o "Desktop Shortcut" Section3
|
|||||||
StrCpy $option_desktop 1
|
StrCpy $option_desktop 1
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section /o "Start Menu Shortcut" Section4
|
Section "Start Menu Shortcut" Section4
|
||||||
StrCpy $option_startMenu 1
|
StrCpy $option_startMenu 1
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@ -180,7 +180,10 @@ Section "-Hidden Start Menu" Section5
|
|||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
|
||||||
${If} $option_startMenu == 1
|
${If} $option_startMenu == 1
|
||||||
CreateShortCut "$SMPROGRAMS\Looking Glass (host).lnk" $INSTDIR\looking-glass-host.exe
|
CreateDirectory "$APPDATA\Looking Glass (host)"
|
||||||
|
CreateDirectory "$SMPROGRAMS\Looking Glass (host)"
|
||||||
|
CreateShortCut "$SMPROGRAMS\Looking Glass (host)\Looking Glass (host).lnk" $INSTDIR\looking-glass-host.exe
|
||||||
|
CreateShortCut "$SMPROGRAMS\Looking Glass (host)\Looking Glass Logs.lnk" "$APPDATA\Looking Glass (host)"
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${If} $option_desktop == 1
|
${If} $option_desktop == 1
|
||||||
|
Loading…
Reference in New Issue
Block a user