> Hi,
> 
> I have setup a property which gets updated by the user via a
> RadioButton before the install takes place.
> 
> <!-- The default value is 'LIVE', can also be 'TEST' or 'DEV' -->
> <Property Id="INSTALL_ENVIRONMENT" Value="LIVE" />
>  
> I then execute a deferred custom action after InstallFiles which
> retrieves this property. However the value retrieved is always the
> default value and not the updated value from the users selection on
> the radio button.
> 
> // Retrieve the install environment property in my C# custom action.
> string installEnvironment = (string)session.Database.ExecuteScalar(
>       "SELECT `Value` FROM `Property` WHERE `Property` =
> 'INSTAL_ENVIRONMENT'");
> 
> How do I get the updated value of the property? As far as I can see it
> is not anything to so with install sequence as the custom action runs
> after the property is changed by the user. 
> 
> Rehan Saeed
> 
> 
 
Please consider the environment before printing

**********************************************************************************
This message contains confidential information and is intended only for the 
individual or entity named.  If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses.  The sender therefore does not accept liability 
for any errors or omissions in the contents of this message which arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version. This message is provided for informational purposes and 
should not be construed as an invitation or offer to buy or sell any securities 
or related financial instruments. 
GAM operates in many jurisdictions and is regulated or licensed in those 
jurisdictions as required.
To the extent this email has been sent to you by any GAM company domiciled in 
the EU, being GAM (U.K.) Limited, GAM Sterling Management Limited, GAM 
International Management Limited, GAM London Limited, GAM Fund Management 
Limited, or GAM Fonds Marketing GmbH i.L., please note the following details in 
respect of each such company:
 - GAM (U.K.) Limited (a company limited by shares and registered in England 
and Wales with company number 01664573);
 - GAM Sterling Management Limited (a company limited by shares and registered 
in England and Wales with company number  01750352);
 - GAM International Management Limited (a company limited by shares and 
registered in England and Wales with company number  01802911);
 - GAM London Limited (a company limited by shares and registered in England 
and Wales with company number with Company  Number 00874802)
Each of Registered Office: 12 St. James's Place, London, SW1A 1NX
GAM Sterling Management Limited, GAM International Management Limited and GAM 
London Limited are each authorised and regulated by the Financial Services 
Authority.
GAM Fund Management Limited (a company limited by shares and registered in 
Ireland with no. 156828) of Registered Office: George's Court 54-62 Townsend 
Street Dublin 2, Ireland
GAM Fonds Marketing GmbH, i.L. (a company limited by shares and registered in 
Germany under No. HRB 66857) of Friedrichstrasse 154, D-10117 Berlin, Germany. 
The competent Commercial Register is “Amtsgericht Charlottenburg“ in Berlin. 
Liquidator: Daniel Durrer.
**********************************************************************************

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to