Re: [WiX-users] Newbie issue with custom input

2009-12-27 Thread Bob Arnson
Curt Holden wrote: > Property="_BrowseProperty" Value="[UI_CONFIG_INPUT_DIR]" > Order="1">1 > ... > Width="320" Height="18" Property="UI_CONFIG_INPUT_DIR" Indirect="yes" /> > And indirect property means that the property value is the name of another property. Y

[WiX-users] Newbie issue with custom input

2009-12-24 Thread Curt Holden
I am running WiX version 3.0.5419.0. I am building an installer for a program that transforms data. The program reads data from an input directory and writes the transformed data to an output directory. I want the user to be able to specify the input and output directory during the installation