ChangeSet ID: 18584
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/30 17:51:28
Modified files:
admin : adminAppQueue.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Delete version before application, otherwise the version has no parent
application.
Patch: http://cvs.winehq.org/patch.py?id=18584
Old revision New revision Changes Path
1.37 1.38 +4 -4 appdb/admin/adminAppQueue.php
ChangeSet ID: 18575
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/30 15:45:43
Modified files:
dlls/msi : upgrade.c helpers.c custom.c action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Keep track of what sequence we are in and register unique
actions. This allows us to make sure actions and custom actions
flagged to run only once, actually run only once.
Also clean up some of the numeric constants in custom.c using the
defined values from msidefs.h.
Patch: http://cvs.winehq.org/patch.py?id=18575
Old revision New revision Changes Path
1.2 1.3 +6 -4 wine/dlls/msi/upgrade.c
1.4 1.5 +44 -0 wine/dlls/msi/helpers.c
1.16 1.17 +57 -6 wine/dlls/msi/custom.c
1.21 1.22 +9 -1 wine/dlls/msi/action.h
1.166 1.167 +7 -0 wine/dlls/msi/action.c