any files/directories that were created by the install should be
removed on uninstall.  This is handled by the installer framework.  To
remove other files, yeah, it seems that the RemoveFile table is your
best bet.  I would suggest creating it as a custom table.  there is a
sample in the Msi FAQ for creating the ServiceInstall table as a
custom table.  Have a look at FAQ 1.17 from
http://nant.sourceforge.net/wiki/index.php/MSITask

Jim


On Fri, 28 Jan 2005 18:18:57 -0600, Murali Maddali
<[EMAIL PROTECTED]> wrote:
> Hello Guys,
> 
> How can I remove or delete the directory during uninstall.
> 
> I believe the RemoveFile table in msi is used for this purpose.
> 
> I am using msi task to build the msi.
> 
> Please advice.
> 
> Thank you.
> 
> Regards,
> Murali k Maddali.
> UAI, Inc.
> Office (256) 705-5191
> "Others see things as they are and wonder why; I see them as they are not
> and say why not?" - Robert Kennedy
> 
> -------------------------------------
> This email and any files transmitted with it are confidential and intended 
> solely for the use of the individual or entity to whom they are addressed. If 
> you have received this email in error please notify the system manager. This 
> message contains confidential information and is intended only for the 
> individual named. If you are not the named addressee you should not 
> disseminate, distribute or copy this e-mail.
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> nant-developers mailing list
> nant-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to