Hi All,

WiX: v2

I'm trying to display the intended installation folder on a confirmation
type screen as part of the UI for the installation.
I'm using the following control:

       <Control Type="Text" Width="160" Height="9" X="124" Y="60"
Id="txtInstallLocationValue" Text="[INSTALLDIR]" />

Where INSTALLDIR is the directory where my components will be placed.

The GUI, however, only displays the last part of the path.  Something like:
"..\Product Name"

How do I display the full path of the target folder?

Rik
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to