Menu

#7 Launching iscc from NAnt or MSBuild causes errors with ISPP

open-wont-fix
nobody
8
2009-09-03
2006-04-29
T.G.
No

I've noticed that ISPP doesn't seem to behave
properly when launched from
either NAnt or MSBuild. For example, checkout the
following simple Inno
Setup script:

#define MyVar "A Series of Characters"
#pragma error "Variable value is: " + MyVar

[Setup]
AppName=Test
AppVerName=1.0
DefaultDirName=Test

When compiled from the command line (or the Inno
Setup IDE), this script
works just fine and the output will look something as
expected:

...[ISPP] Variable value is: A Series of Characters.

When launched from NAnt or MSBuild (.NET runtime
environment), the variable
values are truncated, as in:

...[ISPP] Variable value is: A Series of Chara

I've attached the small files I'm using for testing.
The Inno Setup and
ISPP version information is:
Compiler engine version: Inno Setup 5.1.6 (ISPP
5.1.2.0)

Discussion

  • T.G.

    T.G. - 2006-04-29

    Source Inno Setup, MSBuild, and NAnt files (all small)

     
  • T.G.

    T.G. - 2006-04-29
    • priority: 5 --> 8
     
  • Alex Yackimoff

    Alex Yackimoff - 2006-05-02

    Logged In: YES
    user_id=631220

    Unfortunately, I do not have neither NAnt nor MSBuild, so
    having no idea what can cause this. Need more comments
    (from others) and information.

     
  • Alex Yackimoff

    Alex Yackimoff - 2006-05-02
    • labels: --> Command line utility
    • status: open --> open-later
     
  • Alex Yackimoff

    Alex Yackimoff - 2009-09-03
    • status: open-later --> open-wont-fix
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.