Eric Pouech
|
de54872524
regsvr32: Use OEM code page for output.
|
2 years ago |
Eric Pouech
|
cf63513af3
regsvr32: Enable compilation with long types.
|
3 years ago |
Alexandre Julliard
|
f8ffea3a87
regsvr32: Use the standard va_list instead of __ms_va_list.
|
3 years ago |
Alexandre Julliard
|
20984f2e1f
regsvr32: Restart the correct version for all supported architectures.
|
3 years ago |
Alexandre Julliard
|
44f0a67ba5
regsvr32: Don't use GetBinaryType() on DLL files.
|
3 years ago |
Michael Stefaniuc
|
24ac30d2a0
regsvr32: Use a string literal for an empty string.
|
4 years ago |
Michael Stefaniuc
|
dea850cfd5
regsvr32: Use wide-char string literals.
|
4 years ago |
Alexandre Julliard
|
919d969087
regsvr32: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string.
|
4 years ago |
Vincent Povirk
|
e90cca8e7a
regsvr32: Re-exec as 32-bit or 64-bit if necessary.
|
5 years ago |
Alexandre Julliard
|
ed6a5e97e0
programs: Make all program entrypoints cdecl.
|
5 years ago |
Alexandre Julliard
|
4c5dd0e513
regsvr32: Build with msvcrt.
|
5 years ago |
Michael Stefaniuc
|
33f4548ae6
regsvr32: Use the ARRAY_SIZE() macro.
|
6 years ago |
Alexandre Julliard
|
a31e62a267
regsvr32: Use WINAPIV calling convention for variadic functions.
|
7 years ago |
Nikolay Sivov
|
6de871c01b
regsvr32: Simplify conditional expression (PVS-Studio).
|
9 years ago |
Hugh McMaster
|
e19a8fd706
regsvr32: Return the most recent error code, even if later DLLs succeed.
|
9 years ago |
Hugh McMaster
|
07cc9a34a8
regsvr32: Process the next file in the array if an error occurs.
|
9 years ago |
Hugh McMaster
|
48c7a3f4d7
regsvr32: Call InstallDll before UnregisterDll when using /u /i.
|
9 years ago |
Hugh McMaster
|
80c3fca056
regsvr32: Do not attempt to register '/' or '-'.
|
9 years ago |
Hugh McMaster
|
76162a4ea8
regsvr32: Use correct exit code when DllRegisterServer, DllUnregisterServer and DllInstall fail.
|
9 years ago |
Hugh McMaster
|
99ecebe90d
regsvr32: Use INVALID_ARG define instead of magic 1.
|
9 years ago |
Hugh McMaster
|
4a4baf2566
regsvr32: Use correct exit code when LoadLibraryEx fails.
|
9 years ago |
Hugh McMaster
|
68a5642d5c
regsvr32: Use correct exit code when GetProcAddress fails.
|
9 years ago |
Hugh McMaster
|
b09e98da78
regsvr32: /n and /u /n should be handled as invalid flags.
|
9 years ago |
Hugh McMaster
|
d3b55e99e9
regsvr32: Process flags before files.
|
9 years ago |
Hugh McMaster
|
db4a8bf0ec
regsvr32: Clean up and update comments to reflect changes to the codebase.
|
9 years ago |
Hugh McMaster
|
3f01461ddc
regsvr32: Make Dll* exports WINAPI.
|
9 years ago |
Hugh McMaster
|
485b8dfcf2
regsvr32: Add WriteFile fallback if WriteConsole fails.
|
9 years ago |
Hugh McMaster
|
fdae80d45f
regsvr32: Convert codebase to Unicode.
|
9 years ago |
Hugh McMaster
|
dc1b177a1a
regsvr32: Convert if-else block to switch statement.
|
9 years ago |
Hugh McMaster
|
00c13a20a6
regsvr32: Move /i command line code to a separate function.
|
9 years ago |