[1/10] [try 5] appwiz.cpl: Add skeleton Add/Remove Programs control panel

Alexandre Julliard julliard at winehq.org
Thu Jul 24 06:41:53 CDT 2008


Owen Rudge <owen at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list