Changeset 108
- Timestamp:
- 05/15/06 13:33:49 (3 years ago)
- Files:
-
- trunk/iriverter.nsi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/iriverter.nsi
r107 r108 156 156 SetOutPath "$INSTDIR" 157 157 File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\COPYING" 158 File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\swt-win32-32 29.dll"158 File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\swt-win32-3231.dll" 159 159 File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\mencoder.exe" 160 160 SectionEnd … … 162 162 Section "Extra Codecs" SEC02 163 163 InetLoad::load \ 164 "http://www.mplayerhq.hu/MPlayer/releases/codecs/windows-all-200 50412.zip" \165 "$TEMP\windows-all-200 50412.zip"164 "http://www.mplayerhq.hu/MPlayer/releases/codecs/windows-all-20060501.zip" \ 165 "$TEMP\windows-all-20060501.zip" 166 166 Pop $0 167 167 StrCmp $0 "OK" dlok … … 169 169 Abort 170 170 dlok: 171 !insertmacro ZIPDLL_EXTRACT "$TEMP\windows-all-200 50412.zip" "$INSTDIR" "<ALL>"171 !insertmacro ZIPDLL_EXTRACT "$TEMP\windows-all-20060501.zip" "$INSTDIR" "<ALL>" 172 172 Rename "$INSTDIR\windows-all-20050412" "$INSTDIR\codecs" 173 173 SectionEnd
