"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /CC "build.iss""C:\Program Files (x86)\Inno Script Studio\ISStudio.exe" -compile "build.iss"Console output log:
> The system cannot find the path specified.
Process Exit Code: 1
[PreCompile] Processing finished.
Compiler Error!"C:\Program Files (x86)\Inno Script Studio\ISStudio.exe" -compile "c:\absolute_path\build.iss"Console output log:
> The system cannot find the path specified.
Process Exit Code: 1
[PreCompile] Processing finished.
Compiler Error!The following is an example of a [PreCompile] section.
[PreCompile]
Name: "Pre-Compile-Build.bat"; Parameters: ""/Build v1.3.33""; Flags: abortonerror cmdpromptThe following is an example of a [PostCompile] section.
[PostCompile]
Name: "Post-Compile-Build.bat"; Flags: abortonerror cmdprompt redirectoutput
Yes I've notices that the first [PreCompile] is missing 'redirectoutput', but it simply works.
Output is redirected to Compile Window when both batch files execute.
thanks
best regards

--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/f3be683a-2d42-45aa-ad50-c6978c45973d%40googlegroups.com.
[PreCompile]
name: "build\build-all.cmd"; flags: cmdprompt abortonerror redirectoutput runminimized
#include "XXX.iss"
[PostCompile]
name: "build\build-autosign-install.cmd"; flags: cmdprompt abortonerror redirectoutput runminimizedHello.Inno Script Studio is outdated and it looks like it is not anymore in development.If you are using Visual Studio or Delphi/C++ Builder you can try my Visual Studio/RAD Studio extensions that integrate Inno Setup directly into these IDEs (sorry for little self promo :)With it you can set PreCompile / PostCompile actions directly in project - see the picture below (these action are called Launch tool before / after build)