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 |