https://bugs.winehq.org/show_bug.cgi?id=48000
Bug ID: 48000 Summary: CDBurnerXP 4.1.x - 4.4.x installer calls 'reg.exe' with unhandled 'copy' command Product: Wine Version: 4.18 Hardware: x86-64 OS: Linux Status: NEW Severity: minor Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
to separate individual commands/functionality from garbage (meta) bug report 19533
* bug 35829 ("PowerDVD 10 trial installer calls 'reg.exe' with unhandled 'load' and 'unload' commands")
--- snip --- $ WINEDEBUG=+seh,+relay,+process wine ./cdbxp_setup_4.3.9.2809.exe >>log.txt 2>&1 ... 0054:trace:process:CreateProcessInternalW starting L"C:\users\focht\Temp\is-KGRRG.tmp\cdbxp_setup_4.3.9.2809.tmp" as Win32 binary (400000-598000, x86) ... 0056:Call KERNEL32.__wine_kernel_init() ret=7bc8054e ... 0056:Call KERNEL32.CreateProcessW(00000000,0293bdec L""Reg.exe" Copy HKCU\SOFTWARE\CDBurnerXP "HKCU\SOFTWARE\Canneverbe Limited\CDBurnerXP" /s /f",00000000,00000000,00000000,04000000,00000000,00000000,0032f0dc,0032f0cc) ret=004ac885 ... 0056:trace:process:CreateProcessInternalW starting L"C:\windows\system32\Reg.exe" as Win32 binary (400000-44f000, x86) ... 0066:Call KERNEL32.__wine_kernel_init() ret=7bc8054e ... reg: Invalid option [Copy]. Type "REG /?" for help. ... 0066:Call msvcrt.exit(00000001) ret=004014e5 --- snip ---
Failure seems non-critical though.
$ sha1sum cdbxp_setup_4.3.9.2809.exe d61164551bc88814d62fe132fca26015d9758d38 cdbxp_setup_4.3.9.2809.exe
$ du -sh cdbxp_setup_4.3.9.2809.exe 5.0M cdbxp_setup_4.3.9.2809.exe
$ wine --version wine-4.18-145-g237d563627
Regards