A download error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
AnimeCr8z
Newbie
Newbie
Posts: 3
Joined: Sat Sep 26, 2020 2:47 pm

A download error

Post by AnimeCr8z »

wine start epicinstaller 10.18.8.msi
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.

This erroe keeps appearing and I don't know what I can do about it. What should I do?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: A download error

Post by jkfloris »

Is there a space between epicinstaller and 10.18.8.msi?
Then you have to use quotation marks or a backslash:

Code: Select all

wine start "epicinstaller 10.18.8.msi"
# or
wine start epicinstaller\ 10.18.8.msi
You can also try:

Code: Select all

wine msiexec /i "epicinstaller 10.18.8.msi"
AnimeCr8z
Newbie
Newbie
Posts: 3
Joined: Sat Sep 26, 2020 2:47 pm

Re: A download error

Post by AnimeCr8z »

Thank you for replying! Yes, there was a space between epicinstaller and 10.18.8.msi. I've tried these commands but it just says this:
:~$ wine start epicinstaller\ 10.18.8.msi
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.
AnimeCr8z
Newbie
Newbie
Posts: 3
Joined: Sat Sep 26, 2020 2:47 pm

Re: A download error

Post by AnimeCr8z »

Nevermind I resettedmy chromebook and it worked thank you so much!! You just made my evening! Thank you so very much!
Locked