https://bugs.winehq.org/show_bug.cgi?id=47500
Bug ID: 47500 Summary: Self extracting stub fails to launch internal msi. Product: Wine Version: 4.12.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: yother.andrew@gmail.com Distribution: ---
Created attachment 64887 --> https://bugs.winehq.org/attachment.cgi?id=64887 Terminal Output
When attempting to install the Windows 7 ISO Download Tool the self extracting stub is failing to open the internal msi for installation. The terminal output is attached.
https://bugs.winehq.org/show_bug.cgi?id=47500
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Keywords| |download, Installer URL| |https://www.microsoft.com/e | |n-us/download/details.aspx? | |id=56485
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- I'm not sure if this is the same bug you're seeing, since the terminal output you provided doesn't contain these lines, but I get this:
who@camazotz:~/Downloads$ wine Windows7-USB-DVD-Download-Tool-Installer-en-US.exe 0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 0009:fixme:advapi:DecryptFileA ("C:\users\who\Temp\IXP000.TMP\", 00000000): stub Can't recognize 'Wudt.msi' as an internal or external command, or batch script.
which is bug 18154.
https://bugs.winehq.org/show_bug.cgi?id=47500
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |cmd Resolution|--- |DUPLICATE Summary|Self extracting stub fails |Windows 7 USB/DVD download |to launch internal msi. |tool installer fails, | |reporting 'Can't recognize | |'Wudt.msi' as an internal | |or external command, or | |batch script' URL|https://www.microsoft.com/e |https://web.archive.org/web |n-us/download/details.aspx? |/20181004075559/https://dow |id=56485 |nload.microsoft.com/downloa | |d/C/4/8/C48F6E20-FE20-41C6- | |8C1C-408FE7B49A3A/Windows7- | |USB-DVD-Download-Tool-Insta | |ller-en-US.exe CC| |focht@gmx.net Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 36646 which is dupe of bug 18154 Please search more carefully next time.
'C:\users\focht\Temp\IXP000.TMP\setup.cmd'
--- snip --- @ECHO OFF Wudt.msi ECHO ON --- snip ---
--- snip --- ... 002b:Call KERNEL32.CreateProcessA(00000000,001651c0 "C:\users\focht\Temp\IXP000.TMP\setup.cmd",00000000,00000000,00000000,00000020,00000000,00000000,0034fbd8,0034f9a0) ret=01005018 ... 002d:Call KERNEL32.MultiByteToWideChar(00000000,00000001,00231508 "C:\windows\system32\cmd.exe /s/c "C:\users\focht\Temp\IXP000.TMP\setup.cmd"",0000004c,00231560,0000004c) ret=7e9094e9 002d:Ret KERNEL32.MultiByteToWideChar() retval=0000004c ret=7e9094e9 ... 002d:trace:reg:RegQueryValueW (0x80000000,L".msi",0x747b20,512) ... 002d:Call advapi32.RegOpenKeyExW(80000000,00747b20 L"Msi.Package",00000000,02000000,00747794) ret=7d64d2f5 ... 002d:Call ntdll.NtOpenKeyEx(00747794,02000000,00747708,00000000) ret=7125be8f 002d:trace:reg:open_key (0x74,L"Msi.Package",2000000,0x747794) 002d:trace:reg:open_key <- 0x8c 002d:Ret ntdll.NtOpenKeyEx() retval=00000000 ret=7125be8f ... 002d:Call advapi32.RegQueryValueW(80000000,00747b20 L"Msi.Package\shell\open\command",00748120,00747790) ret=7d64d3f0 002d:trace:reg:RegQueryValueW (0x80000000,L"Msi.Package\shell\open\command",0x748120,2048) ... 002d:Call ntdll.NtOpenKeyEx(0074770c,02000000,007476a8,00000000) ret=7125be8f 002d:trace:reg:open_key (0x74,L"Msi.Package\shell\open\command",2000000,0x74770c) 002d:trace:reg:open_key <- 0x8c 002d:Ret ntdll.NtOpenKeyEx() retval=00000000 ret=7125be8f ... 002d:trace:reg:RegQueryValueExW (0000008C,(null),00000000,00000000,00748120,00747790=2048) ... 002d:Ret advapi32.RegQueryValueW() retval=00000000 ret=7d64d3f0 002d:Call KERNEL32.SearchPathW(00000000,00747f20 L"C:\users\focht\Temp\IXP000.TMP\Wudt.msi",7d691c50 L".exe",00000400,007469a0,00000000) ret=7d64f058 002d:Ret KERNEL32.SearchPathW() retval=00000027 ret=7d64f058 002d:Ret shell32.FindExecutableW() retval=00000021 ret=0041d146 ... 002d:Call KERNEL32.CreateProcessW(00749a14 L"C:\users\focht\Temp\IXP000.TMP\Wudt.msi",0017af60 L"Wudt.msi",00000000,00000000,00000001,00000000,00000000,00000000,0074957c,007495c0) ret=0041d206 002d:Ret KERNEL32.CreateProcessW() retval=00000000 ret=0041d206 ... 002d:Call KERNEL32.WideCharToMultiByte(000001b5,00000000,00169bf8 L"Can't recognize 'Wudt.msi' as an internal or external command, or batch script.\r\n",00000051,00182f70,0000ffff,0042892f,007494ac) ret=00418ab0 002d:Ret KERNEL32.WideCharToMultiByte() retval=00000051 ret=00418ab0 --- snip ---
$ wine --version wine-4.12.1
Regards
*** This bug has been marked as a duplicate of bug 18154 ***
https://bugs.winehq.org/show_bug.cgi?id=47500
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.