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 |
James Hawkins
|
c4ca63418f
|
advpack: Implement the RegisterOCXs callback.
|
2006-04-20 19:38:03 +02:00 |
James Hawkins
|
aabb5d0443
|
advpack: Set the ldids of the install section in install_init.
|
2006-04-20 15:34:00 +02:00 |
James Hawkins
|
704e70ff7c
|
advpack: Add stub handling for the RegisterOCXs command.
|
2006-04-20 15:33:13 +02:00 |
James Hawkins
|
92f979b005
|
advpack: Don't TRACE the internals of the setup pointer as it can be NULL.
|
2006-04-20 15:30:50 +02:00 |
James Hawkins
|
49a29a1878
|
advpack: LaunchINFSectionExA is no longer a stub.
|
2006-04-20 15:30:34 +02:00 |
James Hawkins
|
b9fc3f8eb1
|
advpack: Set the destination directory to the working directory if key equals SourceDir.
|
2006-04-19 12:43:14 +02:00 |
James Hawkins
|
fc52a8483c
|
advpack: Add the ability to set multiple keys on one line in set_ldid.
|
2006-04-19 12:42:14 +02:00 |