RE: [Nant-users] string literals

2005-02-22 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Smith > Sent: dinsdag 22 februari 2005 20:38 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] string literals > > When I execute the equivale

RE: [Nant-users] string literals

2005-02-22 Thread Van Hal Marisa J
ect: [Nant-users] string literals When I execute the equivalent of the below lines from command line, InstallShield wants quotes around the second part of the parameter. For instance -c "Release 1" is required. How do I force the string literals to do the same thing in the task? Addi

[Nant-users] string literals

2005-02-22 Thread Robert Smith
When I execute the equivalent of the below lines from command line, InstallShield wants quotes around the second part of the parameter. For instance -c "Release 1" is required. How do I force the string literals to do the same thing in the task? Adding the double quotes around the parameter ( )