ChangeSet ID: 17884
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 10:16:31
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Do not change a features state to Advertise if it explicitly disallows
it.
Patch: http://cvs.winehq.org/patch.py?id=17884
Old revision New revision Changes Path
1.129 1.130 +5 -0 wine/dlls/msi/action.c
ChangeSet ID: 17883
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 10:13:57
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
For typelibs index 1 do not add \\1 to the path. This cleans up
registry diffs with native MSI.
Patch: http://cvs.winehq.org/patch.py?id=17883
Old revision New revision Changes Path
1.128 1.129 +7 -2 wine/dlls/msi/action.c
ChangeSet ID: 17881
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 10:09:57
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Register the FileType and correct short vs long path problems with
InprocServer32. Also add install_on_demand boolean for future
expansion.
Patch: http://cvs.winehq.org/patch.py?id=17881
Old revision New revision Changes Path
1.127 1.128 +80 -14 wine/dlls/msi/action.c