ChangeSet ID: 15667
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/25 05:05:37
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Use the new registry functions in registry.c.
Do not force a reboot, just return ERROR_INSTALL_SUSPEND and write
some keys to the registry.
Patch: http://cvs.winehq.org/patch.py?id=15667
Old revision New revision Changes Path
1.72 1.73 +95 -133 wine/dlls/msi/action.c
ChangeSet ID: 15666
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/25 04:58:36
Modified files:
dlls/msi : msipriv.h msi.c Makefile.in
Added files:
dlls/msi : registry.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Move the guid squishing functions out of msi.c and make a new
registry.c file. Also clean up all the various registry keys we need
to open and create to this module and modify the functions for msi.c
to call these functions.
Patch: http://cvs.winehq.org/patch.py?id=15666
Old revision New revision Changes Path
1.39 1.40 +8 -0 wine/dlls/msi/msipriv.h
1.53 1.54 +68 -330 wine/dlls/msi/msi.c
1.18 1.19 +1 -0 wine/dlls/msi/Makefile.in
Added 1.1 +0 -0 wine/dlls/msi/registry.c