WINE and install.exe?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
commandrix

WINE and install.exe?

Post by commandrix »

Okay, I'm still kinda trying to get WINE to cooperate. The application I'm trying to install is called WhiteHatBox (which right now I think is a piece of donkey's tail for not making this easy and having a Linux version) and WINE is telling me that it can't find install.exe. I can confirm that it's not in the specified folder (system32) and I've heard of PCs locking up because people downloaded a file called install.exe from La-La Land. Can somebody help me find a legit version of install.exe or does someone have an alternative method for getting WhiteHatBox to actually work?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: WINE and install.exe?

Post by jimallyn »

Although I am not currentlly using wine, I have in the past, and I don't recall ever having to use anything called install.exe. Nor do I recall any mention of it on any Linux forums. What makes you think you need it?
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
commandrix

Re: WINE and install.exe?

Post by commandrix »

It's this error message I get when I try to install WhiteHatBox. I'm using Terminal because I figured I'd get farther, but it doesn't seem to be working.

Code: Select all

wine: cannot find L"C:\\windows\\system32\\install.exe"
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: WINE and install.exe?

Post by Flemur »

...I don't recall ever having to use anything called install.exe.

It's a common name for an installer, like "setup.exe".

It's this error message I get when I try to install WhiteHatBox.

Exactly what are you doing when you install WhiteHatBox?

Does the installer - whatever it is - first extract files, like "install.exe", and then try to run them? If so, it might be putting them in a /tmp area, then looking for them in the wrong place.

Edit: when it says it can't find install.exe, try this in another terminal:
$ cd ~/.wine
$ find -iname "*install.exe*"
see if there's one in a (windows) temp directory.

Also look in /tmp on the linux system:
$ cd /tmp
$ find -iname "*install.exe*"
Last edited by Flemur on Tue Apr 21, 2015 10:42 pm, edited 1 time in total.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: WINE and install.exe?

Post by jimallyn »

Pretty sure Flemur meant 'find' not 'fine'.
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: WINE and install.exe?

Post by Flemur »

Pretty sure Flemur meant 'find' not 'fine'.

Fixed, thanks.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
commandrix

Re: WINE and install.exe?

Post by commandrix »

Hm. It's not finding install.exe at all.
Locked

Return to “Software & Applications”