Hans Leidekker
|
a248f4f001
|
msi: Set the OriginalDatabase property after applying transforms, not before.
|
2013-01-21 16:27:41 +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
|
652863f4d5
|
msi: Add more tests for embedded nulls in string property values.
|
2012-10-29 14:40:31 +01:00 |
Michael Stefaniuc
|
5974e9d120
|
msi/tests: Avoid a TRUE:FALSE conditional expression.
|
2012-08-15 12:12:49 +02:00 |
Detlef Riekenberg
|
a7e1b7c6ea
|
msi/tests: Use always static binding for GetTokenInformation.
|
2012-07-27 17:05:20 +02:00 |
Hans Leidekker
|
f6f1bfd6fb
|
msi/tests: Use only uppercase characters for the PID_REVNUMBER property.
|
2012-06-12 10:21:55 +02:00 |
Hans Leidekker
|
fde66de6a5
|
msi: Don't free cached tables in MsiDatabaseCommit.
|
2012-04-26 19:26:37 +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
|
d351a9999e
|
msi: Also set the Intel property on 64-bit processors.
|
2012-03-28 17:37:41 +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
|
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 |
Hans Leidekker
|
bc801f85be
|
msi: Set the SourceDir and SOURCEDIR properties in MsiGetSourcePath.
|
2012-01-16 12:45:34 +01:00 |
Hans Leidekker
|
5266f34c3c
|
msi: Set the ComputerName property.
|
2011-11-01 12:13:46 +01:00 |
Hans Leidekker
|
79e71d543f
|
msi/tests: Fix some test messages.
|
2011-09-09 13:37:03 +02:00 |
Hans Leidekker
|
defcf092a9
|
msi/tests: Show that MsiSetTargetPath updates folder properties.
|
2011-05-11 14:56:49 +02:00 |
Piotr Caban
|
54833c9b7c
|
wine.inf: Add quotes to webbrowser command keys.
|
2011-05-04 20:42:27 +02:00 |
Hans Leidekker
|
4668091528
|
msi: Rewrite the folder resolution code to keep track of the parent-child relationship.
|
2011-05-02 16:40:06 +02:00 |
Hans Leidekker
|
b4a7a30b18
|
msi: Fix handling of components without a key path in MsiEnumComponentCostsW.
|
2011-05-02 16:38:51 +02:00 |
Hans Leidekker
|
68d6158875
|
msi: Implement and test MsiEnumComponentCostsA/W.
|
2011-04-01 16:16:04 +02:00 |
Hans Leidekker
|
419496d0c8
|
msi/tests: Allocate the user token dynamically and unify implementations.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
c505c0fe98
|
msi/tests: Get rid of workarounds for win9x test failures.
|
2011-03-30 13:28:05 +02:00 |
Detlef Riekenberg
|
1c2183a85a
|
msi/tests: Fix a typo.
|
2011-02-14 12:28:17 +01:00 |
Hans Leidekker
|
ba9f1f770a
|
msi: Get rid of msi_component_set_state and msi_feature_set_state.
|
2011-02-10 10:28:01 -06:00 |
Austin English
|
a85adf3152
|
msi/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:56:49 -06:00 |
Hans Leidekker
|
b2b4005fe4
|
msi/tests: Show that a failing call to MsiGetSourcePath(SOURCEDIR) sets the SOURCEDIR property.
|
2011-02-07 10:17:20 -06:00 |
Hans Leidekker
|
f133222d5e
|
msi/tests: Add a test for MsiGetComponentState.
|
2011-01-10 10:42:43 +01:00 |
Hans Leidekker
|
973821c775
|
msi/tests: Avoid a test failure on 64-bit.
|
2010-12-09 12:17:22 +01:00 |
Hans Leidekker
|
c47ecd1ccc
|
msi: Always ignore disabled components.
|
2010-11-30 16:21:01 +01:00 |
Hans Leidekker
|
e609bb0453
|
msi/tests: Fix the scope of todo_wine in the tests for MsiApplyMultiplePatches.
These tests succeed on Wine if you run them from a volume for which GetDriveType
returns something other than DRIVE_FIXED, e.g. a ramdisk.
|
2010-11-26 14:59:35 +01:00 |
Hans Leidekker
|
5871ad6d00
|
msi: Revert 3cd55cc916 .
It breaks the Office 2003 installer.
|
2010-11-03 16:06:43 +01:00 |
Hans Leidekker
|
5a0a53820a
|
msi/tests: Add tests for msidbFeatureAttributesUIDisallowAbsent.
|
2010-10-22 12:06:39 +02:00 |
Hans Leidekker
|
eaa57c5b7b
|
msi: Compare strings without depending on thread locale.
|
2010-10-19 13:49:54 +02:00 |
Hans Leidekker
|
9cc4b0caae
|
msi/tests: Don't create a nested restore point on recent versions of MSI.
We now set the MSIFASTINSTALL property which disables restore points.
|
2010-10-13 15:52:58 +02:00 |
Hans Leidekker
|
0df4712658
|
msi/tests: Reduce the UI level for a couple of tests.
This makes the tests run faster because native only creates restore points
for installers with a basic UI level and higher.
|
2010-10-11 17:11:27 +02:00 |
Hans Leidekker
|
eafebe0f7d
|
msi/tests: Set the MSIFASTINSTALL property.
On recent versions of msi this prevents the creation of a system restore
point, which can take a very long time.
|
2010-10-11 17:11:27 +02:00 |
Hans Leidekker
|
3d33fb93cc
|
msi/tests: Determine Wow64 mode just once.
|
2010-10-11 17:11:26 +02:00 |
Hans Leidekker
|
3cd55cc916
|
msi Set the feature action to INSTALLSTATE_UNKNOWN if msidbFeatureAttributesUIDisallowAbsent is set.
|
2010-10-06 20:46:34 +02:00 |
Andrew Eikum
|
f62439c0d4
|
msi/tests: Fix copy-paste errors in tests.
|
2010-10-01 17:48:11 +02:00 |
Hans Leidekker
|
dfc9351ba4
|
msi: Set more 64-bit properties.
|
2010-10-01 17:48:10 +02:00 |
Alexandre Julliard
|
d1d1d0205d
|
msi/tests: Make some variables static.
|
2010-10-01 13:36:43 +02:00 |
Hans Leidekker
|
d59c99067a
|
msi/test: Add tests for MsiGetFeatureState.
|
2010-09-24 18:20:36 +02:00 |
Hans Leidekker
|
4a5b2abcf4
|
msi/tests: Fix some test failures on 64-bit.
|
2010-09-08 19:51:00 +02:00 |
Francois Gouget
|
b66eb177af
|
msi/tests: Fix compilation on systems that don't support nameless unions or structs.
|
2010-09-07 16:01:39 +02:00 |
Hans Leidekker
|
2fb648c04f
|
msi/tests: Add tests for 64-bit properties.
|
2010-09-02 18:05:22 +02:00 |
Hans Leidekker
|
137dfbe80a
|
msi/tests: Use a different product code in the package tests to avoid cascading test failures.
|
2010-08-27 12:08:08 +02:00 |
Hans Leidekker
|
5d85497a15
|
msi: Handle signature filenames in short|long notation.
|
2010-08-18 15:31:18 +02:00 |
Hans Leidekker
|
4102156e0f
|
msi/tests: Fix some WoW64 test failures.
|
2010-08-18 15:30:28 +02:00 |
Hans Leidekker
|
33b6ad7f73
|
msi/tests: Skip tests if UAC is enabled and the process is not running elevated.
|
2010-07-26 18:38:31 +02:00 |
Hans Leidekker
|
2b0c45674f
|
msi: Add some tests for MsiGetSourcePath.
|
2010-07-23 11:46:06 +02:00 |
Hans Leidekker
|
c4bf9fb710
|
msi/tests: Fix some more wow64 test failures.
|
2010-07-22 16:10:42 +02:00 |