trying to open an .exe file receiving error "cannot find zipfile directory"

Asked by Brian Grieco

I am trying to register an account that requires me to download a binary file in order to complete registration process. When I attempt to open file I receive the below error message. Please help.

Thanks,

 Archive: /home/brian/Downloads/VZ.FIOSREG_2011_2011_26_11_59_17_7611va3.00000(2).exe
[/home/brian/Downloads/VZ.FIOSREG_2011_2011_26_11_59_17_7611va3.00000(2).exe]
  End-of-central-directory signature not found. Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive. In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
zipinfo: cannot find zipfile directory in one of /home/brian/Downloads/VZ.FIOSREG_2011_2011_26_11_59_17_7611va3.00000(2).exe or
          /home/brian/Downloads/VZ.FIOSREG_2011_2011_26_11_59_17_7611va3.00000(2).exe.zip, and cannot find /home/brian/Downloads/VZ.FIOSREG_2011_2011_26_11_59_17_7611va3.00000(2).exe.ZIP, period.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu file-roller Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

chmod +x /home/brian/Downloads/VZ.FIOSREG_2011_2011_26_11_59_17_7611va3.00000\(2\).exe; wine /home/brian/Downloads/VZ.FIOSREG_2011_2011_26_11_59_17_7611va3.00000\(2\).exe

What is the file for?

Revision history for this message
marcus aurelius (adbiz) said :
#2

i'd be suspect that you're required to download a program to register.
which site are you going to?

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

The message that you see is the typical error message when you try to run a Windows program on Ubuntu.

Windows programs can be run on Ubuntu only with help of the wine package, and even that does not work for all those programs.

If you have the wine package installed you could try to do a rightclick on the file and select 'run with wine'.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

Someone linked this question 147014 to bug 147014 which for sure is completely unrelated to that question.
I therefore remove the link to the bug.

Revision history for this message
Miuranga Salgado (miuranga-salgado) said :
#5

How i get wine package?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

New to Ubuntu some resources:

the Ubuntu Manual, it's very informative: http://ubuntu-manual.org/
Click on the "download Button" to download the latest PDF version.

http://ubuntuguide.org/wiki/Ubuntu:Natty

The Ubuntu 11.04 Unity interface
http://theravingrick.blogspot.com/2011/04/my-effort-at-writing-help-for-unity.html
The Unity interface: http://www.omgubuntu.co.uk/natty/#what

- https://help.ubuntu.com/community/SwitchingToUbuntu/FromWindows
- The Ubuntu pocket guide: http://www.ubuntupocketguide.com/
- The online help https://help.ubuntu.com/10.10/index.html

Ubuntu web sites:
http://yaserxp.wordpress.com/2008/05/29/discover-the-best-ubuntu-resources-on-the-web/

Ubuntu online magazine: Full Circle Magazine - Ubuntu's 'unofficial' magazine.
http://fullcirclemagazine.org

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Use software centre.

Can you help with this problem?

Provide an answer of your own, or ask Brian Grieco for more information if necessary.

To post a message you must log in.