A verbose log file will show you when the Property is getting modified.  Also, 
it is possible you're trying to use the Property on the server side of the 
Windows Installer so the Property would need to be marked Secure="yes".

-----Original Message-----
From: hegsie [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2008 05:20
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Property reset to default after installfinialize


Hi,
I am trying to get information from the user to be used inside a CA after
the installfinalize action in the InstallExecuteSequence...

I have set up my own dialog with edit controls as follows...
<Control Id="SQLSERVERCombo" Type="Edit" X="20" Y="74" Width="320"
Height="18" Property="SqlServerAddress"/>

but during th installfinalizeaction the property SqlServerAddress is always
set back to the default.  Is there something I'm missing here? I checked the
value of the property inside the dialog and it seems fine, why does it get
reset once exiting this dialog? Is there some way to get around this?

Please Help I'm getting desperate...
--
View this message in context: 
http://n2.nabble.com/Property-reset-to-default-after-installfinialize-tp1572040p1572040.html
Sent from the error LGHT0282 mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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


-------------------------------------------------------------------------
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