ChangeSet ID: 15551
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/19 13:07:40
Modified files:
dlls/msi : msipriv.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Quite a few fixes:
- Allow for the queing of custom actions to trigger on the
InstallExecute or InstallExecuteAgain actions.
- allow for the queing of custom actions to trigger on
InstallFinalize.
- Properly set the CustomActionData property for said queued actions.
- Implement RegisterProduct.
- Beginning implementation of ForceReboot.
- Don't kill install if an item to be duplicated does not exist.
- Write out SourceList and LastUsedSource for resuming installs.
- Use regsvr32 to register self reg dlls.
Patch: http://cvs.winehq.org/patch.py?id=15551
Old revision New revision Changes Path
1.34 1.35 +8 -0 wine/dlls/msi/msipriv.h
1.69 1.70 +395 -28 wine/dlls/msi/action.c
ChangeSet ID: 15548
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/19 11:02:50
Modified files:
dlls/ttydrv : wnd.c
Log message:
Store the window id as a property instead of accessing the WND
structure directly.
Fetch the update region from the server and remove a lot of obsolete
code.
Patch: http://cvs.winehq.org/patch.py?id=15548
Old revision New revision Changes Path
1.36 1.37 +73 -311 wine/dlls/ttydrv/wnd.c