Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Francois Gouget
|
4f16a43c2c
|
advpack: Skip some tests if not in interactive mode because they pop up dialogs.
|
2007-11-13 23:28:06 +01:00 |
Stefan Leichter
|
9a04b754e9
|
advpack/tests: Print the unexpected result in function check_ini_contents.
|
2007-10-29 13:59:55 +01:00 |
James Hawkins
|
9f50d66276
|
advpack: Restore the LProgramF string using the acquired Program Files string.
|
2007-10-26 14:03:47 +02:00 |
Marcus Meissner
|
0065387b83
|
advpack: Handle localized C:\Program Files.
|
2007-10-09 12:31:47 +02:00 |
Jason Edmeades
|
7f901f41f0
|
setupapi: Remove duplicate backslashes on dirids.
|
2007-08-13 13:04:16 +02:00 |
Jason Edmeades
|
799ef700c4
|
advpack: Strip single quotes (with tests) on reg keys.
|
2007-08-13 12:08:03 +02:00 |
Paul Vriens
|
618c1fe711
|
advpack/tests: Create the temporary inf-file in a directory where we are allowed to write.
|
2007-07-04 13:42:42 +02:00 |
Paul Vriens
|
437a3aab9d
|
advpack/tests: Don't hardcode the system directory.
|
2007-05-21 12:38:54 +02:00 |
Paul Vriens
|
c7e40aa972
|
advpack/tests: Don't hardcode the windows directory.
|
2007-04-12 16:19:45 +02:00 |
Stefan Huehner
|
51a7ca3440
|
Change some functions arguments from () -> (void).
|
2007-03-12 12:25:31 +01:00 |
Bang Jun-Young
|
657c84cba9
|
advpack/tests: Fix typo.
|
2007-01-22 13:28:47 +01:00 |
James Hawkins
|
b3331d1a76
|
advpack: Fill the output buffer to workaround a bug in IE7s advpack.
|
2007-01-10 12:00:19 +01:00 |
Paul Vriens
|
c9f6c4c7cf
|
advpack/tests: Change the output for HRESULT's.
|
2006-12-08 11:39:38 +01:00 |
Paul Vriens
|
9d0b69d130
|
advpack: Remove test that crashes on systems with IE7.
|
2006-11-24 11:51:01 +01:00 |
James Hawkins
|
a27ae79295
|
advpack: Use the full path of the INF file as the source directory if the CAB file is invalid.
|
2006-11-02 12:23:53 +01:00 |
Paul Vriens
|
26172f8aa4
|
advpack: Add another test.
|
2006-10-31 21:57:40 +01:00 |
Paul Vriens
|
f8268719bf
|
advpack: Fix typos.
|
2006-10-31 21:57:32 +01:00 |
James Hawkins
|
615d09f285
|
advpack: Fix the full path check.
|
2006-10-24 11:44:20 +02:00 |
Michael Ploujnikov
|
d7c0a0e38c
|
advpack/tests: Win64 printf format warning fixes.
|
2006-10-12 11:37:10 +02:00 |
Paul Vriens
|
06e0766910
|
advpack: Make tests run on Win98 again.
|
2006-10-06 12:53:25 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
James Hawkins
|
f5acc51f2c
|
advpack: Get the proper working directory in install_init.
|
2006-09-07 10:47:58 +02:00 |
Saulius Krasuckas
|
a07240142e
|
advpack/tests: Make RunSetupCommand not popup dialogs.
|
2006-08-21 12:21:38 +02:00 |
Stefan Huehner
|
998e256c82
|
Fix some -Wstrict-prototype warnings () -> (void).
|
2006-08-21 12:06:26 +02:00 |
Andrew Talbot
|
b3cf216d9b
|
advpack/tests: Write-strings warnings fix.
|
2006-08-14 11:45:06 +02:00 |
Andrew Talbot
|
c6befb3358
|
advpack/tests: Write-strings warnings fix.
|
2006-07-31 10:50:22 +02:00 |
Andrew Talbot
|
719aa10a4b
|
advpack/tests: Write-strings warnings fix.
|
2006-07-29 11:51:09 +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
|
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 |
James Hawkins
|
ac9e421999
|
advpack: Add tests for different configurations of INF filenames and
working directories for install functions.
|
2006-07-10 13:05:26 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
e739ba9551
|
Assorted spelling fixes.
|
2006-05-15 15:05:05 +02:00 |
James Hawkins
|
6053d265bc
|
advpack: Add initial implementation of SetPerUserSecValues.
|
2006-04-10 15:43:53 +02:00 |
James Hawkins
|
d7199a4836
|
advpack: Add a few more tests for SetPerUserSecValues.
|
2006-04-07 20:01:04 +02:00 |
James Hawkins
|
a7e055e0bd
|
advpack: Add initial tests for SetPerUserSecValues.
|
2006-04-06 22:22:15 +02:00 |
James Hawkins
|
c26245077d
|
advpack: Open the INF file if the RSC_FLAG_INF flag is specified.
|
2006-03-30 13:22:17 +02:00 |
James Hawkins
|
480b64950b
|
advpack: Implement the launching of executables in RunSetupCommand.
|
2006-03-27 12:17:30 +02:00 |
James Hawkins
|
e4b31800ab
|
advpack: Define S_ASYNCHRONOUS in advpub.h.
|
2006-03-27 12:16:55 +02:00 |
James Hawkins
|
2fb1ac8611
|
advpack: Set hexe to a non-NULL value to test that the handle is NULL on return.
|
2006-03-27 11:30:50 +02:00 |
James Hawkins
|
df9a465b50
|
advpack: Add initial tests for RunSetupCommand.
|
2006-03-24 12:54:20 +01:00 |
James Hawkins
|
396242faa7
|
advpack: Add second null for double null terminated lists.
|
2006-03-22 11:20:28 +01:00 |
James Hawkins
|
1f3028563d
|
advpack: Factor out loading the program files directory.
|
2006-02-28 12:03:53 +01:00 |
James Hawkins
|
7787ca6134
|
advpack: Add tests for the TranslateInfStringEx trio of functions and
fix the errors.
|
2006-02-28 12:03:26 +01:00 |
James Hawkins
|
790f4523d2
|
advpack: Factor out the API loading of advpack tests.
|
2006-02-28 12:02:53 +01:00 |
James Hawkins
|
2aa6e2ebd9
|
advpack: Implement AddDelBackupEntry.
|
2006-02-21 11:27:34 +01:00 |
James Hawkins
|
bc7cb836f2
|
advpack: Add tests for AddDelBackupEntry.
|
2006-02-21 11:26:41 +01:00 |
James Hawkins
|
dd5ae20dc1
|
advpack: Load the LDIDs of an install section in TranslateInfString.
|
2006-02-21 11:18:25 +01:00 |