ChangeSet ID: 16006
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/09 08:05:40
Modified files:
programs/msiexec: msiexec.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
- Quote the parameter strings passed to MsiInstallProduct.
- Return the error code that the Msi* function returned when we quit.
Patch: http://cvs.winehq.org/patch.py?id=16006
Old revision New revision Changes Path
1.20 1.21 +130 -68 wine/programs/msiexec/msiexec.c
ChangeSet ID: 16005
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/09 08:05:24
Modified files:
dlls/msi : custom.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Do not track the temp files for custom actions based on the name from
the table because then we get conflicts and files not tracked or
cleaned up.
Patch: http://cvs.winehq.org/patch.py?id=16005
Old revision New revision Changes Path
1.7 1.8 +1 -1 wine/dlls/msi/custom.c
ChangeSet ID: 16003
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/09 08:01:40
Modified files:
dlls/x11drv : winpos.c window.c
Log message:
Make the win data pointer only available in the thread that owns the
window.
Patch: http://cvs.winehq.org/patch.py?id=16003
Old revision New revision Changes Path
1.119 1.120 +4 -6 wine/dlls/x11drv/winpos.c
1.96 1.97 +4 -4 wine/dlls/x11drv/window.c