View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001863 | Inno Script Studio | Feature | public | 2015-05-04 15:43 | 2015-05-06 15:55 |
Reporter | nmgeek | Assigned To | timchilvers | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Platform | Windows 7 64 bit | OS | OS Version | ||
Product Version | 2.2.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0001863: I/O Error 6 when running from Bash command line | ||||
Description | If you run is isstudio.exe directly from Bash or even if you start cmd.exe from Bash then run is studio.exe from cmd.exe it fails with an error popup. For example, run this command: "\Program Files (x86)\Inno Script Studio\isstudio.exe" -compile myscript.iss I know you can run Inno Setup from Bash as I have included it in makefiles which build cross platform applications. This is an important feature if users are going to take .iss files with pre or post compile steps and include them in cross platform build scripts. | ||||
Steps To Reproduce | Run Git Bash. From the Bash window run: "\Program Files (x86)\Inno Script Studio\isstudio.exe" -compile myscript.iss or /c/system/windows32/cmd.exe /c "\Program Files (x86)\Inno Script Studio\isstudio.exe" -compile myscript.iss (You might have to mess with quotes and escapes to run the command properly.) | ||||
Additional Information | I posted this on stack overflow and another user suggested: The problem is related to how the Inno Script Studio outputs to the console. I've tried to run it from the Git Bash and got the (Delphi's exception) I/O error 105 which occurs when you attempt to write to the stdout without an attached console. The Inno Script Studio is a GUI application and as such must attach to the console manually. And that fails for some reason in the Git Bash console. Hopefully you can decouple the command line version of isstudio from win32 GUI dependencies as was done for Inno Setup. | ||||
Tags | No tags attached. | ||||
|
The next major version of Inno Script Studio, will have a separate command line compiler. I will add testing of compiling scripts against the Git Bash |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-05-04 15:43 | nmgeek | New Issue | |
2015-05-06 15:55 | timchilvers | Note Added: 0001148 | |
2015-05-06 15:55 | timchilvers | Assigned To | => timchilvers |
2015-05-06 15:55 | timchilvers | Status | new => acknowledged |