Changeset 108

Show
Ignore:
Timestamp:
05/15/06 13:33:49 (3 years ago)
Author:
jlee
Message:

Update installer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/iriverter.nsi

    r107 r108  
    156156  SetOutPath "$INSTDIR" 
    157157  File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\COPYING" 
    158   File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\swt-win32-3229.dll" 
     158  File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\swt-win32-3231.dll" 
    159159  File "c:\windows\profiles\jlee\Desktop\iriverter-0.16\mencoder.exe" 
    160160SectionEnd 
     
    162162Section "Extra Codecs" SEC02 
    163163  InetLoad::load \ 
    164   "http://www.mplayerhq.hu/MPlayer/releases/codecs/windows-all-20050412.zip" \ 
    165   "$TEMP\windows-all-20050412.zip" 
     164  "http://www.mplayerhq.hu/MPlayer/releases/codecs/windows-all-20060501.zip" \ 
     165  "$TEMP\windows-all-20060501.zip" 
    166166    Pop $0 
    167167    StrCmp $0 "OK" dlok 
     
    169169    Abort 
    170170  dlok: 
    171     !insertmacro ZIPDLL_EXTRACT "$TEMP\windows-all-20050412.zip" "$INSTDIR" "<ALL>" 
     171    !insertmacro ZIPDLL_EXTRACT "$TEMP\windows-all-20060501.zip" "$INSTDIR" "<ALL>" 
    172172    Rename "$INSTDIR\windows-all-20050412" "$INSTDIR\codecs" 
    173173SectionEnd