Method 1
- Download .exe file from here
2. Install wine
- Ubuntu (18+)
sudo apt install -y wine
3. Run MicroSIP as usual
wine ./MicroSIP-3.20.7.exe
Method 2 (recommended) (Linux & MacOS)
- Install Docker
2. Install the wine image
wget https://raw.githubusercontent.com/scottyhardy/docker-wine/master/docker-wine
chmod +x docker-wine
More info: https://github.com/scottyhardy/docker-wine
3. Run wine inside docker
./docker-wine \
--as-me \
--force-owner \
--volume=/home/your_path_to_exe_file:/data# Inside docker run this
cd /data
wine your_file.exe