Kevin,

  Search the mailing list a week or so ago.  I posted a sample msm/msi task that works for us.  You do need to understand how msi works at least a little bit though J

 

John

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Kirkpatrick
Sent: Wednesday, March 15, 2006 4:01 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] NANT MSI

 

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

Reply via email to