Hi Arif,

Not sure about mobile applications, but I just started testing
WiX version 3, which runs through MSBuild fired from our NAnt
scripts triggered from a CruiseControl.NET build. For example:

<exec program="${msbuild.exe}" workingdir="${sln.dir}">
     <arg value="${sln}.sln" />
     <arg value="/target:${msbuild.target}" />
     <arg value="/property:Configuration=${configuration}" />
     <arg value="/logger:${logger}" />
     <arg value="/nologo" />
</exec>

Of course you have to fill those properties with your own data,
and I've only just started on WiX, but it seems to work well.

More info on WiX at http://wix.sourceforge.net/

peace
si

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to