/[svn]/misc/trunk/win32_installer/linuxsampler_all.nsi
ViewVC logotype

Diff of /misc/trunk/win32_installer/linuxsampler_all.nsi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1932 by persson, Sun Jul 5 16:01:35 2009 UTC revision 1941 by senoner, Mon Jul 13 17:48:43 2009 UTC
# Line 100  Function .onInit Line 100  Function .onInit
100    StrCpy $installing32BitToo "0"    StrCpy $installing32BitToo "0"
101  FunctionEnd  FunctionEnd
102    
103    !macro CreateInternetShortcut FILENAME URL ICONFILE ICONINDEX
104    WriteINIStr "${FILENAME}.url" "InternetShortcut" "URL" "${URL}"
105    WriteINIStr "${FILENAME}.url" "InternetShortcut" "IconFile" "${ICONFILE}"
106    WriteINIStr "${FILENAME}.url" "InternetShortcut" "IconIndex" "${ICONINDEX}"
107    !macroend
108    
109  ; detects CPU capabilities, determines which native binary type to install  ; detects CPU capabilities, determines which native binary type to install
110  ; and selects the appropriate windows registry view (32 bit or 64 bit)  ; and selects the appropriate windows registry view (32 bit or 64 bit)
111  !macro DetectSystemType un  !macro DetectSystemType un
# Line 637  Section "Start Menu Shortcuts" SecShortc Line 643  Section "Start Menu Shortcuts" SecShortc
643    StrCmp $installinggigedit '1' 0 +3    StrCmp $installinggigedit '1' 0 +3
644    SetOutPath $samplerDir    SetOutPath $samplerDir
645    CreateShortCut "$SMPROGRAMS\LinuxSampler\gigedit 0.1.1.x cvs2009-05-10 (stand alone).lnk" "$samplerDir\gigedit.exe" "" "$samplerDir\gigedit.exe" 0    CreateShortCut "$SMPROGRAMS\LinuxSampler\gigedit 0.1.1.x cvs2009-05-10 (stand alone).lnk" "$samplerDir\gigedit.exe" "" "$samplerDir\gigedit.exe" 0
646    
647      !insertmacro CreateInternetShortcut \
648      "$SMPROGRAMS\LinuxSampler\\Support LinuxSampler" \
649      "http://www.linuxsampler.org/donations.html" \
650      "" "0"
651  SectionEnd  SectionEnd
652    
653  ;--------------------------------  ;--------------------------------

Legend:
Removed from v.1932  
changed lines
  Added in v.1941

  ViewVC Help
Powered by ViewVC