Hi

I am wondering if there is a way to override a property of a control
without a need to define the custom dialog.

For example do something like this in my wxs file:

<Dialog Id="InstallDirDlg">
     <Control Id="FolderLabel" Width="290" />
</Dialog>

To override build-in

<Fragment>
      <UI>
          <Dialog Id="InstallDirDlg" ... >
     ...
     <Control Id="FolderLabel" Type="Text" X="20" Y="60"
Width="290" Height="30" NoPrefix="yes" Text="!
(loc.InstallDirDlgFolderLabel)" />
     ...

In InstallDirDlg.wxs

Thanks, Petr

*************************************************************************
PRIVILEGE AND CONFIDENTIALITY NOTICE:

The information in this email is intended for the named recipients only.
It may contain privileged and confidential information.  If you have
received this communication in error, any use, copying or dissemination
of its contents is strictly prohibited.  Please erase all copies of the
message along with any included attachments and notify Intermap
Technologies or the sender immediately by telephone at the number
indicated on this page.

*************************************************************************
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to