http://bugs.winehq.org/show_bug.cgi?id=35282
Bug ID: 35282 Summary: Multiple applications/installers need 'reg.exe' 'import' operation implementation (Muvee Reveal 8.0.x) Product: Wine Version: 1.7.9 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Classification: Unclassified
Hello folks,
example: 'Muvee Reveal 8.0.1.1421' installer.
Relevant part of trace log:
--- snip --- 0047:Call KERNEL32.CreateProcessW(00000000,00b7a4c0 L"C:\windows\system32\reg.exe import C:\users\focht\Temp\muveeInstall\SF_NTI_MC_MPEGEnc_001fffff.reg",00000000,00000000,00000000,00000000,00000000,004d6a00 L"C:\windows\system32\",0033f6bc,0033f6ac) ret=7ece5e8a ... 0040:Call KERNEL32.__wine_kernel_init() ret=7bc5a056 0047:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7ece5e8a ... Error: Invalid command line parameters ... 0040:Call KERNEL32.ExitProcess(00000001) ret=7edf5e5e --- snip ---
$ sha1sum muveeReveal_8.0.1.14210_2299.exe 93db0d86103c8ed4e3c3ecff367468f2b120e8dc muveeReveal_8.0.1.14210_2299.exe
$ du -sh muveeReveal_8.0.1.14210_2299.exe 101M muveeReveal_8.0.1.14210_2299.exe
$ wine --version wine-1.7.9-286-g8f53710
Regards