mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor change to installer
This commit is contained in:
parent
0636dada6a
commit
2ba25f8aa2
@ -726,7 +726,11 @@ SkipIniMove:
|
|||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
Call RemoveStartMenuShortcuts
|
Call RemoveStartMenuShortcuts
|
||||||
|
|
||||||
CreateShortcut "$SMPROGRAMS\Rainmeter.lnk" "$INSTDIR\Rainmeter.exe" "" "$INSTDIR\Rainmeter.exe" 0
|
StrCpy $0 "$SMPROGRAMS\Rainmeter.lnk"
|
||||||
|
${If} ${FileExists} "$SMPROGRAMS\Rainmeter"
|
||||||
|
StrCpy $0 "$SMPROGRAMS\Rainmeter\Rainmeter.lnk"
|
||||||
|
${EndIf}
|
||||||
|
CreateShortcut "$0" "$INSTDIR\Rainmeter.exe" "" "$INSTDIR\Rainmeter.exe" 0
|
||||||
|
|
||||||
SetShellVarContext current
|
SetShellVarContext current
|
||||||
Call RemoveStartMenuShortcuts
|
Call RemoveStartMenuShortcuts
|
||||||
|
Loading…
Reference in New Issue
Block a user