James Hawkins
|
39a5638268
|
msi: Read the components state directly from the registry.
|
2007-07-03 14:05:41 +02:00 |
James Hawkins
|
34f6af95b4
|
msi: Return INSTALLSTATE_BADCONFIG if we can't decode the first component.
|
2007-07-03 14:05:36 +02:00 |
James Hawkins
|
73e0a87477
|
msi: Return INSTALLSTATE_ADVERTISED if the component list is empty.
|
2007-07-03 14:05:29 +02:00 |
James Hawkins
|
1130d5909b
|
msi: Open the correct key and return INSTALLSTATE_ADVERTISED if it's missing.
|
2007-07-03 14:05:21 +02:00 |
James Hawkins
|
ceb4e6d4ef
|
msi: Add tests for MsiQueryFeatureState.
|
2007-07-03 13:50:08 +02:00 |
James Hawkins
|
1ff40d1558
|
msi: Add tests for MsiSourceListGetInfo.
|
2007-07-02 15:28:14 +02:00 |
James Hawkins
|
24ede2f9e6
|
msi: If the UserData product key exists, but the user product key doesn't, the product is absent.
|
2007-06-27 12:32:44 +02:00 |
James Hawkins
|
3bf32f2700
|
msi: Any value of WindowsInstaller besides 0 means the product is installed.
|
2007-06-27 12:32:44 +02:00 |
James Hawkins
|
7da89f48fd
|
msi: Use the correct registry key when detecting a published product.
|
2007-06-27 12:32:44 +02:00 |
James Hawkins
|
15823e1acf
|
msi: If the user product key exists, the product's state is advertised.
|
2007-06-27 12:32:43 +02:00 |
James Hawkins
|
e92f66558a
|
msi: Validate MsiQueryProductCode parameters.
|
2007-06-27 12:32:43 +02:00 |
James Hawkins
|
db318ec9af
|
msi: Add tests for MsiQueryProductState.
|
2007-06-27 12:32:43 +02:00 |
Misha Koshelev
|
d800a082a8
|
msi: Return appropriate values for empty MsiProductInfo parameters.
|
2007-05-17 12:47:20 +02:00 |
Misha Koshelev
|
68bfb39767
|
msi/tests: Add test for empty MsiGetProductInfo parameters not referencing default registry values.
|
2007-05-17 12:45:16 +02:00 |
Mike McCormack
|
bc673bff01
|
msi: Make MsiConfigureFeature a bit more robust.
|
2006-07-24 19:55:50 +02:00 |
Mike McCormack
|
a652e28517
|
msi: Add a test case for MsiGetFileHash.
|
2006-07-24 13:46:37 +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
|
53041d8f73
|
msi: Fix compilation on msvc6.
|
2006-06-12 16:03:05 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
f7c24f37ad
|
Various trace fixes.
Add trailing '\n's to trace calls.
Remove spaces before '\n'.
|
2006-05-15 15:05:09 +02:00 |
Mike McCormack
|
a92fe55cce
|
msi: Fix some possible NULL pointer dereferences (Coverity).
|
2006-04-17 12:38:36 +02:00 |
Mike McCormack
|
94caa05d07
|
Improve MsiUseFeatureEx and MsiGetFeatureState a little, add some
simple test cases.
|
2005-10-31 14:07:20 +00:00 |