https://bugs.winehq.org/show_bug.cgi?id=37229
Bug ID: 37229 Summary: Webex installer won't install Product: Wine Version: 1.6.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ToddAndMargo@zoho.com
$ rpm -qa wine wine-1.6.1-1.el6.i686
Hi All,
When trying to install the Webex wrf player, the command line fills with "err" and "fixme".
https://welcome.webex.com/client/wbxclient/atrecply.msi
Would yo please fix this?
Many thanks, -T
https://bugs.winehq.org/show_bug.cgi?id=37229
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |https://welcome.webex.com/c | |lient/wbxclient/atrecply.ms | |i CC| |focht@gmx.net Summary|Webex installer won't |Webex Record Playback |install |installer fails
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
installs fine here.
Please provide exact command line you used to install this thing. Also make sure you use a clean (new!) WINEPREFIX.
$ sha1sum atrecply.msi 9b809d39ebd26649c4ac7cb1ee738b4df1ebeb48 atrecply.msi
$ du -sh atrecply.msi 4.3M atrecply.msi
$ wine --version wine-1.7.25-111-gbefe0f7
Regards
https://bugs.winehq.org/show_bug.cgi?id=37229
--- Comment #2 from Todd Chester ToddAndMargo@zoho.com --- Switching to a fresh environment got rid of all the start up errors, but one.
$ sha1sum atrecply.msi 9b809d39ebd26649c4ac7cb1ee738b4df1ebeb48 atrecply.msi
$ env WINEPREFIX="/home/todd/.wine.webex" wine atrecply.msi wine: Bad EXE format for Z:\home\temp\atrecply.msi.
https://bugs.winehq.org/show_bug.cgi?id=37229
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Todd,
--- quote --- $ env WINEPREFIX="/home/todd/.wine.webex" wine atrecply.msi wine: Bad EXE format for Z:\home\temp\atrecply.msi. --- quote ---
this is not the correct way to install MSI packages.
Please make yourself familiar how to install software with Wine.
Examples:
--- snip --- $ env WINEPREFIX="/home/todd/.wine.webex" wine msiexec -i atrecply.msi --- snip ---
--- snip --- $ env WINEPREFIX="/home/todd/.wine.webex" wine start atrecply.msi --- snip ---
If you need further help, please visit WineHQ forums (https://forum.winehq.org/). Bugzilla is not meant for end-user support.
Regards
https://bugs.winehq.org/show_bug.cgi?id=37229
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.