ChangeSet ID: 15551 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/19 13:07:40
Modified files: dlls/msi : msipriv.h action.c
Log message: Aric Stewart aric@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