I believe that you will need a custom action.
 
WiX creates MSIs. It does not replace or enhance Windows Installer, and
it is Windows Installer that drives the UI during the installation.
 
Rennie
 


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rik
        Sent: 24. maj 2007 11:49
        To: wix-users@lists.sourceforge.net
        Subject: [WiX-users] WiX and string formatting
        
        
        Hi All,
        
        Does anyone know if it is possible to format strings via WiX?
        
        I'd like to be able to manipulate a string entered via the UI so
that it conforms to a certain format.  The scenario I have is that I
have a URL value that I want to insert a port number into).  
        E.g. from 
           tcp:\\server\ 
        to 
           tcp:\\server:11232\
        
        I figured I'd have to use some sort of custom action for this,
but thought I'd check if WiX handled this sort of stuff...
        
        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