Build Cab file problem
Hi all,
I have a problem about how to build cab file.
Originally I use exec to do this,
<exec program="${path.basedir}\cabwiz.exe">
<arg value="${path.slndir}\Release\${release.inf}"/>
<arg value="/nouninstall"/>
<arg value="/compress"/>
</exec>
And it works well.
But recently I add many registry key items in the inf file, then this method can't work anymore.
The failed log is below:
[exec] Windows CE CAB Wizard
[exec] Error: File c:\docume~1\timoth~1\locals~1\temp\wiz2e6.inf contains DirIDs, which are not supported
BUILD FAILED
H:\Workspace\\NANT_BuildFile\sky.build(140,4):
External Program Failed: H:\Workspace\\cabwiz.exe (return code was 1)
Does anyone know why this happens?
Or can anyone provide another method to make cab file in Nant?
Thanks.
Timothy
|