Ok thanks, it's ok !

-----Message d'origine-----
De : Matt O'Connell [mailto:techsupport...@gmail.com] 
Envoyé : jeudi 9 octobre 2014 12:26
À : General discussion about the WiX toolset.
Objet : Re: [WiX-users] How to hide a file in WXS configuration file ?

http://wixtoolset.org/documentation/manual/v3/xsd/wix/file.html
(use Hidden attribute)

On 09/10/2014 07:55, Fabrice MAUPIN wrote:
> Hello everybody,
>
>   
>
> This is an extract of my WXS configuration file :
>
>   
>
>       <DirectoryRef Id="APPLICATIONFOLDER">
>
>               <Component Id="MyFileId" Guid="." Win64="yes">
>
>                   <File Id="MyFileId" Name="_dt.xsl"
> Source="app\resources\_dt.xsl" KeyPath="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>
>
>   
>
> I would like to hide the  "_dt.xsl" file which was copied : is it possible ?
>
>   
>
> If yes, how ?
>
>   
>
> 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


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


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