Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-12 Thread Rob Mensching
TECTED]> cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, "wix-users@lists.sourceforge.net" Subject: RE: [WiX-users] WIX Post-Install Dialog Questions Chris, From the snippet you posted below, it looks like you're trying to, at install tim

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-08 Thread Chris . Ruel
>, "wix-users@lists.sourceforge.net" Subject: RE: [WiX-users] WIX Post-Install Dialog Questions Chris, From the snippet you posted below, it looks like you’re trying to, at install time, choose what file gets included in the MSI. That doesn’t work. You have t

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-08 Thread Chris . Ruel
:18 PM To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, Rob Mensching <[EMAIL PROTECTED]> cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, "wix-users@lists.sourceforge.net" Subject: Re: [WiX-users] WIX Post-Install Dialog Questions Chris,

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Cullen Waters
s complete. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, December 07, 2006 4:46 PM To: Rob Mensching Cc: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WIX Post-Install Dialog Questions Rob, I have been through the tut

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Rob Mensching
tree (as I discuss in the blog entries I linked you to). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 16:46 To: Rob Mensching Cc: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [WiX-users] WIX Post-Install Dialog Questions Rob, I have

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Chris . Ruel
t;[EMAIL PROTECTED]> cc: "wix-users@lists.sourceforge.net" , "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: RE: [WiX-users] WIX Post-Install Dialog Questions I would encourage you to walk through the WiX tutorial: http://wix.sourceforge.net/tutorial. There is a lot

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Rob Mensching
MAIL PROTECTED] Sent: Thursday, December 07, 2006 13:21 To: Rob Mensching Cc: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [WiX-users] WIX Post-Install Dialog Questions Rob, I looked at the link you referred. From that info, I still don't see how to get the directory. Is t

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Chris . Ruel
b Mensching Enviado por: [EMAIL PROTECTED] 12/07/2006 02:42 PM To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> cc: "wix-users@lists.sourceforge.net" Subject: Re: [WiX-users] WIX Post-Install Dialog Questions Please keep all threads on the mailing list. You’ll want to und

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Rob Mensching
ECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 11:35 To: Rob Mensching Subject: RE: [WiX-users] WIX Post-Install Dialog Questions Thanks Rob. I greatly appreciate your timely response. Can you give me a short example of how to refer to a directory from the installation? Sorry,

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-07 Thread Rob Mensching
1. Windows Installer doesn't work that way. You ask your questions up front, the data gets preserved in the transaction where you operate on it. The Windows Installer isn't a scripting engine, it's a transaction engine. Have to think about the problem a little differently. 2. Take a look a