Re: [WiX-users] Send Property Value to a Form

2010-02-15 Thread Alex Wernecke
Thanks very much, got it working -Original Message- From: Blair [mailto:os...@live.com] Sent: Tuesday, February 16, 2010 4:28 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Send Property Value to a Form In general (if using DTF): use t

Re: [WiX-users] Send Property Value to a Form

2010-02-15 Thread Blair
en't given access to most of the database's installation session. -Original Message- From: Alex Wernecke [mailto:awerne...@finteq.co.za] Sent: Monday, February 15, 2010 1:11 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Send Property Value to a Form Hi, How wo

[WiX-users] Send Property Value to a Form

2010-02-15 Thread Alex Wernecke
Hi, How would I send up a property value from a wix document to a variable in a C# custom action form? What I am needing to do is pass the installation directory path to the custom action form so that the form writes a correct path to an .exe for a scheduled task that it creates. Many t