Well that's a different question altogether.  The following will create an empty directory.

      <Directory Id="tempdir" Name="Temp">
        <Component Id="tempcomp" Guid="your_guid" DiskId="1">
          <CreateFolder Directory="tempdir" />
        </Component>
      </Directory>

Dana

On 9/12/06, Petrut Andrei <[EMAIL PROTECTED]> wrote:
Hi, Dana. The point is that I want that directory
empty when I install the files. But I can't create an
empty directory without putting some file in it. I
have
a component and inside it this file. Do you know how
to create an empty directory?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to