[PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path. (try 2)

Lei Zhang thestig at google.com
Thu Jul 31 17:01:21 CDT 2008


On Thu, Jul 31, 2008 at 1:45 PM, Alexandre Julliard <julliard at winehq.org> wrote:
> "Lei Zhang" <thestig at google.com> writes:
>
>> While mucking around in programs/cmd/wcmdmain.c, I noticed
>> console = SHGetFileInfo();
>> always returned 0 for just "msiexec".
>
> cmd is supposed to build a full path here, but either way it won't work
> because SHGetFileInfo doesn't work for builtins. This is the real bug
> that needs fixing.

The first bug is in FindExecutuable. On Windows,
FindExecutable("msiexec", ...) return the full path, but just
msiexec.exe on Wine.



More information about the wine-devel mailing list