Hello everybody,

 

I would like remove a particular folder after the installation of my
application (especially after the copy of the file).

 

This is the extract of my WXS file :

 

   <DirectoryRef Id="APPLICATIONFOLDER">    

       <Component Id="MyFileId" Guid="." Win64="yes">

             <File Id="MyFileId" Name="_dt.xsl"
Source="app\resources\_dt.xsl" KeyPath="yes" Hidden="yes" />

       </Component>

       <Component Id="MyFileCopyId" Guid="." Win64="yes">

             <CopyFile Id="MyFileCopyId" FileId="MyFileId"
DestinationDirectory="APPLICATIONFOLDER" /> 

       </Component>

   </DirectoryRef>        

            

   <Feature Id="MyFeature">

       <ComponentRef Id="MyFileId" />

       <ComponentRef Id="MyFileCopyId" />

   </Feature>

                   

The folder is app/resources (in the application folder).

 

Any ideas ?

 

Thanks you.

 

Fabrice

 

 

 



---
Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce 
que la protection avast! Antivirus est active.
http://www.avast.com
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to