Setup XLite Central Management Software by Ever Focus

Questions about Wine on Linux
Locked
uti
Newbie
Newbie
Posts: 1
Joined: Sat Feb 22, 2020 1:18 am

Setup XLite Central Management Software by Ever Focus

Post by uti »

Hi to every one!!!

I am trying to monitor my business cameras with the following program.
https://www.everfocus.com/product/xlitewindows/

I used to setup the widows version with the Playonlinux.
I ask the forum of PlayONLinux with out any answer then I fount that there is an bad EXE as you can see on attached photos.
xlite1.jpg
So after long searching I found something with NODEJS ... which I installed from the repositories.
The problem still exist so pls tell me what to do to make it work.

My system info
Host: uti Kernel: 5.3.0-40-generic i686 bits: 32 compiler: gcc v: 7.4.0
Desktop: Cinnamon 4.4.8 wm: muffin dm: LightDM Distro: Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic
Machine: Type: Desktop Mobo: Gigabyte model: GA-73PVM-S2H
CPU: Topology: Quad Core model: Intel Core2 Quad Q9650 bits: 64 t
Graphics: Device-1: NVIDIA C73 [GeForce 7100 / nForce 630i] vendor: Gigabyte driver: N/A
Attachments
xlite2.jpg
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Setup XLite Central Management Software by Ever Focus

Post by jkfloris »

Often a picture says more than a thousand words. But if there's only text on the picture, it's easier to cut and paste the whole text.

You can run this program in a 32-bit Wineprefix set to Windows XP.

Code: Select all

# Create a 32-bit prefix in ~/XLite set to Windows XP
WINEPREFIX=~/XLite WINEARCH=win32 winecfg #<-- Set "Windows Version to Windows XP"

# Install XLite
cd /to/the/XLite/setup/directory/ #<-- Replace this with the directory where XLite_1.4.1.exe is.
WINEPREFIX=~/XLite wine XLite_1.4.1.exe

# Run XLite
cd ~/XLite/drive_c/XLite
WINEPREFIX=~/XLite wine Launcher.exe
Locked