ChangeSet ID: 20946
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/29 06:29:17
Modified files:
dlls/msi : files.c action.h action.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Some installers don't call the CreateFolders action before the
InstallFiles action as MSDN specifies, but it still seems to work, so
make sure that we create component directories in the InstallFiles
action anyway.
Patch: http://cvs.winehq.org/patch.py?id=20946
Old revision New revision Changes Path
1.25 1.26 +8 -0 wine/dlls/msi/files.c
1.44 1.45 +1 -0 wine/dlls/msi/action.h
1.218 1.219 +16 -8 wine/dlls/msi/action.c
ChangeSet ID: 20942
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/29 06:07:29
Modified files:
dlls/msi : table.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Deleted two buggy functions that incorrectly and inefficiently check
whether a row already exists in a table, and replaced them with a call
to an existing working function that does the same thing correctly.
Patch: http://cvs.winehq.org/patch.py?id=20942
Old revision New revision Changes Path
1.48 1.49 +6 -70 wine/dlls/msi/table.c