Hans Leidekker
|
9779c4b5ea
|
msi/tests: Move a couple of tests from install.c to msi.c.
|
2013-02-13 16:13:54 +01:00 |
Frédéric Delanoy
|
72989b5b03
|
msi: Fix memory leak (coverity).
|
2013-02-06 10:11:32 +01:00 |
Hans Leidekker
|
07be9f0585
|
msi: Improve parsing of the supported platforms string.
|
2013-01-31 16:32:50 +01:00 |
Hans Leidekker
|
d4e9b2cd0f
|
msi: Fix the return value of MsiGetFileVersion for some corner cases.
|
2013-01-31 16:32:47 +01:00 |
Hans Leidekker
|
cafbad3feb
|
msi: Don't fail if the directory already exists in MsiCreateAndVerifyInstallerDirectory.
|
2013-01-31 16:32:35 +01:00 |
Hans Leidekker
|
166a7e993c
|
msi: Set _BrowseProperty to INSTALLDIR.
|
2013-01-30 17:19:39 +01:00 |
Hans Leidekker
|
8df6708af4
|
msi: Avoid a crash in msi_dialog_handle_event.
|
2013-01-30 17:19:37 +01:00 |
Hans Leidekker
|
b637d4ca94
|
msi: Remove const from integer parameters.
|
2013-01-21 16:28:13 +01:00 |
Hans Leidekker
|
5b642da8cb
|
msi: Execute concurrent installers in a separate process.
|
2013-01-21 16:27:57 +01:00 |
Hans Leidekker
|
a248f4f001
|
msi: Set the OriginalDatabase property after applying transforms, not before.
|
2013-01-21 16:27:41 +01:00 |
Hans Leidekker
|
5891ce25e5
|
msi: Implement MsiQueryFeatureStateExA/W.
|
2013-01-09 17:39:33 +01:00 |
Hans Leidekker
|
6488a6a5e4
|
msi: Extend registry helpers to support opening the features key for a specific user.
|
2013-01-09 17:39:32 +01:00 |
Hans Leidekker
|
61db36556a
|
msi: Fix a test failure on Windows 8 and conform to the more recent behavior.
|
2012-12-19 14:38:58 +01:00 |
Daniel Jelinski
|
bd59df8ddd
|
msi: Do not convert MaskedEdit contents to uppercase.
|
2012-12-14 11:57:11 +01:00 |
Michael Stefaniuc
|
62029ff586
|
msi: Use FIELD_OFFSET for the size of structs with a varlength array.
|
2012-12-13 18:38:47 +01:00 |
Hans Leidekker
|
c66b78a810
|
msi: Don't set the Preselected property for a full reinstall.
|
2012-12-11 20:45:42 +01:00 |
Nikolay Sivov
|
af5e73572a
|
msi: Fix a stream data leak on error (Coverity).
|
2012-12-10 11:24:25 +01:00 |
Andrew Talbot
|
b1d4793344
|
msi: Remove unused variables.
|
2012-11-22 11:55:09 +01:00 |
Frédéric Delanoy
|
fcbc5cc5bb
|
msi: Fix a couple of leaks (coverity).
|
2012-11-20 13:32:49 +01:00 |
Hans Leidekker
|
ed4ce217d3
|
msi: Don't set the REINSTALL property if the product will be patched.
|
2012-11-19 16:35:36 +01:00 |
Frédéric Delanoy
|
098b3c7294
|
msi: Fix leaks in ITERATE_InstallService (coverity).
|
2012-11-16 19:27:23 +01:00 |
Frédéric Delanoy
|
cac26d47a0
|
msi: Fix leaks in stop_service_dependents (coverity).
|
2012-11-16 19:26:50 +01:00 |
Nikolay Sivov
|
3b0179cbde
|
msi: Remove unnecessary casts and argument from script site creation helper.
|
2012-11-15 12:20:28 +01:00 |
Nikolay Sivov
|
194c30d11f
|
msi: Make it clear where script type mask comes from.
|
2012-11-15 12:19:58 +01:00 |
Nikolay Sivov
|
eebde117ca
|
msi: COM cleanup for IActiveScriptSite.
|
2012-11-15 12:19:52 +01:00 |
Nikolay Sivov
|
e87c3b4b00
|
msi: Store object function pointers with type id.
|
2012-11-14 19:22:00 +01:00 |
Nikolay Sivov
|
e726b54c87
|
msi: Cache ITypeInfo instances for automation objects instead of reloading every time.
|
2012-11-14 19:19:36 +01:00 |
Michael Stefaniuc
|
dad2967943
|
msi: Don't over-allocate memory for a MSISELECTVIEW.
|
2012-11-12 13:17:00 +01:00 |
Michael Stefaniuc
|
51013ad278
|
msi: Use FIELD_OFFSET to calculate the size of structs with variable length array.
|
2012-11-09 17:10:37 +01:00 |
Hans Leidekker
|
9c431b6737
|
msi: Avoid a string copy when comparing SQL keywords.
|
2012-11-09 17:10:15 +01:00 |
Hans Leidekker
|
e15121771c
|
msi: Fix use of uninitialized variables.
|
2012-11-09 17:09:02 +01:00 |
Hans Leidekker
|
b036ee6309
|
msi: Register dlls in a separate process.
|
2012-11-07 18:12:10 +01:00 |
Hans Leidekker
|
e2900c23c7
|
msi: Make sure either the REINSTALL or the REMOVE property is set when the product is already installed.
|
2012-11-07 18:12:09 +01:00 |
Hans Leidekker
|
26299647f7
|
msi: Remove a component regardless of its install state, unless it's a permanent component.
|
2012-11-07 18:12:09 +01:00 |
Hans Leidekker
|
462ec1ba43
|
msi: Return correct length for the empty string from deformat_string.
|
2012-11-07 18:12:08 +01:00 |
Frédéric Delanoy
|
85bf1082ce
|
msi: Fix some leaks (coverity).
|
2012-11-07 13:56:03 +01:00 |
Hans Leidekker
|
cfadbddcaf
|
msi: Avoid a crash when target paths have not yet been resolved.
|
2012-11-06 20:00:27 +01:00 |
Frédéric Delanoy
|
84541cc5e3
|
msi: Fix a leak (coverity).
|
2012-11-05 17:44:19 +01:00 |
Hans Leidekker
|
7d3f903db1
|
msi: Fix handling of REG_MULTI_SZ values in the WriteRegistryValues action.
|
2012-11-05 17:44:18 +01:00 |
Hans Leidekker
|
570322069c
|
msi: Preserve strings with embedded nulls in the record formatting implementation.
|
2012-11-05 17:44:18 +01:00 |
Hans Leidekker
|
8d21f998c3
|
msi: Fix handling of strings with embedded nulls in msi_addstring.
|
2012-11-05 17:44:17 +01:00 |
Hans Leidekker
|
31ea3f44dd
|
msi: Return length for the empty string in msi_string_lookup.
|
2012-11-02 19:47:30 +01:00 |
Hans Leidekker
|
af08a2f6ba
|
msi: Pass string length to msi_set_property in ACTION_CustomAction.
|
2012-10-29 14:41:55 +01:00 |
Hans Leidekker
|
52a87c9054
|
msi: Add a length parameter to msi_strcpy_to_awstring and use it where appropriate.
|
2012-10-29 14:41:49 +01:00 |
Hans Leidekker
|
2a31a3c057
|
msi: Don't create a copy of deferred custom action data.
|
2012-10-29 14:41:44 +01:00 |
Hans Leidekker
|
929d234072
|
msi: Return length instead of size from deformat_string.
|
2012-10-29 14:41:41 +01:00 |
Hans Leidekker
|
0f1d3474a8
|
msi: Add a length parameter to msi_set_property and use it where appropriate.
|
2012-10-29 14:41:36 +01:00 |
Hans Leidekker
|
a7ff2818fe
|
msi: Preserve strings with embedded nulls when copying from a record to the string table.
|
2012-10-29 14:41:21 +01:00 |
Hans Leidekker
|
9588deb54c
|
msi: Preserve strings with embedded nulls when copying from the string table to a record.
|
2012-10-29 14:41:16 +01:00 |
Hans Leidekker
|
32aed60786
|
msi: Preserve strings with embedded nulls in the record implementation.
|
2012-10-29 14:41:04 +01:00 |