You'll need to download the InstallShield StandAlone builder. You also
need to copy the merge modules to the build machine. Then you can set up
an <exec> task like the following.

<exec program="C:/Program Files/Macrovision/IS 11.5
StandaloneBuild/issabld">
  <arg value="-p &quot;../../_ServerSetup/Installers/Stockamp
Application Server Setup/Stockamp Application Server Setup.ism&quot;" />
  <arg value="-o &quot;C:/Program Files/Common Files/Merge
Modules&quot;" />
</exec>  

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Feldman
Sent: Wednesday, November 29, 2006 9:16 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Query regarding nant contrib and
Installshield.

santosh wrote:
>
> I have a query since I have created a MSI file with nantContrib and 
> need to do some modification through install shield like adding Com+ 
> Component, Creating Database and after doing modification I want 
> rebuild that MSI through install shield.
>
>  
>
> I am unable to find any solution for this. Can any one who have faced 
> this or who has trying and got some solution.
>

InstallShield includes a tool for building from the command line.  You
can just execute this from NAnt with the <exec> task.  Look in the
InstallShield help for details.

Gary


------------------------------------------------------------------------
-
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=DEVDE
V
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


*******************************************************************
Note: The information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of
this message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited.
If you have received this communication in error, please notify us
immediately by replying to the message and deleting it from your
computer.
Thank you.
Stockamp & Associates, Inc.
*******************************************************************


-------------------------------------------------------------------------
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