Mike McCormack
|
80affb3c2d
|
msi: Merge action.h into msipriv.h.
|
2006-10-10 16:12:12 +02:00 |
James Hawkins
|
563a50ab35
|
msi: Make internal functions static.
|
2006-10-09 14:40:08 +02:00 |
Mike McCormack
|
f1d4646a49
|
msi: Win64 printf format warning fixes.
|
2006-10-05 11:32:32 +02:00 |
Dan Kegel
|
337e1e202f
|
msi: Callers of alloc_msihandle should handle failure.
|
2006-08-29 12:21:54 +02:00 |
Francois Gouget
|
ce9b4baad8
|
Assorted spelling fixes.
|
2006-08-07 13:52:55 +02:00 |
Mike McCormack
|
525ceb7085
|
msi: Fix some memory leaks.
|
2006-07-28 12:32:14 +02:00 |
Mike McCormack
|
f3dae17cbb
|
msi: Use msi_alloc/free, not HeapAlloc/Free.
|
2006-07-27 11:56:51 +02:00 |
Mike McCormack
|
bc673bff01
|
msi: Make MsiConfigureFeature a bit more robust.
|
2006-07-24 19:55:50 +02:00 |
Mike McCormack
|
0bfb9c3e3d
|
msi: Move COM server implementation to a separate file.
|
2006-07-24 19:55:41 +02:00 |
Robert Shearman
|
c0596e0ae9
|
msi: The szLogFile parameter of MsiEnableLogW is optional, so handle the case of it being NULL.
|
2006-07-24 13:47:50 +02:00 |
Mike McCormack
|
e8a7587bdb
|
msi: Implement MsiGetFileHash.
|
2006-07-24 13:46:33 +02:00 |
Mike McCormack
|
bb141641d3
|
msi: Reimplement MsiGetUserInfo using awstrings.
|
2006-07-24 13:27:15 +02:00 |
Mike McCormack
|
dc4d5b0f0e
|
msi: MoveMsiEnumPatches to registry.c
|
2006-07-24 12:57:33 +02:00 |
Mike McCormack
|
aed2de8ec9
|
msi: Handle W/A conversions more correctly in MsiProvideQualifiedComponentEx.
|
2006-07-21 10:56:53 +02:00 |
Mike McCormack
|
869495efd3
|
msi: Use msi_reg_get_val_str() to read a registry value.
|
2006-07-21 10:56:40 +02:00 |
Mike McCormack
|
db1baf7367
|
msi: Add a stub implementation for MsiProvideQualifiedComponentExA.
|
2006-07-21 10:56:30 +02:00 |
Mike McCormack
|
8bce656fd3
|
msi: Components with INSTALLSTATE_NOTUSED are considered present.
|
2006-07-21 10:56:17 +02:00 |
Mike McCormack
|
a36d06c003
|
msi: A component with an empty path is not used.
|
2006-07-21 10:55:48 +02:00 |
Mike McCormack
|
dfb1f4f55b
|
msi: Use TRACE not FIXME for already implemented functions.
|
2006-07-21 10:55:37 +02:00 |
Mike McCormack
|
fee5bee811
|
msi: Implement MsiConfigureFeatureW.
|
2006-07-19 18:15:35 +02:00 |
Mike McCormack
|
4642221875
|
msi: Fix the size of base 85 GUIDs.
|
2006-07-19 18:15:26 +02:00 |
Mike McCormack
|
1aba0d62c6
|
msi: Check the right pointers for NULL.
|
2006-07-19 09:42:36 +02:00 |
Mike McCormack
|
bf57910537
|
msi: Set properties, not the command line in MsiReinstallFeatureW.
|
2006-07-19 09:41:06 +02:00 |
Robert Shearman
|
aea12b4695
|
msi: Fix conversion of path to include nul-termination character in MsiProvideQualifiedComponentA.
|
2006-07-18 11:13:43 +02:00 |
Mike McCormack
|
33ec7eb5e0
|
msi: Tidy up MsiCreateAndVerifyInstallerDirectory a bit.
|
2006-07-17 14:46:26 +02:00 |
Mike McCormack
|
f6170beb47
|
msi: Implement MsiConfigureFeatureA using MsiConfigureFeatureW.
|
2006-07-17 14:46:26 +02:00 |
Mike McCormack
|
a5a91d17a4
|
msi: Add support for INSTALLSTATE_ADVERTISED to MsiQueryFeatureState.
|
2006-07-17 14:46:25 +02:00 |
Mike McCormack
|
baa6efa56f
|
msi: MsiGetComponentPath cannot return INSTALLSTATE_ADVERTISED.
|
2006-07-17 14:46:25 +02:00 |
Mike McCormack
|
c19f9e9c31
|
msi: Use awstring to return strings from MsiGetProductInfo.
|
2006-07-14 13:32:39 +02:00 |
Mike McCormack
|
cd5bac0b3d
|
msi: Read from the registry, not the database in MsiGetProductInfo.
|
2006-07-14 13:32:39 +02:00 |
Mike McCormack
|
abfe248633
|
msi: Features may be published but absent.
|
2006-07-06 15:40:23 +02:00 |
Mike McCormack
|
ee3e058655
|
msi: Add a test for MsiGetComponentPath and make it pass.
|
2006-07-06 15:40:12 +02:00 |
Mike McCormack
|
4c0e72eceb
|
msi: Use msi_strcpy_to_awstring to return the string in MsiComponentGetPath.
|
2006-07-06 15:39:56 +02:00 |
Mike McCormack
|
17518ca910
|
msi: Forward MsiUseFeature to MsiUseFeatureEx.
|
2006-07-06 12:45:16 +02:00 |
Hans Leidekker
|
4f62bf79dc
|
msi: Implement MsiLocateComponent{A,W}.
|
2006-05-30 12:23:51 +02:00 |
Dmitry Timoshkov
|
0d13a99e79
|
msi: Translate the resulting string only if the previous call succeeded.
|
2006-05-25 20:28:45 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
3a94011ab6
|
msi: Clean up memset usage.
|
2006-04-18 21:13:52 +02:00 |
Mike McCormack
|
a92fe55cce
|
msi: Fix some possible NULL pointer dereferences (Coverity).
|
2006-04-17 12:38:36 +02:00 |
Francois Gouget
|
38884e0347
|
Small documentation tweaks to avoid winapi_check warnings.
|
2006-01-03 12:10:09 +01:00 |
Christian Gmeiner
|
e02e539c1e
|
msi: Implemented DllCanUnloadNow.
|
2005-12-05 20:39:33 +01:00 |
Steven Edwards
|
f5f8cd0846
|
Partly implement MsiMessageBox[A/W] on top of MessageBoxEx[A/W]
|
2005-11-11 10:52:53 +00:00 |
Aric Stewart
|
5cbd491b7b
|
Use MsiDecomposeDescriptorW in MsiProvideQualifiedComponentExW.
|
2005-11-10 11:06:04 +00:00 |
Mike McCormack
|
454fa4bea0
|
Make sure we only CoUninitialize after successfully initializing.
Fix the address of the returned IShellLinkDataList interface.
|
2005-11-09 10:58:24 +00:00 |
Ivan Leo Puoti
|
5b22e4d6ef
|
Fix some wrong prototypes.
|
2005-11-03 11:35:11 +00:00 |
Mike McCormack
|
451ef3a9c3
|
Stub implementation for MsiAdvertiseScriptA/W.
|
2005-11-02 19:54:31 +00:00 |
Mike McCormack
|
15e578dfbc
|
Stub implementation for MsiGetFileHashA/W.
|
2005-11-02 10:56:54 +00:00 |
Mike McCormack
|
94caa05d07
|
Improve MsiUseFeatureEx and MsiGetFeatureState a little, add some
simple test cases.
|
2005-10-31 14:07:20 +00:00 |
Mike McCormack
|
ec5edeebf4
|
Define MSIDBOPEN_ constants using LPCWSTR when compiling Wine.
|
2005-10-30 19:21:51 +00:00 |
Mike McCormack
|
13fee293ba
|
Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
versions.
|
2005-10-29 11:36:57 +00:00 |