James Hawkins
|
0ccb714470
|
msi: Add tests for MsiGetPatchInfo.
|
2008-12-15 12:36:00 +01:00 |
James Hawkins
|
c059ceb5b0
|
msi: Set the property specified by the Source attribute of the Media table when applying a patch.
|
2008-12-15 12:34:56 +01:00 |
James Hawkins
|
01eb930005
|
msi: Publish the patch information.
|
2008-12-15 12:34:52 +01:00 |
James Hawkins
|
5aac1ec6e5
|
msi: Implement MsiGetPatchInfoExW.
|
2008-12-15 12:34:35 +01:00 |
James Hawkins
|
b5e3e19a19
|
msi: Add the ability to query a specific context for install properties.
|
2008-12-15 12:34:18 +01:00 |
James Hawkins
|
880b9199a9
|
msi: Add the ability to query a specific context for a patch.
|
2008-12-15 12:34:12 +01:00 |
James Hawkins
|
4a9f6995aa
|
msi: Add the ability to query a specific context for a product key.
|
2008-12-15 12:34:06 +01:00 |
James Hawkins
|
d195ee3cc4
|
msi: Forward MsiGetPatchInfoExA to MsiGetPatchInfoExW.
|
2008-12-15 12:34:00 +01:00 |
James Hawkins
|
199a26c81a
|
msi: Add a stub implementation of MsiGetPatchInfoEx.
|
2008-12-15 12:33:56 +01:00 |
Francois Gouget
|
0d7cb11fdf
|
msi/tests: Make enum_stream_names() and package_RegDeleteTreeW() static.
|
2008-12-15 12:25:48 +01:00 |
Alexandre Julliard
|
0b99af82b2
|
msi: Don't include msvcrt headers.
|
2008-12-12 10:19:54 +01:00 |
ByeongSik Jeon
|
5f3287d79f
|
*Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
|
2008-12-11 12:21:07 +01:00 |
Paul Vriens
|
194c053021
|
msi/tests: Skip tests on win9x due to different registry keys.
|
2008-12-11 11:50:12 +01:00 |
Paul Vriens
|
732c1e8d31
|
msi/tests: Run tests again on Win9x and NT4.
|
2008-12-10 10:48:05 +01:00 |
James Hawkins
|
dfb8b664d6
|
msi: Add tests for MsiGetProductProperty.
|
2008-12-09 11:24:19 +01:00 |
James Hawkins
|
da783c3888
|
msi: Implement MsiGetProductPropertyW.
|
2008-12-09 11:24:13 +01:00 |
James Hawkins
|
06a438152c
|
msi: Forward MsiGetProductPropertyA to MsiGetProductPropertyW.
|
2008-12-09 11:24:09 +01:00 |
James Hawkins
|
61c94d281a
|
msi: Add tests for MsiEnumPatches.
|
2008-12-09 11:24:04 +01:00 |
James Hawkins
|
e07ed1a2eb
|
msi: Implement MsiEnumPatchesW.
|
2008-12-09 11:23:56 +01:00 |
James Hawkins
|
c46f2102c9
|
msi: Forward MsiEnumPatchesA to MsiEnumPatchesW.
|
2008-12-09 11:23:49 +01:00 |
James Hawkins
|
a9e0290934
|
msi: Add the ability to delete multiple users' component keys.
|
2008-12-09 10:28:14 +01:00 |
James Hawkins
|
bdf7da9bdc
|
msi: Remove a duplicated function.
|
2008-12-09 10:28:04 +01:00 |
James Hawkins
|
8438d21127
|
msi: Remove a duplicated function.
|
2008-12-09 10:27:58 +01:00 |
James Hawkins
|
98c703ab87
|
msi: Add the ability to open multiple users' install properties key.
|
2008-12-09 10:27:52 +01:00 |
James Hawkins
|
b198f4f23f
|
msi: Add the ability to open multiple users' component keys.
|
2008-12-09 10:27:45 +01:00 |
James Hawkins
|
930b429d1e
|
msi: Add the ability to open multiple users product keys.
|
2008-12-09 10:27:37 +01:00 |
James Hawkins
|
947c4c312a
|
msi: Add tests for MsiEnumPatchesEx.
|
2008-12-09 10:25:47 +01:00 |
James Hawkins
|
ff87f354c4
|
msi: Fix an uninitialized variable.
|
2008-12-09 10:25:44 +01:00 |
Andrew Talbot
|
94d22682c1
|
msi: Remove an unused declaration.
|
2008-12-08 22:02:53 +01:00 |
James Hawkins
|
87fef9fd22
|
msi: Implement MsiEnumPatchesExW.
|
2008-12-08 12:18:49 +01:00 |
James Hawkins
|
a32fcfa9b1
|
msi: Forward MsiEnumPatchesExA to MsiEnumPatchesExW.
|
2008-12-08 12:06:42 +01:00 |
James Hawkins
|
7df94f3b04
|
msi: Fix the type of the last parameter of MsiEnumPatchesEx.
|
2008-12-08 12:06:06 +01:00 |
Lei Zhang
|
4153fc1904
|
msi: Set DllVersion registry key for CLSID_IMsiServerMessage.
|
2008-11-28 13:41:00 +01:00 |
Francois Gouget
|
d7119f2b73
|
msi: Remove WINAPI on static functions where not needed.
|
2008-11-28 12:54:37 +01:00 |
Michael Stefaniuc
|
b1a54bf7a3
|
msi: Remove casts of void pointers.
|
2008-11-25 11:55:56 +01:00 |
Paul Vriens
|
3c533397e9
|
msi/tests: Skip tests on win9x by checking functionality instead of registry keys.
|
2008-11-17 13:16:08 +01:00 |
Paul Vriens
|
1dba41b104
|
msi/tests: Skip some tests on Win9x and WinMe.
|
2008-11-13 15:41:30 +01:00 |
Paul Vriens
|
b4874a8921
|
msi/tests: Fix some test failures on Win9x and WinMe.
|
2008-11-11 14:06:49 +01:00 |
James Hawkins
|
7051bf5e22
|
msi: Remove an unused registry function.
|
2008-11-04 11:24:16 +01:00 |
James Hawkins
|
e3074348fc
|
msi: Factor out the code to open the UserData features key.
|
2008-11-04 11:24:11 +01:00 |
James Hawkins
|
0c01c586c7
|
msi: Factor out the code to open the features key.
|
2008-11-04 11:24:04 +01:00 |
James Hawkins
|
70be1e7746
|
msi: Factor out the code to open a product key.
|
2008-11-04 11:23:51 +01:00 |
James Hawkins
|
f12b9cea99
|
msi: Factor out the table insertion code.
|
2008-11-04 11:23:30 +01:00 |
James Hawkins
|
2abb8bba13
|
msi: Factor out the table insertion code.
|
2008-11-04 11:23:07 +01:00 |
James Hawkins
|
88f39d95f2
|
msi: Factor out the table insertion code.
|
2008-11-04 11:22:45 +01:00 |
Michael Stefaniuc
|
4f199a10ad
|
Remove the remaining casts of NULL.
|
2008-11-03 13:42:09 +01:00 |
James Hawkins
|
ca71e5aff0
|
msi: Allow private properties from the AdminProperties property list.
|
2008-10-30 11:47:10 +01:00 |
James Hawkins
|
019f4af1c2
|
msi: Do not reinstall an assembly that already exists in the global assembly cache.
|
2008-10-29 13:29:32 +01:00 |
Nicolas Le Cam
|
cec5d3f514
|
msi/tests: Fix a failing test on all platforms up to and including win2k.
|
2008-10-28 12:13:53 +01:00 |
James Hawkins
|
c261030d21
|
msi: Skip the leading period of the extension to be registered.
|
2008-10-27 12:02:19 +01:00 |