wine-wine/programs
Vincent Povirk b9ded7e871 regsvr32: Re-exec as 32-bit or 64-bit if necessary.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47075
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e90cca8e7a)
Conflicts:
        programs/regsvr32/regsvr32.c
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-03-29 16:12:58 +02:00
..
arp makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
aspnet_regiis makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
attrib attrib: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:34 +02:00
cabarc cabarc: Use BOOL type where appropriate. 2014-02-20 11:18:41 +01:00
cacls makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
clock clock: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:37 +02:00
cmd cmd.exe: Command type with multiple files should print filenames to stderr. 2020-01-19 22:08:29 +01:00
conhost makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
control control: Remove unused string (Clang). 2014-11-25 19:49:39 +01:00
cscript wscript: Added IHost::Echo implementation. 2015-02-02 22:26:31 +09:00
dism dism: Add stub program. 2018-06-05 09:25:55 +02:00
dpnsvr dpnsvr.exe: New stub program. 2014-02-18 14:13:37 +01:00
dxdiag dxdiag: Use the ARRAY_SIZE() macro. 2018-08-21 23:21:52 +02:00
eject makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
expand makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
explorer explorer: Don't change Z-order of the taskbar when displaying it. 2019-01-09 10:18:25 -06:00
extrac32 extrac32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:03 +02:00
fc fc: Add stub program. 2018-06-01 19:54:08 +02:00
find find: Add stub program. 2018-06-01 19:54:33 +02:00
findstr makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
fsutil fsutil: Add stub program. 2016-04-27 19:43:21 +09:00
hh hh: Add an icon. 2015-03-19 13:57:55 +09:00
hostname hostname: Use GetComputerNameW to get hostname. 2018-10-05 13:44:31 -05:00
icacls icacls: New stub program. 2016-02-08 20:14:31 +09:00
icinfo icinfo: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:45 +02:00
iexplore iexplore/iexplore.inf: Add svcVersion reg key and update to win7. 2018-04-09 09:55:55 +02:00
ipconfig ipconfig: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:56 +02:00
lodctr makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
mofcomp makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
mshta makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
msiexec makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
msinfo32 msinfo32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:00 +02:00
net net: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:48 +02:00
netsh makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
netstat netstat: Use the ARRAY_SIZE() macro. 2018-08-15 21:01:09 +02:00
ngen makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
notepad makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
oleview oleview: Add missing break (coverity). 2018-09-17 18:34:19 +02:00
ping ping: Distinguish between timeouts and other failures. 2018-04-04 22:04:26 +02:00
plugplay makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
powershell powershell: Add a stub program. 2017-07-13 13:05:19 +02:00
presentationfontcache makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
progman progman: Fix warning in PUT_SHORT macro (clang). 2018-04-04 22:04:27 +02:00
reg include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
regasm makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
regedit regedit: Grow the buffer when modifying a DWORD value. 2019-06-20 21:13:56 +02:00
regsvcs makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
regsvr32 regsvr32: Re-exec as 32-bit or 64-bit if necessary. 2020-03-29 16:12:58 +02:00
rpcss rpcss: Make rpcss a proper service. 2016-08-31 22:22:59 +09:00
rundll.exe16 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
rundll32 rundll32: Use BOOL type where appropriate. 2014-02-06 17:08:12 +01:00
sc sc: Fix service handle leak on error path (Coverity). 2015-11-25 01:28:31 +09:00
schtasks schtasks: Ignore /tr and /ru options. 2018-01-23 18:29:12 +01:00
sdbinst sdbinst: New stub program. 2014-04-16 14:38:08 +02:00
secedit makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
servicemodelreg makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
services services: Don't double release process in service_start. 2019-11-14 23:44:57 +01:00
shutdown shutdown: Add stub implementation. 2016-03-02 23:32:46 +09:00
spoolsv makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
start start: Try cycling through extensions if original path failed to execute. 2018-10-24 17:12:44 +02:00
subst subst: Add stub program. 2016-10-05 17:29:22 +02:00
svchost svchost: Add LOAD_WITH_ALTERED_SEARCH_PATH flag when loading the dll. 2014-09-17 17:58:31 +02:00
systeminfo systeminfo: Add stub program. 2014-10-09 17:36:22 +02:00
taskkill taskkill: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:51 +02:00
tasklist makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
taskmgr taskmgr: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:09 +02:00
termsv makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
uninstaller uninstaller: Re-exec as 64-bit in wow64. 2019-08-14 22:34:24 +02:00
unlodctr makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
view view: Use the ARRAY_SIZE() macro. 2018-07-09 22:21:24 +02:00
wevtutil programs: Added stub wevtutil tool. 2014-02-26 09:14:00 -06:00
wineboot makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
winebrowser winebrowser: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:03 +02:00
winecfg makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
wineconsole makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
winedbg winedbg: Fix incorrect pointer casts. 2018-12-14 18:24:46 +01:00
winedevice winedevice: Reimplement (un)loading drivers on top of ZwLoadDriver()/ZwUnloadDriver(). 2018-08-29 22:01:38 +02:00
winefile makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
winemenubuilder winemenubuilder: Fix encoder method argument. 2018-11-09 21:08:07 +01:00
winemine makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
winemsibuilder makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
winepath makefiles: Support specifying installed files in the top-level makefile. 2018-11-27 14:48:04 +01:00
winetest winetest: Tweak the wording of an error message. 2018-12-11 15:54:06 +01:00
winevdm winevdm: Require DOSBox for running DOS executables. 2018-01-31 17:14:13 +01:00
winhelp.exe16 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
winhlp32 winhlp32: Avoid an ARRAY_SIZE-like macro. 2018-08-14 10:16:03 +02:00
winmgmt programs: Add a stub winmgmt service. 2018-05-03 14:08:30 +02:00
winoldap.mod16 winoldapp: Grab the Win16 lock again before exiting. 2015-11-30 23:16:53 +09:00
winver makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
wmic wmic: Pad output with spaces. 2018-10-08 20:26:35 +02:00
wmplayer wmplayer: Add stub program. 2015-11-10 18:39:49 +09:00
wordpad wordpad: Use the ARRAY_SIZE() macro. 2018-08-14 09:44:12 +02:00
write write: Always append a backslash to the system directory. 2014-10-28 15:47:42 +09:00
wscript wscript: Use the ARRAY_SIZE() macro. 2018-07-13 19:10:01 +02:00
wusa makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
xcopy xcopy: Spelling fix in a comment. 2018-08-23 20:01:56 +02:00