Hans Leidekker
|
52738e4f93
|
msi: Remove a workaround for missing Windows Script interfaces.
|
2012-05-01 14:49:52 +02:00 |
Hans Leidekker
|
605e0b7b41
|
msi: Add support for uninstalling global assemblies.
|
2012-04-30 11:02:28 +02:00 |
Hans Leidekker
|
89e95aa92c
|
msi: Avoid a crash in get_registered_local_package.
|
2012-04-26 19:26:41 +02:00 |
Hans Leidekker
|
fde66de6a5
|
msi: Don't free cached tables in MsiDatabaseCommit.
|
2012-04-26 19:26:37 +02:00 |
Hans Leidekker
|
c8bb335990
|
msi: Check supported languages in the AppSearch action.
|
2012-04-23 17:55:28 +02:00 |
Hans Leidekker
|
52f3d5bead
|
msi: Remove child folders first in the RemoveFolders action.
|
2012-04-23 17:55:21 +02:00 |
Hans Leidekker
|
2e5bf9ca06
|
msi: Dynamically allocate the path buffer in MsiQueryComponentStateW.
|
2012-04-23 17:55:18 +02:00 |
Hans Leidekker
|
cf1cb30dfa
|
msi: Initialize hkey in msi_comp_find_prod_key.
|
2012-04-23 17:55:14 +02:00 |
Hans Leidekker
|
f1af03fa16
|
msi: Reduce the indentation level in ACTION_GetComponentInstallStates.
|
2012-04-23 17:55:10 +02:00 |
Francois Gouget
|
f5a5cc067a
|
msi: Make create_record() static.
|
2012-04-20 12:00:33 +02:00 |
Hans Leidekker
|
a7137ef035
|
msi: Remove an unneeded assignment.
|
2012-04-20 11:59:43 +02:00 |
Hans Leidekker
|
2b9be70975
|
msi/tests: Fix some leaks.
|
2012-04-20 11:59:39 +02:00 |
Hans Leidekker
|
2e51464e4d
|
msi/tests: Add a test for MsiEnumProductsEx.
|
2012-04-20 11:59:35 +02:00 |
Hans Leidekker
|
fc73c9db0a
|
msi: Fix install state detection for registry components.
|
2012-04-20 11:59:26 +02:00 |
Robert van Herk
|
f87c4a36dd
|
msi: Fixed MsiGetFileHashW for empty files.
|
2012-04-06 20:40:59 +02:00 |
Hans Leidekker
|
dd205230a0
|
msi: Keep the UI level fixed during the lifetime of a package.
|
2012-04-05 17:53:20 +02:00 |
Hans Leidekker
|
350449fc43
|
msi: Suspend the installation if an action sets MSIRUNMODE_REBOOTNOW.
|
2012-04-02 13:30:41 +02:00 |
Hans Leidekker
|
15ee85dee8
|
msi: Implement MsiGet/SetMode(MSIRUNMODE_REBOOTNOW).
|
2012-04-02 13:30:36 +02:00 |
Hans Leidekker
|
a6b3d77021
|
msi: Use the state parameter passed to MsiSetMode.
|
2012-04-02 13:30:28 +02:00 |
Hans Leidekker
|
89c80c41ea
|
msi: Rename the need_reboot flag to need_reboot_at_end.
|
2012-04-02 13:30:24 +02:00 |
Hans Leidekker
|
f01cd3a36d
|
msi/tests: Add tests for MsiEnumComponents and MsiEnumComponentsEx.
|
2012-04-02 12:34:38 +02:00 |
Hans Leidekker
|
25b7228274
|
msi: Reimplement MsiEnumComponents on top of MsiEnumComponentsEx.
|
2012-04-02 12:34:28 +02:00 |
Hans Leidekker
|
8cebf01702
|
msi: Implement MsiEnumComponentsEx.
|
2012-04-02 12:34:24 +02:00 |
Hans Leidekker
|
8ea5266915
|
msi: Detect installed side-by-side assemblies.
|
2012-03-30 10:45:26 +02:00 |
Hans Leidekker
|
ccad8e9d80
|
msi/tests: Reduce code duplication in the feature/component state tests.
|
2012-03-28 19:05:02 +02:00 |
Hans Leidekker
|
3f1e3008ea
|
msi: Clear the cert pointer in MsiGetFileSignatureInformation.
|
2012-03-28 17:37:44 +02:00 |
Hans Leidekker
|
d351a9999e
|
msi: Also set the Intel property on 64-bit processors.
|
2012-03-28 17:37:41 +02:00 |
Andoni Morales Alastruey
|
342fcb6198
|
msi: Implement MSIMODIFY_MERGE function in TABLE_modify.
|
2012-03-28 11:44:52 +02:00 |
Hans Leidekker
|
280af52666
|
msi: Mask off modifiers before setting the UILevel property.
Spotted by Aric Stewart.
|
2012-03-26 18:15:03 +02:00 |
Hans Leidekker
|
9b2b760ea9
|
msi: Get the UI level from the global variable instead of the property.
|
2012-03-26 18:15:03 +02:00 |
André Hentschel
|
c000cbaf49
|
msi: Allow ARM installations.
|
2012-03-26 12:41:27 +02:00 |
Hans Leidekker
|
45a62d53b6
|
msi: Restrict the match on files from cabinets to files that have not been installed.
|
2012-03-16 16:27:38 +01:00 |
Hans Leidekker
|
c98bf1b57b
|
msi: Fix deleting services on installation.
Based on a patch by Berhard Loos.
|
2012-03-13 13:30:11 +01:00 |
Hans Leidekker
|
fa2420d696
|
msi: Perform a case insensitive match on filenames from cabinets.
|
2012-03-12 16:37:24 +01:00 |
Hans Leidekker
|
0f40d2624d
|
msi: Reimplement MsiEnumProducts on top of MsiEnumProductsEx.
|
2012-03-12 16:37:24 +01:00 |
Hans Leidekker
|
a4c20dc437
|
msi: Implement MsiEnumProductsEx.
|
2012-03-12 16:37:23 +01:00 |
Hans Leidekker
|
531cab9feb
|
msi: Deformat the description field of INSTALLMESSAGE_ACTIONDATA messages.
|
2012-03-12 16:37:22 +01:00 |
Hans Leidekker
|
98c621c1bf
|
msi: Use the return value of IXMLDOMNode_get_text (clang).
|
2012-02-06 10:19:37 -06:00 |
Hans Leidekker
|
bb0b467366
|
msi: Avoid a null pointer dereference in MsiGetFileVersionW (clang).
|
2012-02-06 10:19:30 -06:00 |
Hans Leidekker
|
bca0fd6a55
|
msi: Follow the parent state for preselected features unless the parent is an advertised feature.
|
2012-02-05 09:38:12 -06:00 |
Stefan Leichter
|
f3caa76846
|
msi: Update version resource.
|
2012-01-30 20:44:49 +01:00 |
Frédéric Delanoy
|
ca4fdc57ed
|
msi: Avoid dead code in parse_prop (Coverity).
|
2012-01-30 11:59:44 +01:00 |
Frédéric Delanoy
|
8ef373a7f2
|
msi: Avoid dead code in parse_prop (Coverity).
|
2012-01-25 11:24:58 +01:00 |
Hans Leidekker
|
c8e8f44168
|
msi: Use the column count specified in the table transform data.
It can be smaller than the number of columns found in the table meta data.
|
2012-01-24 16:57:32 +01:00 |
Francois Gouget
|
47f45d793d
|
Use a single space after a full stop to follow the Windows GUI guidelines.
|
2012-01-23 16:07:03 +01:00 |
Hans Leidekker
|
fcce720a2f
|
msi: Don't evaluate msidbFeatureAttributesFollowParent when features are preselected.
|
2012-01-23 15:59:54 +01:00 |
Hans Leidekker
|
09a49fd784
|
msi: Pass the file identifier instead of the filename in action data for SelfRegModules/SelfUnregModules.
|
2012-01-20 16:01:48 +01:00 |
Hans Leidekker
|
d20c69c54d
|
msi: Don't parse the format string when building the shortcut target path.
It's no longer necessary because target paths are always normalized.
|
2012-01-19 21:08:51 +01:00 |
Hans Leidekker
|
9336c10619
|
msi: Make sure target paths are normalized.
Fix for the Lotus Notes 6.5.1 installer.
|
2012-01-18 16:25:21 +01:00 |
Nikolay Sivov
|
3b60c2c0d1
|
msi: Support test for aplicable patch of MSIPATCH_DATATYPE_XMLPATH type.
|
2012-01-18 12:37:37 +01:00 |
Nikolay Sivov
|
123eba2801
|
msi: Support MSIPATCH_DATATYPE_XMLBLOB when testing for applicable patch.
|
2012-01-18 12:37:37 +01:00 |
Nikolay Sivov
|
5cbe5faf49
|
msi: Create the rest of objects with separate helpers.
|
2012-01-17 19:13:55 +01:00 |
Nikolay Sivov
|
576aa0e6d0
|
msi: Use data table for dispid tests.
|
2012-01-16 13:13:23 +01:00 |
Nikolay Sivov
|
8a012ff4f7
|
msi: Implement list on top of general object.
|
2012-01-16 13:13:13 +01:00 |
Nikolay Sivov
|
07058e0068
|
msi: Add a helper to create database object.
|
2012-01-16 13:12:51 +01:00 |
Nikolay Sivov
|
ff3ed0e5ea
|
msi: Add null terminator to typelib name.
|
2012-01-16 13:12:41 +01:00 |
Nikolay Sivov
|
b79311b175
|
msi: Create installer object initializing automation object data.
|
2012-01-16 13:12:25 +01:00 |
Nikolay Sivov
|
9505a1bf28
|
msi: Implement session object directly on top of automation object.
|
2012-01-16 13:12:14 +01:00 |
Nikolay Sivov
|
9687c29cc5
|
msi: COM cleanup for automation object implementation.
|
2012-01-16 13:11:28 +01:00 |
Hans Leidekker
|
bc801f85be
|
msi: Set the SourceDir and SOURCEDIR properties in MsiGetSourcePath.
|
2012-01-16 12:45:34 +01:00 |
Hans Leidekker
|
4ef765cb4e
|
msi: Don't try to ready media for files from a previous installation or files that will be skipped.
|
2012-01-10 18:29:05 +01:00 |
Hans Leidekker
|
c7e5f0331f
|
msi: Downgrade an error.
|
2012-01-10 18:29:04 +01:00 |
Hans Leidekker
|
b13195ce4e
|
msi: Fix detection of installed global assemblies.
|
2012-01-10 18:29:04 +01:00 |
Hans Leidekker
|
b00e7039c5
|
msi: Execute custom actions in the right script.
|
2012-01-06 21:57:40 +01:00 |
Hans Leidekker
|
de11a50b91
|
msi: Don't crash on secondary root folders in msi_resolve_target_folder.
|
2012-01-05 20:54:25 +01:00 |
Hans Leidekker
|
2a19021610
|
msi: VolumeLabel and DiskPrompt are optional fields in the Media table.
|
2012-01-03 18:07:15 +01:00 |
Hans Leidekker
|
4def593456
|
msi: Accept a missing left backquote in SQL identifiers.
|
2012-01-03 18:07:08 +01:00 |
Hans Leidekker
|
ca49aae61e
|
msi: Fix handling of single quoted column names in SELECT queries.
|
2011-12-23 15:12:18 +01:00 |
Hans Leidekker
|
bde25b2cb4
|
msi: Use a common function to validate a product ID.
|
2011-12-23 15:12:11 +01:00 |
Hans Leidekker
|
ad4f747fa6
|
msi: Fix changing media for normal files.
|
2011-12-23 15:12:06 +01:00 |
Hans Leidekker
|
8cc5561fbf
|
msi: Don't run the rollback script in reinstall mode.
|
2011-12-13 18:59:15 +01:00 |
Hans Leidekker
|
8a5c700d78
|
msi: Pass REINSTALL and REINSTALLMODE properties on the command line in MsiReinstallFeatureW.
|
2011-12-13 18:59:14 +01:00 |
Hans Leidekker
|
12e106613a
|
msi: Don't set the LOGVERBOSE property in MsiReinstallFeatureW.
|
2011-12-13 18:59:14 +01:00 |
Hans Leidekker
|
1f56b60cc4
|
msi: Don't set the Installed property in MsiReinstallFeatureW.
This property will be set later.
|
2011-12-13 18:59:13 +01:00 |
Hans Leidekker
|
00477d601e
|
msi: Support all install contexts in MsiReinstallFeatureW.
|
2011-12-13 18:59:13 +01:00 |
Hans Leidekker
|
973e86b844
|
msi: Move some traces from implementations to entry points.
|
2011-12-13 18:59:12 +01:00 |
Hans Leidekker
|
0f3eb5f689
|
msi: Format the value name from the RegLocator table.
|
2011-12-12 15:50:39 +01:00 |
Hans Leidekker
|
75242afefd
|
msi/tests: Try harder to remove a shortcut file.
|
2011-12-06 15:51:01 +01:00 |
Hans Leidekker
|
cd4432bc9b
|
msi: Make sure to keep a reference to custom action data until the actions are finished.
|
2011-12-06 15:51:00 +01:00 |
Hans Leidekker
|
39b7e6e50c
|
msi: Resolve the target folder if necessary in msi_get_target_folder.
|
2011-12-01 14:18:22 +01:00 |
Hans Leidekker
|
959ebdb118
|
msi: Split up delete_reg_key_or_value.
|
2011-12-01 14:18:14 +01:00 |
Francois Gouget
|
51a256e65f
|
Assorted spelling fixes and wording tweaks.
|
2011-11-28 16:40:50 +01:00 |
Hans Leidekker
|
3ad3a184d5
|
msi: Perform a case insensitive match on the volume label.
|
2011-11-22 12:43:59 +01:00 |
Francois Gouget
|
7238a78805
|
msi: Delete the handle static critical sections when unloading the dll.
|
2011-11-17 11:37:49 +01:00 |
Hans Leidekker
|
a100550383
|
msi: Trace the exit code from custom action processes.
|
2011-11-14 13:10:19 +01:00 |
Hans Leidekker
|
353016f92f
|
msi: Process messages while waiting for custom actions to complete.
|
2011-11-14 13:10:19 +01:00 |
Andrew Talbot
|
3358b541ac
|
msi: Remove extraneous braces from switch statement.
|
2011-11-07 11:53:56 +01:00 |
Hans Leidekker
|
eb7d8b92cb
|
msi: GetComputerName returns ERROR_BUFFER_OVERFLOW when the buffer is too small.
|
2011-11-03 13:09:07 +01:00 |
Hans Leidekker
|
5266f34c3c
|
msi: Set the ComputerName property.
|
2011-11-01 12:13:46 +01:00 |
Hans Leidekker
|
936c14f87f
|
msi: Handle some more message types in MSI_ProcessMessage.
|
2011-11-01 12:12:59 +01:00 |
Hans Leidekker
|
899e85ab26
|
msi: Fix the log mode for progress messages.
|
2011-11-01 12:12:55 +01:00 |
Hans Leidekker
|
392bd2b7a2
|
msi/tests: Fix a skip message.
|
2011-10-27 14:21:31 +02:00 |
Hans Leidekker
|
841a747409
|
msi/tests: Fix some test failures on win2k.
|
2011-10-27 14:21:27 +02:00 |
Hans Leidekker
|
319081cbf6
|
msi: Wait up to 30 seconds for services to start up.
|
2011-10-27 14:21:23 +02:00 |
Bernhard Loos
|
4ac1e8e034
|
msi: Always use WHEREVIEW for sorting.
|
2011-10-20 20:48:26 +02:00 |
Bernhard Loos
|
0fd4943277
|
msi: Get rid of JOINVIEW.
|
2011-10-20 20:48:26 +02:00 |
Bernhard Loos
|
4383aafadd
|
msi: Reorder tables to optimize condition evaluation.
|
2011-10-20 20:48:26 +02:00 |
Vincent Povirk
|
2556173f20
|
msi: Use MsgWaitForMultipleObjectsEx to do waits.
|
2011-10-13 20:43:20 +02:00 |
Dan Kegel
|
c77395dc08
|
msi: Initialize variable to placate static analyzers.
|
2011-10-13 20:06:46 +02:00 |
Hans Leidekker
|
e973115a79
|
msi: Properly build the shortcut target path.
|
2011-10-11 13:37:50 +02:00 |
Hans Leidekker
|
cda63b8a38
|
msi: Don't attempt to patch files if the component action resolves to anything other than INSTALLSTATE_LOCAL.
|
2011-10-11 13:37:50 +02:00 |
Michael Stefaniuc
|
78ebd8f7cf
|
msi: Remove a redundant NULL check before free (Smatch).
|
2011-10-11 13:37:50 +02:00 |
Michael Stefaniuc
|
958eff8e94
|
msi: Remove a break after return (Smatch).
|
2011-10-11 13:37:50 +02:00 |
Michael Stefaniuc
|
0c5f83040a
|
msi: Move a TRACE before the continue (Smatch).
|
2011-10-11 13:37:49 +02:00 |
Andrew Talbot
|
895b48e9ed
|
msi: Mark fall-throughs in switch statements.
|
2011-10-06 16:47:33 -05:00 |
Andrew Talbot
|
48a6130279
|
msi: Add a break to a switch statement.
|
2011-10-06 16:47:30 -05:00 |
Hans Leidekker
|
5ea1caa69e
|
msi/tests: Properly preserve pending file renames.
|
2011-09-27 16:24:26 +02:00 |
Francois Gouget
|
d2084d5a41
|
msi/tests: Avoid #if 0 to make sure code still compiles.
|
2011-09-27 10:58:52 +02:00 |
Michael Stefaniuc
|
6074bd51cc
|
msi: Remove casts to the type of the casted variable.
|
2011-09-23 16:21:26 +02:00 |
Hans Leidekker
|
ca741823dd
|
msi: Only use Windows platform-specific encoded strings from the font naming table.
|
2011-09-23 12:39:14 +02:00 |
Hans Leidekker
|
19a965f581
|
msi: Improve font version parsing.
|
2011-09-23 12:39:10 +02:00 |
Hans Leidekker
|
7c7e0bd51d
|
msi: MSI_SetFeatureStateW doesn't need to be WINAPI.
|
2011-09-23 12:39:02 +02:00 |
Hans Leidekker
|
80438ef2ce
|
msi: Remove an unused parameter from msi_create_table.
|
2011-09-23 12:38:59 +02:00 |
Hans Leidekker
|
83ef90789f
|
msi: Support reading version information from OpenType/CFF fonts.
|
2011-09-21 11:35:43 +02:00 |
Hans Leidekker
|
2788a95c8e
|
msi: Support TrueType font files in MsiGetFileVersion.
|
2011-09-20 16:21:41 +02:00 |
Francois Gouget
|
ed01c53290
|
msi: Don't use debugstr_a() on an output parameter.
Spotted by Michael Stefaniuc and Hans Leidekker.
|
2011-09-20 16:21:37 +02:00 |
Francois Gouget
|
ff98afc450
|
msi: Fix printing NULL strings.
|
2011-09-19 17:56:05 +02:00 |
Hans Leidekker
|
6ae7061645
|
msi: Improve parsing of the package platform.
|
2011-09-15 15:41:42 +02:00 |
Hans Leidekker
|
f13cafad4a
|
msi: Ignore files if their path cannot be resolved in the RemoveFiles action.
|
2011-09-14 14:55:33 +02:00 |
Hans Leidekker
|
eede401d03
|
msi: Free the message string in ACTION_ResolveSource.
|
2011-09-14 14:55:28 +02:00 |
Bernhard Loos
|
9b729bb1b3
|
msi: Speed up WHERE statement evaluation by evaluating the condition as early as possible.
|
2011-09-12 17:45:51 +02:00 |
Bernhard Loos
|
dc16dd1351
|
msi: The underlying tables might have changed, so it's not possible to cache the result of the execute.
|
2011-09-12 17:45:28 +02:00 |
Hans Leidekker
|
258fc7137f
|
msi: Ignore unknown components in the FeatureComponents table.
|
2011-09-09 13:38:15 +02:00 |
Hans Leidekker
|
6351cd827b
|
msi: Remove some dead assignments (clang).
|
2011-09-09 13:38:09 +02:00 |
Hans Leidekker
|
bd3885946c
|
msi: Return the right error from ResolveSource when the user cancels.
|
2011-09-09 13:38:04 +02:00 |
Hans Leidekker
|
984422bad1
|
msi: SelfUnregModules' counterpart is SelfRegModules.
|
2011-09-09 13:37:43 +02:00 |
Hans Leidekker
|
5783c2cfcb
|
msi: Move the preview code to dialog.c.
|
2011-09-09 13:37:40 +02:00 |
Hans Leidekker
|
79e71d543f
|
msi/tests: Fix some test messages.
|
2011-09-09 13:37:03 +02:00 |
Hans Leidekker
|
9562b61bc4
|
msi/test: Mark some test results as broken.
|
2011-09-09 13:36:57 +02:00 |
Hans Leidekker
|
f618eb2860
|
msi: Respect the indirect attribute in the SelectionPath event handler.
|
2011-09-09 13:36:48 +02:00 |
Marcus Meissner
|
6d1ec3517d
|
Revert "msi: Check for return value of GetUserName (Coverity).".
This reverts commit ac0a7b644f .
GetUserName is supposed to return 0 here, as size is 0.
|
2011-09-08 20:08:06 +02:00 |
Marcus Meissner
|
ac0a7b644f
|
msi: Check for return value of GetUserName (Coverity).
|
2011-09-07 18:14:02 +02:00 |
Hans Leidekker
|
9cb38911d2
|
msi: Initialize a variable.
|
2011-09-05 17:17:41 +02:00 |
Hans Leidekker
|
470688f729
|
msi: Use a higher value for the initial transform disk id.
|
2011-09-05 17:17:37 +02:00 |
Hans Leidekker
|
eaf8848d0d
|
msi/tests: Fix a number of test messages.
|
2011-09-05 17:17:32 +02:00 |
Hans Leidekker
|
a8b51497e5
|
msi: Avoid a leak when a query is executed more than once.
|
2011-09-05 17:17:28 +02:00 |
Francois Gouget
|
2649761175
|
msi: Make find_table() static.
|
2011-09-02 14:42:17 +02:00 |
Michael Stefaniuc
|
f0be3d8139
|
msi: COM cleanup for the IEnumVARIANT iface.
|
2011-09-02 10:44:22 +02:00 |
Jacek Caban
|
9ef5af540b
|
msi: Ude default calling convention for internal functions.
|
2011-08-31 19:43:08 +02:00 |
Jacek Caban
|
81031c532e
|
msi: Use struct instead of interface in object declarations.
|
2011-08-31 19:43:08 +02:00 |
Marcus Meissner
|
ee12b4feed
|
msi: Check return value of msi_string2idW (Coverity).
|
2011-08-31 19:43:07 +02:00 |
Alexandre Julliard
|
2fcf1220eb
|
msi: Avoid dynamic stack allocation.
|
2011-08-29 13:52:32 +02:00 |
Bernhard Loos
|
f0a53a8f1b
|
msi: Implement proper sorting in WHEREVIEW.
|
2011-08-26 13:35:54 +02:00 |
Bernhard Loos
|
abd1174941
|
msi: Protected primary keys against modification.
|
2011-08-26 13:34:25 +02:00 |
Bernhard Loos
|
a52c2bf941
|
msi: Make WHEREVIEW able to deal directly with multiple tables.
|
2011-08-26 13:33:44 +02:00 |
Bernhard Loos
|
3bd0acf1ba
|
msi: Use an array instead of a hashtable for WHEREVIEW.
|
2011-08-25 14:34:34 +02:00 |
Hans Leidekker
|
9d68804379
|
msi: Resolve the target folder if necessary when building link filenames.
|
2011-08-24 12:14:46 +02:00 |
Hans Leidekker
|
d7952d8a24
|
msi/tests: Skip a test if the process is limited.
|
2011-08-24 12:14:46 +02:00 |
Hans Leidekker
|
0dec906d61
|
msi/tests: Accept one more estimated size.
|
2011-08-24 12:14:46 +02:00 |
Hans Leidekker
|
fabfc5da78
|
msi/tests: Clean up local packages.
|
2011-08-23 16:53:56 +02:00 |
Hans Leidekker
|
eb7ae99ddb
|
msi: Remove icons when the product is uninstalled.
|
2011-08-23 16:53:56 +02:00 |
Hans Leidekker
|
db6dbcf2a2
|
msi: Initialize the installation context from the registry if the product is installed.
|
2011-08-23 16:53:56 +02:00 |
Hans Leidekker
|
70e3790707
|
msi: Remove local patch packages when the product is removed.
|
2011-08-23 16:53:56 +02:00 |
Hans Leidekker
|
621b0405c9
|
msi: Don't create a temporary copy of the package.
There's no need for it now that we open the package in transacted mode.
|
2011-08-23 16:53:56 +02:00 |
Hans Leidekker
|
0f67869d84
|
msi: Print a warning instead of a fixme if we fail to open the database.
|
2011-08-23 16:53:56 +02:00 |
Hans Leidekker
|
763e2f3edc
|
msi/tests: Use a package code that is different from the product code.
|
2011-08-23 16:53:56 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Hans Leidekker
|
7b7c95425a
|
msi: Make sure the source directory has a trailing backslash.
|
2011-08-04 18:27:36 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Alexandre Julliard
|
b56dc9a6f7
|
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
|
2011-08-02 20:47:49 +02:00 |
Hans Leidekker
|
cf4aec0cbd
|
msi: Avoid a crash in ControlEvent_SetTargetPath.
|
2011-08-02 11:51:06 +02:00 |
Alexandre Julliard
|
729afa6adc
|
makefiles: Generate resource files for typelibs.
|
2011-08-02 10:11:10 +02:00 |
Bernhard Loos
|
20bdf059ab
|
msi: MsiDatabaseCommit also succeeds for a a readonly database.
|
2011-07-28 11:31:28 +02:00 |
Hans Leidekker
|
fe404d1d88
|
msi: Always check the return value of MSI_IterateRecords.
|
2011-07-27 11:55:23 +02:00 |
Hans Leidekker
|
e1c2e8828f
|
msi: Clean up the database queries.
|
2011-07-27 11:55:16 +02:00 |
Hans Leidekker
|
d1b2058500
|
msi: Make the column and table name parameters of get_column_info const.
|
2011-07-27 11:55:06 +02:00 |
Hans Leidekker
|
d38ace6d4c
|
msi: Store table and column names in the string table.
|
2011-07-27 11:54:58 +02:00 |
Hans Leidekker
|
b5ea0030f0
|
msi: Allow read sharing if the package is openend in transacted mode.
|
2011-07-25 17:59:04 +02:00 |
Hans Leidekker
|
911ad2bdab
|
msi: Don't duplicate column string data.
|
2011-07-25 17:59:04 +02:00 |
Hans Leidekker
|
b085b23b29
|
msi: Fix the SelectionPath event handler.
|
2011-07-24 12:31:55 +02:00 |
Francois Gouget
|
26772e168b
|
msi: Make msi_parse_patch_summary() and msi_apply_patch_db() static.
|
2011-07-07 14:46:14 +02:00 |
Hans Leidekker
|
e601ef55a9
|
msi: Check the return value of MSI_IterateRecords (clang).
|
2011-07-07 14:46:14 +02:00 |
Hans Leidekker
|
4686efd281
|
msi: Get rid of the msistring typedef.
|
2011-07-07 14:46:14 +02:00 |
Hans Leidekker
|
540d189060
|
msi: Avoid dereferencing a NULL pointer (clang).
|
2011-07-07 14:46:14 +02:00 |
Hans Leidekker
|
6083fd5e53
|
msi: Check the transform language against the package language instead of the system language.
|
2011-07-07 14:46:14 +02:00 |
Hans Leidekker
|
537a5932b0
|
msi: Add a stub implementation of MsiDeterminePatchSequence.
|
2011-07-07 14:46:14 +02:00 |
Hans Leidekker
|
9299319b88
|
msi: Remove some dead assignments (clang).
|
2011-07-07 14:45:59 +02:00 |
Hans Leidekker
|
7f199e81e1
|
msi: Avoid using an uninitialized value (clang).
|
2011-07-07 12:32:29 +02:00 |
Hans Leidekker
|
4202b1419c
|
msi: Use the return value of MSI_IterateRecords (clang).
|
2011-07-07 12:32:25 +02:00 |
Frédéric Delanoy
|
99e422c975
|
msi: Remove dead assignment (Clang).
|
2011-07-06 11:30:10 +02:00 |
Hans Leidekker
|
823560d472
|
msi: Get rid of the remaining tabs.
|
2011-07-01 14:39:36 +02:00 |
Hans Leidekker
|
7d677fc327
|
msi: Delay creating local installer and patch packages until the product is registered.
|
2011-07-01 14:39:36 +02:00 |
Hans Leidekker
|
791fe136a9
|
msi: Remove directories after removing all files.
|
2011-07-01 14:39:36 +02:00 |
Hans Leidekker
|
12a55d9190
|
msi/tests: Clean up the local package in test_register_product.
|
2011-07-01 14:39:36 +02:00 |
Hans Leidekker
|
395887b684
|
msi/tests: Remove a test.
This test shows that native fails to remove an empty directory under
certain conditions. I don't see why we should replicate this behavior.
|
2011-07-01 14:39:36 +02:00 |
Hans Leidekker
|
b32c643c18
|
msi: Handle escaped double quotes in command line parsing.
|
2011-07-01 14:39:36 +02:00 |
Hans Leidekker
|
2cbeb20d39
|
msi: Use an enum to represent folder states.
|
2011-07-01 14:39:36 +02:00 |
Hans Leidekker
|
8ff57beb0e
|
msi: Perform a full uninstall if no feature resolves to INSTALLSTATE_LOCAL.
|
2011-07-01 14:39:36 +02:00 |
Marcus Meissner
|
90970651d3
|
msi: Remove superflous NULL check (Coverity).
|
2011-06-27 13:29:09 -05:00 |
Marcus Meissner
|
59f8cfeb22
|
msi: Removed useless NULL check (Coverity).
|
2011-06-27 13:28:59 -05:00 |
Hans Leidekker
|
0b2bd0c903
|
msi: Count progress in units of 512 bytes.
|
2011-06-23 10:00:13 +02:00 |
Hans Leidekker
|
ac994860af
|
msi: Make sure reported progress adds up to projected progress.
|
2011-06-23 10:00:09 +02:00 |
Hans Leidekker
|
ebf323cfcb
|
msi: Add support for running the progress bar backwards.
|
2011-06-23 10:00:02 +02:00 |
Hans Leidekker
|
d1ae506e40
|
msi: Don't subscribe more than once to the same control event.
|
2011-06-23 09:59:56 +02:00 |
Hans Leidekker
|
838614c7ec
|
msi: Don't update the progress bar in schedule_install_files.
|
2011-06-23 09:59:52 +02:00 |
Hans Leidekker
|
5ca2277cc5
|
msi: Pass the full custom action command to CreateProcess.
|
2011-06-14 13:15:25 +02:00 |
Marcus Meissner
|
aec497b03d
|
msi: Fix some NULL dereferences (Coverity).
|
2011-06-13 11:31:09 +02:00 |
Hans Leidekker
|
667ba16dbc
|
msi: Implement and test MsiSetFeatureAttributes.
|
2011-06-10 10:55:18 +02:00 |
Hans Leidekker
|
4c9c50d86b
|
msi: Implement and test MsiGetFeatureInfo.
|
2011-06-10 10:55:11 +02:00 |
Hans Leidekker
|
aec97287bc
|
msi: Remove redundant function find_feature_by_name.
|
2011-06-10 10:54:57 +02:00 |