; The stuff to install Section "mod_libavcodec" Sec_mod_libavcodec ; SectionIn RO ; Set output path to the installation directory. SetOutPath "$INSTDIR\lib\synfig\modules" ; Put file there File /oname=mod_libavcodec.dll "src\modules\mod_libavcodec\.libs\libmod_libavcodec-0.dll" FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a FileSeek $0 0 END FileWrite $0 "mod_libavcodec" FileWriteByte $0 "13" FileWriteByte $0 "10" FileClose $0 SectionEnd