Hello, 

I have problems with writing my property's that I had entered (populated)
with my custom dialog. The registry values that are writen in registry are
my default values and I want to write values that I enter with my custom
dialog.

I have property:
<Property Id="p_initial_delay" Value="100"/>

and under component I have 
 <Registry Id="w_initdelay" Root="HKLM" Key="Software\test\"
Name="InitialDelayMs" Type="integer" Value="[p_initial_delay]"
Action="write" />


Under <UI>
<Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog"
Value="InstallDlg">LicenseAccepted = "1"</Publish>

under custom dialog i have control:
 <Control Type="Edit" Width="106" Height="15" X="112" Y="38"
Id="eb_inidelay" Property="p_initial_delay"/>

<Control  Id="Next" Type="PushButton" X="130" Y="130" Width="56" Height="17"
Default="yes" Text="Next" >
          <Publish  Event="NewDialog" Value="InstallDirDlg"  ></Publish>
</Control>


But when i finishes (+other dialogs from WixUI_Common) the value in my
property is not chaned? what i'm doing wrong here? when i write values in my
Edit control, are propertys that are assigned to that Edit control
populated?

I hope you understand what I mean with my post. (sorry for bad english)

Thanks all for answers!

-- 
View this message in context: 
http://n2.nabble.com/Problems-with-custom-registra-values-%28propertys%29-tp2255843p2255843.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to