Bugs item #1996737, was opened at 2008-06-18 01:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1996737&group_id=54790

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Guru Chandrappa (livnow)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'cabarc' failed to start for MSI task

Initial Comment:
Applied the patch for MSI/MSM task ([ 1153718 ] MSI/MSM task have problems with 
files with spaces).
created binary files for NantContrib and copied them to the bin directory of 
Nant folder. 

When I tried to build my project with a simple build file below


<?xml version="1.0" encoding="utf-8" ?> 
  <project name="NantTest" basedir=".">
   
<msi output="GuruTest.msi" sourcedir="bin" failonerror="true" verbose = "true"  
/>
    
  </project>



I keep getting the following error



      [msi] Building Installer Database 'GuruTest.msi'.
      [msi] Compressing Files...
                 [exec] Starting 'cabarc (-r N 
C:\HOMEWARE\NantTest\bin\GuruTest.cab *)' in 'C:\TEMP\tmp849.tmp'

BUILD FAILED

C:\HOMEWARE\NantTest\default.build(4,2):
Unable to build Installer database 'GuruTest.msi'.
    C:\HOMEWARE\NantTest\default.build(4,2):
    Error creating cab file.
        'cabarc' failed to start.
            The system cannot find the file specified

Total time: 0.7 seconds.


Thanks in adavance for any help/Guidance.

-Guru



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1996737&group_id=54790

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to