; Optional section (can be disabled by the user)
Section "Start Menu Shortcuts"
+ SetShellVarContext All
CreateDirectory "$SMPROGRAMS\Voria"
CreateShortCut "$SMPROGRAMS\Voria\Uninstall Synfig Core.lnk" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" "" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" 0
Section "un.Start Menu Shortcuts"
; Remove shortcuts, if any
+ SetShellVarContext All
Delete "$SMPROGRAMS\Voria\Uninstall Synfig Core.lnk"
RMDir "$SMPROGRAMS\Voria"
SetOutPath $INSTDIR\examples
File "@srcdir@\examples\*.sif"
+ SetShellVarContext All
CreateDirectory "$SMPROGRAMS\Voria"
CreateShortCut "$SMPROGRAMS\Voria\Examples.lnk" "$INSTDIR\examples" "" "$INSTDIR\examples" 0
SectionEnd
Section "un.Examples"
Delete "$INSTDIR\examples\*.sif"
RMDir "$INSTDIR\examples"
-
+
+ SetShellVarContext All
Delete "$SMPROGRAMS\Voria\Examples.lnk"
RMDir "$SMPROGRAMS\Voria"
SectionEnd