Hey Folks, I’m looking at implementing the Nant\Contrib MSI task in our build packaging process. I was going through the online doc/help for MSI to create a simple package and it’s not very clear on the structure implementation. This simple structure gets errors.
<target name="createMSI" depends="init"> <msi> <output= "\\s2deploy\devreleases\${version}.msi" /> <sourcedir ="${build.bin.dir}" /> </msi> </target>
I need some help in getting started. Can anyone point me in the right direction?
Thank you. kkirkpatrick |
- [NAnt-users] NANT MSI Kevin Kirkpatrick
- RE: [NAnt-users] NANT MSI John Cole