Re: [WiX-users] Hidden files and folders

2009-10-13 Thread Blair
No such support natively exists in Windows Installer. You would need a custom action. -Original Message- From: Steve Lessard [mailto:sless...@microsoft.com] Sent: Tuesday, October 13, 2009 1:44 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Hidden files

[WiX-users] Hidden files and folders

2009-10-13 Thread Steve Lessard
I know how to install a file as a hidden file using the Hidden attribute as shown below. What I would like to know id how do I create a directory that is itself a hidden directory? Thanks -SteveL HOWTO install a file as a hidden file: -