Re: [WiX-users] adding file to the 3rd party directory

2011-03-07 Thread Rob Hamflett
Use a directory with an Id of 3RDPARTYPROGRAM_PATH. When the property with the same name gets updated so will the directory path. Rob On 04/03/2011 22:10, Mr Dimitri Klyachko wrote: > I have a task to add a file to a directory that appears after the 3rd party > software has been installed. >

[WiX-users] adding file to the 3rd party directory

2011-03-04 Thread Mr Dimitri Klyachko
I have a task to add a file to a directory that appears after the 3rd party software has been installed. I am using to get the installation path and How do I pass Directory name from 3RDPARTYPROGRAM_PATH Value to 'GetDirectory'? Would