James Hawkins
|
e6431cd06e
|
msi: Handle the CompLocator table in the AppSearch action.
|
2007-12-08 19:53:49 +01:00 |
James Hawkins
|
383a8a5b92
|
msi: Reimplement MsiGetComponentPath.
|
2007-12-05 12:08:04 +01:00 |
James Hawkins
|
440af17322
|
msi: Test the CompLocator subset of the AppSearch action.
|
2007-12-04 18:17:01 +01:00 |
James Hawkins
|
6a30e1b0b4
|
msi: Test the CCPSearch action.
|
2007-12-03 14:03:00 +01:00 |
James Hawkins
|
25a612b8f3
|
msi: Test that the install state is dependent on the feature and component registration.
|
2007-11-06 14:01:21 +01:00 |
James Hawkins
|
c31fd4371a
|
msi: Process the ADDSOURCE property when setting feature states.
|
2007-11-06 14:01:17 +01:00 |
James Hawkins
|
75b825da17
|
msi: Test the install states of removed features.
|
2007-11-06 14:01:12 +01:00 |
James Hawkins
|
405d0be4f7
|
msi: do_query is supposed to fail, so don't release a handle that is never initialized.
|
2007-11-05 14:46:41 +01:00 |
James Hawkins
|
0fd733bf90
|
msi: Implement adding columns using the ALTER command.
|
2007-07-23 11:55:11 +02:00 |
James Hawkins
|
5a8e0e8c1d
|
msi: Fix current _Property table tests and add more tests.
|
2007-07-11 12:42:45 +02:00 |
James Hawkins
|
bafc4dc385
|
msi: Ignore invalid conditional expressions when checking the launch conditions.
|
2007-06-29 12:33:19 +02:00 |
James Hawkins
|
219857f831
|
msi: Add tests that show '!=' is not a valid conditional expression operator.
|
2007-06-29 12:33:09 +02:00 |
James Hawkins
|
b4bb6e5b5d
|
msi: Add the _Property table back, with tests.
|
2007-04-23 14:03:51 +02:00 |
Rob Shearman
|
77f6bc4f8d
|
msi: Set the PackageCode property based on the "revision number" data in the summary information.
Add a test to show that PackageCode is set by MSI.
|
2007-03-05 16:43:26 +01:00 |
Rob Shearman
|
95f38b75fb
|
msi: Set the Date, Time and VersionDatabase properties.
Add tests for these properties.
Update the todo list of properties to set.
|
2007-03-05 16:43:26 +01:00 |
Mike McCormack
|
824b89987a
|
msi: Add a test showing MsiGetProperty returns correct values.
|
2007-02-06 13:20:12 +01:00 |
Alexandre Julliard
|
598f2be54b
|
msi: Fix the condition test to not assume MsiNetAssemblySupport is empty.
|
2006-12-14 17:01:35 +01:00 |
Mike McCormack
|
c8898f6bba
|
msi: Add tests for comparison to empty strings.
|
2006-12-07 17:54:37 +01:00 |
Mike McCormack
|
01cc2c3234
|
msi: More tests for the SourceDir property.
|
2006-12-06 11:40:59 +01:00 |
Mike McCormack
|
3578bf64d6
|
msi: Add some tests for the ALTER query.
|
2006-12-06 11:40:55 +01:00 |
Mike McCormack
|
bccab7bb9d
|
msi: Add the names of features/components to debugging output.
|
2006-12-05 11:28:45 +01:00 |
Mike McCormack
|
4e25188a2a
|
msi: Treat the SourceDir folder the same as TargetDir.
|
2006-11-22 11:43:09 +01:00 |
Mike McCormack
|
69c6fff384
|
msi: Add another test for the SourceDir property.
|
2006-11-20 11:50:15 +01:00 |
Mike McCormack
|
4052b8be05
|
msi: Add a test showing the _Properties table is a bit strange.
|
2006-11-17 11:14:33 +01:00 |
Mike McCormack
|
8858011375
|
msi: Add the column type INTEGER as an alias for INT.
|
2006-10-23 12:38:51 +02:00 |
James Hawkins
|
929395c0f0
|
msi: Only initialize a component's state if it is linked with a feature.
|
2006-10-20 11:41:09 +02:00 |
James Hawkins
|
08831b4a1e
|
msi: Set the USERNAME and COMPANYNAME properties when initializing a package.
|
2006-10-19 13:34:42 +02:00 |
James Hawkins
|
c507543554
|
msi: Set the SourceDir and SOURCEDIR properties in the ResolveSource action.
|
2006-10-11 12:09:54 +02:00 |
James Hawkins
|
58870ce841
|
msi: Clean up after the package tests.
|
2006-10-11 12:09:43 +02:00 |
Michael Ploujnikov
|
e86296a47f
|
msi/tests: Win64 printf format warning fixes.
|
2006-10-10 13:36:49 +02:00 |
Mike McCormack
|
e9c5e93fda
|
msi: Fix handle leaks in the test cases.
|
2006-10-10 12:10:18 +02:00 |
Juan Lang
|
4b99bf02c0
|
msi: Implement msidbLocatorTypeFileName in RegLocator searches.
|
2006-10-03 11:16:16 +02:00 |
James Hawkins
|
cabc7ee1ae
|
msi: Follow state resolution rules when a feature parent saves a component.
|
2006-09-28 13:20:31 +02:00 |
James Hawkins
|
d83aa64c57
|
msi: A feature state of INSTALLSTATE_ABSENT translates into a component state of INSTALLSTATE_UNKNOWN.
|
2006-09-28 12:55:45 +02:00 |
James Hawkins
|
bbd4d1e3ef
|
msi: If the feature linked to a component has a state of INSTALLSTATE_UNKNOWN, the component's state should match.
|
2006-09-26 21:56:05 +02:00 |
James Hawkins
|
ad609f1518
|
msi: Only specifically resolve the TARGETDIR directory once.
|
2006-09-26 21:55:57 +02:00 |
James Hawkins
|
3ee3fc35ef
|
msi: Add tests for setting the target path of TARGETDIR (based on a patch by Andrey Turkin).
|
2006-09-26 21:54:05 +02:00 |
James Hawkins
|
da14a4a25e
|
msi: Store the full path to the database file in the MSIDATABASE structure.
|
2006-09-26 21:50:36 +02:00 |
James Hawkins
|
545d0e70cf
|
msi: Disable child features of parent features that are unselected because of the install level.
|
2006-09-21 13:03:32 +02:00 |
James Hawkins
|
32f570222b
|
msi: Don't check a component's install state if a component ID is not provided.
|
2006-09-21 13:02:00 +02:00 |
James Hawkins
|
6ac0f3ed29
|
msi: Fix the results of a few tests to match Windows.
|
2006-09-21 13:01:43 +02:00 |
James Hawkins
|
d893cb7d1e
|
msi: Load the component states in CostFinalize instead of CostInitialize.
|
2006-09-21 13:01:33 +02:00 |
James Hawkins
|
ca5c11009d
|
msi: Initialize all features' action states to INSTALLSTATE_UNKNOWN.
|
2006-09-21 13:01:18 +02:00 |
James Hawkins
|
937b9b2bbc
|
msi: Only override a feature whose action state is INSTALLSTATE_SOURCE.
|
2006-09-21 13:01:10 +02:00 |
James Hawkins
|
6518f3d7f2
|
msi: INSTALLSTATE_SOURCE also overrides a parent feature state change to INSTALLSTATE_ABSENT.
|
2006-09-20 12:24:45 +02:00 |
James Hawkins
|
a4c6ca2b65
|
msi: Add tests for components with multiple parent features.
|
2006-09-20 12:24:35 +02:00 |
Alexandre Julliard
|
fc4cd637d9
|
tests: Moved some compatibility defines to wine/test.h.
|
2006-09-13 11:01:39 +02:00 |
James Hawkins
|
ad2ec01739
|
msi: Add more tests for MsiFormatRecord.
|
2006-09-07 13:56:33 +02:00 |
Mike McCormack
|
ada5daa76a
|
msi: Fix test compilation with MSVC6.
|
2006-08-29 13:48:01 +02:00 |
Mike McCormack
|
b183956193
|
msi: Properties are case sensitive.
|
2006-08-29 13:46:39 +02:00 |