The forum

Problem launching InnoSetup [SOLVED]

Author Replies
luigli Saturday 27 November 2010 at 9:24
luigliAnonymous

I used PlayOnLinux to install InnoSetup (version 5.4.0 - ANSI)
Installation was succesful but shortcut in PlayOnLinux didn't launch InnoSetup.

I edited file [~/.PlayOnLinux/configurations/installed/Inno Setup - Ansi] and saw:

#!/bin/bash
export WINEPREFIX="/home/myusername/.PlayOnLinux/wineprefix/InnoSetup"
export WINEDEBUG="-all"
cd "/home/myusername/.PlayOnLinux/wineprefix/InnoSetup/drive_c/Archivos de programa/
Inno Setup 5"
wine "Compil32.exe"  $@


The line "cd /home/..." was broken so i joined the line "Inno Setup 5" to the preceding line and it worked.

Edited by luigli