installer name

subrat agasti <[email protected]>
Newsgroups gmane.comp.windows.dotnet.nant.user
Message-ID <[email protected]>
Is it possible to have  a space in an installer name? like 'Nant Test'. well
i am getting an error when i have a space in the name. What do i have to do
to resolve it? I have tried using quotes, but it is not working.

<target name="build-installer">
  <setenv name="pleats.dir" value="${release.dir}"/>
  <delete>
   <fileset>
    <include name="${wix.dir}/*.wixobj"/>
  </fileset>
  </delete>
  <exec program="${wix.dir}\candle.exe" workingdir=".\wix"
commandline="SampleFirst.wxs " />
  <exec program="${wix.dir}\light.exe" workingdir=".\wix" commandline="-ext
WixUIExtension -cultures:en-us SampleFirst.wixobj -out ${release.dir}\*Nant
Test.msi*"/>
 </target>

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

_______________________________________________
NAnt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.