msi: Improve stub for MsiGetFeatureCost{A, W} and hook the stub into the VolumeCostList dialog control.

Rob Shearman robertshearman at gmail.com
Sun Nov 8 06:34:43 CST 2009


---
 dlls/msi/dialog.c      |   41 +++++++++++++++++++++++++++
 dlls/msi/install.c     |   73 ++++++++++++++++++++++++++++++++++++++++++++---
 dlls/msi/msipriv.h     |    1 +
 dlls/msi/msiserver.idl |    1 +
 dlls/msi/package.c     |    9 ++++++
 5 files changed, 120 insertions(+), 5 deletions(-)

Partial fix for bug 12218.

Implementing MSI_GetFeatureCost is left as an easy* task for the
future, but at least now these messages are output to signal where to
start:
fixme:msi:MSI_GetFeatureCost (L"AlwaysInstalled" 0 3 0x33eb64): not
implemented yet
fixme:msi:MSI_GetFeatureCost (L"AlwaysInstalled" 0 2 0x33eb64): not
implemented yet
fixme:msi:MSI_GetFeatureCost (L"NotInstalled" 0 3 0x33eb64): not implemented yet
fixme:msi:MSI_GetFeatureCost (L"NotInstalled" 0 2 0x33eb64): not implemented yet
fixme:msi:MSI_GetFeatureCost (L"OfficeUserData" 0 3 0x33eb64): not
implemented yet
fixme:msi:MSI_GetFeatureCost (L"OfficeUserData" 0 2 0x33eb64): not
implemented yet
fixme:msi:MSI_GetFeatureCost (L"WORDVIEWFiles" 0 3 0x33eb64): not
implemented yet
fixme:msi:MSI_GetFeatureCost (L"WORDVIEWFiles" 0 2 0x33eb64): not
implemented yet

*easiness not guaranteed, difficulty level may go up as well as down
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ddfdfb463f834a369fdf9c5f30978881fa440cb2.diff
Type: text/x-patch
Size: 7967 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091108/2ed29096/attachment.bin>


More information about the wine-patches mailing list