Owen Rudge owen@owenrudge.net writes:
+#include "En.rc"
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+ICO_MAIN ICON "../../programs/uninstaller/uninstaller.ico" +ICO_SETUP ICON "../../programs/msiexec/msiexec.ico" +ICO_BIN ICON "../shell32/trash_file.ico"
You can't depend on files belonging to other dlls. You should load the icons from the corresponding dlls at run-time, or if absolutely necessary duplicate the files.