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
Eric Pouech
e66e227dbe
Fixes for missing prototypes warnings.
2006-02-06 13:13:28 +01:00
Detlef Riekenberg
c824e8bc5b
advpack/tests: Fixed failure when "ProgramFilesDir" is != "C:\Program Files".
2006-01-23 17:29:41 +01:00
James Hawkins
d6bfc17ba3
advpack: Add initial tests for AdvInstallFile.
2006-01-13 13:54:30 +01:00
James Hawkins
1ca3a4afe3
advpack: Implement ExtractFiles.
2006-01-11 12:13:03 +01:00
James Hawkins
4e31bf6863
advpack: Add initial tests for ExtractFiles.
...
- Use FCI to create a test cabinet file.
- Add initial tests for ExtractFiles.
2006-01-10 20:41:22 +01:00
James Hawkins
a37bb2a033
Returned versions are always initialized to zero, even on failure.
...
Function always returns S_OK, even on failure.
Copy the file to the temp directory if the file exists but isn't found
by GetFileVersionInfoSize.
If bVersion is FALSE, return the language and code page identifiers of
the file, not the system.
2005-11-29 11:25:51 +01:00
Alexandre Julliard
0ec7e1a591
Renamed all .cvsignore files to .gitignore.
2005-11-26 13:10:33 +01:00
Francois Gouget
bcac03453a
Add trailing '\n' to trace() call.
2005-11-23 19:44:20 +01:00
Saulius Krasuckas
426cc7fe3f
Exit test after first TranslateInfString() failure, which seems to be
...
NT3.51 specific.
2005-11-22 11:58:25 +00:00
Saulius Krasuckas
22a314e751
Get the version and language ID of ADVPACK.DLL too.
2005-11-14 12:27:39 +00:00
Saulius Krasuckas
39e11022e8
WinME fixes:
...
- don't fail on WriteFile(),
- add valid error codes,
- empty buffer to avoid printing garbage,
- remove bogus inf-file which TranslateInfString() creates here.
2005-11-10 11:37:03 +00:00
James Hawkins
e2b8b43b7f
Implement TranslateInfString with tests.
2005-11-08 12:43:35 +00:00
Saulius Krasuckas
7284e6d419
Remove trailing backslash.
2005-08-15 10:47:31 +00:00
Stefan Huehner
ac6f562b52
Fix more -Wstrict-prototypes warnings.
2005-06-20 14:18:03 +00:00
Sami Aario
c7bd5fb16d
Added initial version of Delnode plus some tests.
2005-04-27 09:37:25 +00:00
Francois Gouget
fe2b31a569
Load advpack.dll at runtime to avoid link problems with the platform
...
sdk.
2005-02-14 11:02:46 +00:00
Robert Reif
97199823bf
Added stubs for NeedRebootInit and NeedReboot.
...
Added implementations for GetVersionFromFile and
GetVersionFromFileEx.
Added test for GetVersionFromFile.
2005-01-20 20:03:13 +00:00