Re: [WiX-users] usage of heat for install dir

2007-04-17 Thread claudia falcone
I began to insert the CreateFolder elements but it is a long job. maybe It is faster to insert an empty file in those directories. thanks a lot. claudia On 4/16/07, Bob Arnson <[EMAIL PROTECTED]> wrote: claudia falcone wrote: > This mean that I need to install empty directories too. > > I tried

Re: [WiX-users] usage of heat for install dir

2007-04-16 Thread Bob Arnson
claudia falcone wrote: > This mean that I need to install empty directories too. > > I tried with heat and it worked fine but it only copies > files, so when a source dir is empty it will not be created on the target. > is there any option I can give to heat to install a full path? > You can ac