I'm experiencing a slight problem with the CustomizeDlg's "Location"
control. When installing, this dlg correctly displays the target
directory, and (again correctly) allows me to browse for a new path.
However, once installed, if I re-run the installation program and select
the Change option, then the dlg displays the original/default target
directory, and not the actual directory used for installation.

Within CustomizeDlg, there's text:

<Control Id="Location" Type="Text" X="90" Y="210" Width="210"
Height="20" Text="$(loc.CustomizeDlgLocation)">
  <Subscribe Event="SelectionPath" Attribute="Text" />
  <Subscribe Event="SelectionPathOn" Attribute="Visible" />
  <Condition Action="hide">Installed</Condition>
</Control>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to