Bugs item #1209623, was opened at 2005-05-27 12:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1209623&group_id=54790

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ltd (longdinh)
Assigned to: Nobody/Anonymous (nobody)
Summary: msi Task:Files outside TARGETDIR not cleaned up on uninstall

Initial Comment:
msi Task:
When files are deployed outside the TARGETDIR, they 
are not cleaned up on uninstall. Here is a sample of the 
script...

      <directories>
        <directory name="D__CONFIGFOLDER" 
foldername="EQ.Config" root="WindowsVolume" /> 
        <directory name="D__RELEASEFOLDER" 
foldername="Release" root="TARGETDIR" >
          <directory 
name="D__RELEASEASSEMBLIESFOLDER" 
foldername="Assemblies" />
          <directory name="D__RELEASEGACFOLDER" 
foldername="GAC" />
          <directory name="D__RELEASEWEBFOLDER" 
foldername="Web" />
        </directory>   
      </directories>

Files deployed in D__RELEASEFOLDER are cleaned 
up after uninstall. However files deployed in 
D__CONFIGFOLDER are not.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1209623&group_id=54790


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to