Sweden-Number/dlls/msi/tests
Dmitry Timoshkov 42caac841e msi: Correctly parse double quotes in the token value.
This fixes an installer that passes to InstallProduct a command line like
PROPERTY1="Installing ""Product name"" version 8.0" PROPERTY2=1 PROPERTY3=1
In this case properties PROPERTY2 and PROPERTY3 were not recognized and that
led to an installation failure when a custom action didn't see them as set.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2015-10-06 22:59:38 +09:00
..
Makefile.in makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
action.c msi/tests: Fix MsiProvideQualifiedComponent test failure. 2015-09-14 16:19:27 +09:00
automation.c msi: Implement Installer::SummaryInformation. 2015-08-26 23:15:26 +09:00
db.c Assorted spelling/grammar fixes. 2015-03-27 22:29:48 +09:00
format.c msi/tests: Compile with -D__WINESRC__. 2013-10-15 14:28:22 +02:00
install.c msi: Correctly parse double quotes in the token value. 2015-10-06 22:59:38 +09:00
msi.c msi/tests: Fix a test failure on Ultimate editions. 2015-09-25 21:02:52 +02:00
package.c msi/tests: Mark a test result on win2k3 as broken. 2015-07-17 20:19:41 +09:00
patch.c msi: Open database cabinet streams through the streams implementation. 2015-06-22 19:18:48 +09:00
record.c msi/tests: Use BOOL type where appropriate. 2013-10-29 10:22:01 +01:00
source.c msi: Remove shortcut which calls RegEnumValueW with value and val_count as NULL. 2015-07-01 15:19:13 +09:00
suminfo.c msi/tests: Compile with -D__WINESRC__. 2013-10-15 14:28:22 +02:00