http://bugs.winehq.org/show_bug.cgi?id=34920
Bug #: 34920 Summary: Bad EXE format for vba71.msi. Product: Wine Version: 1.6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: micet2004-winehq@yahoo.de Classification: Unclassified
Wine could not start .msi files.
http://bugs.winehq.org/show_bug.cgi?id=34920
--- Comment #1 from orleans micet2004-winehq@yahoo.de 2013-11-15 08:05:34 CST --- Created attachment 46533 --> http://bugs.winehq.org/attachment.cgi?id=46533 Visual Basic for Applications 7.1 log
http://bugs.winehq.org/show_bug.cgi?id=34920
--- Comment #2 from orleans micet2004-winehq@yahoo.de 2013-11-15 08:07:13 CST --- Same behaviour for Bonjour64.msi
http://bugs.winehq.org/show_bug.cgi?id=34920
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #46533|vba71.log |vba71.txt filename| | Attachment #46533|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=34920
--- Comment #3 from orleans micet2004-winehq@yahoo.de 2013-11-15 08:31:48 CST --- VBA71 http://rapidshare.com/share/587C51197E79BF28526FCA4867C74B16 Bonjour64.msi http://rapidshare.com/share/21DFE3647CD2B798ECBCF776C11701C4
http://bugs.winehq.org/show_bug.cgi?id=34920
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |INVALID
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-11-15 11:13:08 CST --- Hello,
--- quote --- wine /home/vm/.wine/dosdevices/d:/32bit/Microsoft_VBA/vba71.msi wine: Bad EXE format for D:\32bit\Microsoft_VBA\vba71.msi. --- quote ---
to install .msi either use:
--- snip --- $ wine msiexec -i vba71.msi --- snip ---
or
--- snip --- $ wine start vba71.msi --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=34920
--- Comment #5 from orleans micet2004-winehq@yahoo.de 2013-11-18 04:08:08 CST --- Hello Anastasius Focht
If I try it with your solution I get following:
wine msiexec -i /home/vm/.wine/dosdevices/d:/32bit/Microsoft_VBA/vba71.msi fixme:storage:create_storagefile Storage share mode not implemented.
or
wine start "test" /home/vm/.wine/dosdevices/d:/32bit/Microsoft_VBA/vba71.msi fixme:exec:SHELL_execute flags ignored: 0x00000100 Es konnte keine Anwendung gestartet werden, oder es ist keine Anwendung mit der angegebenen Datei verknüpft. ShellExecuteEx fehlgeschlagen: Datei nicht gefunden.
(English: It could be started not apply, or it is no application associated with the file. ShellExecuteEx failed: File not found.)
http://bugs.winehq.org/show_bug.cgi?id=34920
--- Comment #6 from Anastasius Focht focht@gmx.net 2013-11-18 14:26:41 CST --- Hello,
--- quote --- If I try it with your solution I get following:
wine msiexec -i /home/vm/.wine/dosdevices/d:/32bit/Microsoft_VBA/vba71.msi fixme:storage:create_storagefile Storage share mode not implemented --- quote ---
So what's your problem here? Not all installers show user interface during the installation. The package installs just fine:
--- snip --- $ diff -qr .wine wineprefix-clean Only in .wine/dosdevices/c:/Program Files/Common Files: Microsoft Shared Only in .wine/dosdevices/c:/windows/Installer: 8cb6.msi Only in .wine/dosdevices/c:/windows/system32: FM20.DLL Only in .wine/drive_c/Program Files/Common Files: Microsoft Shared Only in .wine/drive_c/windows/Installer: 8cb6.msi Only in .wine/drive_c/windows/system32: FM20.DLL Files .wine/system.reg and wineprefix-clean/system.reg differ Files .wine/user.reg and wineprefix-clean/user.reg differ --- snip ---
Also the second one ...
--- quote --- wine start "test" /home/vm/.wine/dosdevices/d:/32bit/Microsoft_VBA/vba71.msi fixme:exec:SHELL_execute flags ignored: 0x00000100 Es konnte keine Anwendung gestartet werden, oder es ist keine Anwendung mit der angegebenen Datei verknüpft. ShellExecuteEx fehlgeschlagen: Datei nicht gefunden. --- quote ---
You obviously ignored my example. Leave out the optional title argument (which is bug 10913 btw.)
Regards
http://bugs.winehq.org/show_bug.cgi?id=34920
--- Comment #7 from orleans micet2004-winehq@yahoo.de 2013-11-19 04:29:49 CST --- (In reply to comment #6)
So what's your problem here? Not all installers show user interface during the installation. The package installs just fine:
Thx I did not get this.
You obviously ignored my example. Leave out the optional title argument (which is bug 10913 btw.)
I could not leave out the title argument. If I do that i get only the help from the start command.
Thanks for your help Orleans
http://bugs.winehq.org/show_bug.cgi?id=34920
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com 2013-11-26 14:56:29 CST --- Closing.