Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
James Hawkins
|
15ad5de13c
|
msi: Test how SetTargetPath affects the target paths of install files.
|
2006-07-11 17:15:16 +02:00 |
James Hawkins
|
3b506c6408
|
msi: AppSearchReg shouldn't create the key it's looking for if it doesn't exist.
|
2006-07-11 17:15:10 +02:00 |
Alexandre Julliard
|
88c97d7284
|
.gitignore: Added wildcards to ignore lex and bison output files.
|
2006-07-10 21:40:49 +02:00 |
Alexandre Julliard
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Mike McCormack
|
abfe248633
|
msi: Features may be published but absent.
|
2006-07-06 15:40:23 +02:00 |
Mike McCormack
|
ee3e058655
|
msi: Add a test for MsiGetComponentPath and make it pass.
|
2006-07-06 15:40:12 +02:00 |
Mike McCormack
|
4c0e72eceb
|
msi: Use msi_strcpy_to_awstring to return the string in MsiComponentGetPath.
|
2006-07-06 15:39:56 +02:00 |
Mike McCormack
|
17518ca910
|
msi: Forward MsiUseFeature to MsiUseFeatureEx.
|
2006-07-06 12:45:16 +02:00 |
Dmitry Timoshkov
|
081563e7ec
|
Avoid non-portable WCHAR[] constructs.
|
2006-07-05 11:43:55 +02:00 |
Paul Vriens
|
8f143f190c
|
Use the return value of register_key_guid.
|
2006-06-30 21:08:07 +02:00 |
James Hawkins
|
3c56550ea5
|
msi: Read the font color from the database, and use it for the text control.
|
2006-06-27 21:14:02 +02:00 |
Andrey Turkin
|
2ad04cae39
|
msi: Disable some path validity checks in MsiSetTargetPath.
|
2006-06-26 13:38:02 +02:00 |
James Hawkins
|
566beb788b
|
msi: Add tests for components that aren't associated with a feature.
|
2006-06-23 11:22:49 +02:00 |
James Hawkins
|
a1910e11bb
|
msi: Fix handling of the no-op identifier in the Directory table.
|
2006-06-21 13:53:51 +02:00 |
Andrew Talbot
|
685e7007e1
|
msi/tests: Write-strings warnings fixes.
|
2006-06-19 09:21:42 +02:00 |
Andrey Turkin
|
07edeb8394
|
msi: Added tests for MsiSetTargetPath.
|
2006-06-16 14:42:36 +02:00 |
James Hawkins
|
36bf71c174
|
msi: Add tests for MsiInstallProduct.
|
2006-06-15 18:05:53 +02:00 |
Mike McCormack
|
94dc36e5a6
|
msi: Add test for _Streams table (based on patch by Andrey Turkin).
|
2006-06-15 12:24:16 +02:00 |
Mike McCormack
|
172e183cf3
|
msi: Don't define COND_SPACE twice.
|
2006-06-15 11:39:28 +02:00 |
Mike McCormack
|
863bc989b9
|
msi: Add a test for reading long strings.
|
2006-06-14 12:47:06 +02:00 |
Mike McCormack
|
2d323b3df8
|
msi: Add a test for creating a record with a long string.
|
2006-06-14 12:47:05 +02:00 |
Mike McCormack
|
d2dca89c52
|
msi: Add a test for MsiDatabaseExport.
|
2006-06-14 12:47:05 +02:00 |
Mike McCormack
|
cfe36cc81d
|
msi: Fix loading of long strings.
|
2006-06-13 12:56:42 +02:00 |
Mike McCormack
|
a28ebdf7d4
|
msi: Add some more test cases for INSERT.
|
2006-06-12 16:04:31 +02:00 |
Mike McCormack
|
7f64332d11
|
msi: Add some more MsiFormatRecord tests.
|
2006-06-12 16:04:19 +02:00 |
Mike McCormack
|
bef879cb24
|
msi: Add tests for creating packages and formatting records.
|
2006-06-12 16:04:08 +02:00 |
Mike McCormack
|
f29ec238e8
|
msi: Delete any databases we create at the end of each test.
|
2006-06-12 16:03:57 +02:00 |
Mike McCormack
|
53041d8f73
|
msi: Fix compilation on msvc6.
|
2006-06-12 16:03:05 +02:00 |
Mike McCormack
|
3c81969a55
|
msi: Remove an inconsistent test.
|
2006-06-12 16:02:53 +02:00 |
Mike McCormack
|
a302ec19bd
|
msi: Fix some test cases to pass against win2k.
|
2006-06-12 15:56:54 +02:00 |
Alexandre Julliard
|
b79a53e959
|
msi: Make some variables static and/or const.
|
2006-06-12 13:39:59 +02:00 |
Mike McCormack
|
bbbcc2a1be
|
msi: Add some test cases for "SELECT ... WHERE condition".
|
2006-06-12 13:21:47 +02:00 |
Mike McCormack
|
a21f9e5587
|
msi: Freeing the zero handle always succeeds.
|
2006-06-12 13:21:47 +02:00 |
Mike McCormack
|
15d302c313
|
msi: Always initialize MsiViewFetch's returned record to zero.
|
2006-06-12 13:21:47 +02:00 |
Alexandre Julliard
|
9a59ee76e4
|
msi: Make all the ops structures static and const.
|
2006-06-10 12:02:39 +02:00 |
Mike McCormack
|
7500e0feab
|
msi: Update the progress control while installing.
|
2006-06-09 15:20:25 +02:00 |
Mike McCormack
|
ea3ab4952b
|
msi: Remove some unnecessary NULL checks.
|
2006-06-09 15:20:14 +02:00 |
Vitaly Lipatov
|
452169243b
|
msi: Add Russian resource file.
|
2006-06-07 14:31:31 +02:00 |
EA Durbin
|
4e66d4791c
|
msi/tests: Fixed a typo.
|
2006-06-07 14:19:52 +02:00 |
Huw Davies
|
f5c72fd202
|
msi: Add some integer condition tests.
|
2006-06-05 21:00:49 +02:00 |
Hans Leidekker
|
c077aaf116
|
msi: Fix some copy/paste bugs in the implementation of condition operators.
|
2006-06-05 13:50:32 +02:00 |
Robert Shearman
|
d70db020a6
|
msi: An empty string is equivalent to nil, so handle this in the optimised WHERE_execute path.
|
2006-06-05 13:45:53 +02:00 |
Andrew Ziem
|
f1b449942f
|
msi: Increase verbosity in some failing tests.
|
2006-05-30 19:30:30 +02:00 |
Hans Leidekker
|
4f62bf79dc
|
msi: Implement MsiLocateComponent{A,W}.
|
2006-05-30 12:23:51 +02:00 |
Dmitry Timoshkov
|
0d13a99e79
|
msi: Translate the resulting string only if the previous call succeeded.
|
2006-05-25 20:28:45 +02:00 |