https://bugs.winehq.org/show_bug.cgi?id=35829
Bug ID: 35829 Summary: PowerDVD 10 trial installer calls 'reg.exe' with unhandled 'load' and 'unload' commands Product: Wine Version: 1.7.14 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
as the summary says...
Prerequisite: 'winetricks -q mfc42'
Nothing serious, it's just some scary looking console output. Just 'knowing' the options and adding some FIXME should be ok for now.
Found with PowerDVD 10 trial installer.
--- snip --- ... 0025:trace:process:create_process_impl app (null) cmdline L"C:\windows\system32\reg.exe load HKEY_USERS\PDVD10DVD "C:\Documents and Settings\Default User\NTUSER.DAT"" ...
Error: Invalid command line parameters
0025:trace:process:create_process_impl app (null) cmdline L"C:\windows\system32\reg.exe unload HKEY_USERS\PDVD10DVD" ...
Error: Invalid command line parameters --- snip ---
MSDN:
http://technet.microsoft.com/en-us/library/cc742053.aspx (reg load)
http://technet.microsoft.com/en-us/library/cc742043.aspx (reg unload)
$ sha1sum CyberLink.2113(Trial)_DVD100611-20.exe 1bfb0579b4f6aa52b0a4a0dd66642327714944f1 CyberLink.2113(Trial)_DVD100611-20.exe
$ du -sh CyberLink.2113(Trial)_DVD100611-20.exe 119M CyberLink.2113(Trial)_DVD100611-20.exe
$ wine --version wine-1.7.14-207-g8199430
Regards