I think this is because the width of the control is not wide enough to
display the whole thing, so it truncates it.

 

Do your users have the ability to browse to a new install location? You
might consider using a control of type 'Edit'.

 

 

-Matt

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rik
Sent: Wednesday, May 23, 2007 8:58 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to display a the installation folder on the UI?

 

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