Commit Graph

272 Commits (60d7923682957f366abca8a75ac4b5510ecd6c64)

Author SHA1 Message Date
Paul Vriens 53f94c07f8 advpack/tests: Use win_skip instead of trace. 2008-10-21 11:43:12 +02:00
Rob Shearman 6bfead8421 advpack: Add explicit "!= S_OK" to expressions that use HRESULTs as booleans. 2008-09-12 16:50:15 +02:00
James Hawkins 35e16a2b42 advpack: Fix a failing test in win98. 2008-08-05 14:09:36 +02:00
James Hawkins 0dcdbcd3cc advpack: Skip the TranslateInfEx tests in win9x. 2008-08-05 14:09:34 +02:00
Andrew Talbot a7d06e7430 advpack: Fix sign-compare warnings. 2008-07-21 12:18:34 +02:00
Andrew Talbot c230736bbe advpack: Remove a useless test. 2008-07-21 12:18:28 +02:00
James Hawkins 10a1b94875 advpack: Fix several test failures in win9x. 2008-06-30 15:06:53 +02:00
James Hawkins 8cfb50e57e advpack: Run the install test in a temporary directory. 2008-06-30 15:06:49 +02:00
James Hawkins 315e8ce312 advpack: Run the files test in a temporary directory. 2008-06-30 15:05:52 +02:00
Dan Kegel 64a62d2e8f advpack: Don't close a handle if it wasn't opened. 2008-06-21 11:13:55 +02:00
Andrew Talbot 84ee90dcb5 advpack: Constify some variables. 2008-06-19 12:44:51 +02:00
Paul Vriens ee69c6141b advpack/tests: Add a FreeLibrary and a skip message. 2008-06-09 12:39:26 +02:00
Austin English 955adcbce9 advpack: Fix a test failure on 9x. 2008-06-04 12:41:09 +02:00
Michael Karcher 98778f486a advpack: Fix buffer sizes for possibly quoted strings. 2008-05-30 09:56:09 +02:00
James Hawkins b08f7fd803 advpack: Fix a few failing tests in win95. 2008-04-21 12:12:23 +02:00
James Hawkins a42f4b654b advpack: Remove a test that fails inconsistently on several platforms. 2008-04-21 12:10:37 +02:00
Paul Vriens d1a3bad723 advpack/tests: Free the library after use. 2008-03-10 12:53:56 +01:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Rob Shearman 3055239f69 advpack: Fix buffer overrun in convert_file_list. 2008-02-19 13:39:24 +01:00
Paul Vriens 795087bcc1 advpack/tests: Show errors in hex. 2008-02-11 19:55:49 +01:00
Austin English f6caf1be81 Misc spelling fixes. 2008-01-18 12:51:08 +01:00
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
James Hawkins a72e182010 cabinet: Don't extract a file if DoExtract is FALSE. 2007-08-27 12:18:39 +02:00
James Hawkins 5b62c8461c advpack: Formalize the SESSION struct. 2007-08-23 12:41:58 +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
Jason Edmeades ccaddb8a34 advpack: Show fixme when advpack fails to prompt user for directory. 2007-08-10 12:58:17 +02:00
Detlef Riekenberg 6a95b93ec3 advpack+setupapi: Remove unneeded checks before SetupCloseInfFile. 2007-07-10 13:32:10 +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
Alexandre Julliard 9c08c46e1f advpack: Get rid of CharPrevW. 2007-06-25 14:02:29 +02:00
Paul Vriens 437a3aab9d advpack/tests: Don't hardcode the system directory. 2007-05-21 12:38:54 +02:00
Andrew Talbot 924e1d4bc3 advpack: Exclude unused headers. 2007-04-23 19:59:38 +02:00
Paul Vriens c7e40aa972 advpack/tests: Don't hardcode the windows directory. 2007-04-12 16:19:45 +02:00
Andrew Talbot 970cfc7485 advpack: Constify some variables. 2007-04-03 11:22:29 +02:00
Rob Shearman f170f5d8d3 advpack: Stop processing if there was an error registering an OCX. 2007-04-02 11:34:54 +02:00
Rob Shearman 5275b1b85f advpack: Call OleInitialize before registering OCXs, like native does. 2007-04-02 11:34:38 +02:00
Joris Huizer 9b0686e4a4 advpack: sign-compare fix. 2007-03-17 19:52:22 +01:00
Andrew Talbot 982a6a5a60 advpack: Constify some variables. 2007-03-13 11:52:28 +01:00
Stefan Huehner 51a7ca3440 Change some functions arguments from () -> (void). 2007-03-12 12:25:31 +01:00
Bang Jun-Young 1ca4ddbd09 advpack: Constify the 3rd argument of RebootCheckOnInstall[AW]. 2007-02-05 12:34:56 +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
Eric Pouech ea2f60160c advpack: Plug a couple of memory leaks. 2006-10-23 12:26:07 +02:00
Michael Ploujnikov d7c0a0e38c advpack/tests: Win64 printf format warning fixes. 2006-10-12 11:37:10 +02:00
James Hawkins 8b9ad4d3bc advpack: Make internal functions static. 2006-10-09 20:28:07 +02:00
James Hawkins 29a55bd512 advpack: Win64 printf format warning fixes. 2006-10-07 17:48:11 +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
James Hawkins 319cac4c1f advpack: backup should be a const string. 2006-09-21 13:01:03 +02:00
Andrew Talbot 062424b68a advpack: Remove duplicate function declaration. 2006-09-20 12:23:53 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Andrew Talbot 570aad50d2 advpack: Cast-qual warnings fix. 2006-09-08 11:02:41 +02:00
James Hawkins a39913fa11 advpack: Add the regsvr action to the SetupInstallFromInfSection call. 2006-09-07 10:48:04 +02:00
James Hawkins f5acc51f2c advpack: Get the proper working directory in install_init. 2006-09-07 10:47:58 +02:00
Andrew Talbot 2429d1b634 advpack: Cast-qual warnings fix. 2006-09-07 10:16:01 +02:00
Alexandre Julliard 5cf75e615a makefiles: Only run test and documentation targets in directories that need them. 2006-08-28 13:37:44 +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 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
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
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
James Hawkins 1a0208ef61 advpack: Implement DoInfInstall on top of the install framework. 2006-06-21 11:13:58 +02:00
Mike McCormack a87ba6f445 advpack: Remove some dead code. (Coverity) 2006-06-14 12:47:05 +02:00
Michael Stefaniuc 56026299d0 Remove more redundant NULL checks before HeapFree (found by Smatch). 2006-06-07 14:20:09 +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 5f875b0912 advpack: DelDirs should only remove a directory if it's empty. 2006-05-08 13:37:39 +02:00
James Hawkins 8e111502ad advpack: The only flag we don't handle is RSC_FLAG_UPDHLPDLLS. 2006-05-08 13:37:29 +02:00
James Hawkins 3e46363bfd advpack: Don't fail if the dll to register doesn't exist. 2006-05-05 20:57:29 +02:00
James Hawkins 72e279bd36 advpack: Implement the DelDirs command. 2006-05-05 17:48:54 +02:00
James Hawkins 4df237312a advpack: Implement the CheckAdminRights option. 2006-05-05 17:48:39 +02:00
James Hawkins c9cff908ce advpack: Implement the RunPreSetupCommands command. 2006-05-05 17:48:19 +02:00
James Hawkins 5524a4c574 advpack: INF install is implemented so fix the documentation. 2006-05-05 17:48:05 +02:00
James Hawkins e0aa23a168 advpack: Implement the PerUserInstall command. 2006-05-05 17:47:51 +02:00
James Hawkins b3347c49a1 advpack: Leave room for the NULL terminator in the working_dir string. 2006-05-05 17:47:08 +02:00
James Hawkins 48b55afa56 advpack: NULL-terminate the source path. 2006-05-05 17:46:53 +02:00
James Hawkins 9c6e762e6d advpack: Return the hresult in ExecuteCabW. 2006-05-05 17:46:41 +02:00
James Hawkins 05c23edaef advpack: Clean up the formatting of RegInstall to match the rest of the file. 2006-05-05 17:45:54 +02:00
James Hawkins d049c37af2 advpack: Perform an Advanced INF-level install in RegInstall. 2006-05-05 17:45:39 +02:00
James Hawkins f1631103aa advpack: Factor out writing predefined strings into write_predefined_strings. 2006-05-05 17:45:16 +02:00
James Hawkins 4b9311b5b2 advpack: Ignore the return value from the OCX registration. 2006-05-05 17:45:04 +02:00
James Hawkins 924d91ca05 advpack: Implement LaunchINFSectionW. 2006-04-20 19:39:29 +02:00
James Hawkins c14fe5a6be advpack: Implement ExecuteCabW. 2006-04-20 19:39:01 +02:00
James Hawkins 401becab3e advpack: Implement the RunPostSetupCommands callback. 2006-04-20 19:38:22 +02:00