Hi,<br><br>I found a minor error in creating a win32 install package with 'make package-win32-base-exe'<br><br>Section: "Mozilla plugin" ->(SEC03)<br>SectionIn: [2] <br>SetOutPath: "$INSTDIR"
<br>!insertmacro: OpenUninstallLog<br>FileOpen: $INSTDIR\uninstall.log as a -> $UninstallLog<br>FileSeek: fp=$UninstallLog, ofs=0, mode=END, output=<br>!insertmacro: end of OpenUninstallLog<br>!insertmacro: InstallFile
<br>File: "mozilla\npvlc.dll" -> no files found.<br>Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |<br>   /oname=outfile one_file_only)<br>Error in macro InstallFile on macroline 1<br>

Error in script "./vlc-0.9.0-svn/vlc.win32.nsi" on line 443 -- aborting creation process<br>make: *** [package-win32-base-exe] Error 1<br><br>Though I disabled the mozilla plugin, the nsi script still includes Mozilla plugin section.
<br><br>Thanks,<br>Kwang Yul Seo