Re: [WiX-users] WiX and string formatting

2007-05-29 Thread Bob Arnson
[EMAIL PROTECTED] wrote: It was my understanding that formatted text expansion would typically occur before the user interface is shown. In this specific case, the user conducting the installation will be modifying the values, hence the reason why I (and apparently Rennie also) believed a cus

Re: [WiX-users] WiX and string formatting

2007-05-29 Thread Richard.Foster
, 2007 5:23 PM To: Foster, Richard - PAL Cc: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX and string formatting [EMAIL PROTECTED] wrote: To clarify Rennie's comment... Yes, you will need a custom action, but not one that you code manually. The al

Re: [WiX-users] WiX and string formatting

2007-05-28 Thread Bob Arnson
] *On Behalf Of *Rennie Petersen *Sent:* Thursday, May 24, 2007 7:57 AM *To:* Rik; wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] WiX and string formatting I believe that you will need a custom action. You don't necessarily need a custom action -- it depends on what you ne

Re: [WiX-users] WiX and string formatting

2007-05-24 Thread Richard.Foster
-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX and string formatting 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 th

Re: [WiX-users] WiX and string formatting

2007-05-24 Thread Rennie Petersen
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 Beh