comparison gaim-installer.nsi @ 5037:40b9d69d3234

[gaim-migrate @ 5381] Spelling correction committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 05 Apr 2003 18:23:57 +0000
parents d8c8f8993b53
children ff58f210135c
comparison
equal deleted inserted replaced
5036:3819a32e2673 5037:40b9d69d3234
119 ; Set Start Menu icons 119 ; Set Start Menu icons
120 SetShellVarContext "all" 120 SetShellVarContext "all"
121 CreateDirectory "$SMPROGRAMS\Gaim" 121 CreateDirectory "$SMPROGRAMS\Gaim"
122 CreateShortCut "$SMPROGRAMS\Gaim\Gaim.lnk" \ 122 CreateShortCut "$SMPROGRAMS\Gaim\Gaim.lnk" \
123 "$INSTDIR\gaim.exe" 123 "$INSTDIR\gaim.exe"
124 CreateShortCut "$SMPROGRAMS\Gaim\Unistall.lnk" \ 124 CreateShortCut "$SMPROGRAMS\Gaim\Uninstall.lnk" \
125 "$INSTDIR\gaim-uninst.exe" 125 "$INSTDIR\gaim-uninst.exe"
126 ; Set Desktop icon 126 ; Set Desktop icon
127 CreateShortCut "$DESKTOP\Gaim.lnk" \ 127 CreateShortCut "$DESKTOP\Gaim.lnk" \
128 "$INSTDIR\gaim.exe" 128 "$INSTDIR\gaim.exe"
129 129