that's what I have tried to do, but it didn't seem to work so I thought it
couldn't be done that way.  In the components I had a
<Registry Id="accesspath" Root="HKCR" Key="Software\Company\Init"
Name="Path" Value="[accesspath]" Type="string" />

and then in one of the dialogs I had
<Control Type="Edit" Width="230" Height="18" X="52" Y="113" Id="Path"
Property="accesspath" />

but the key is not created?


But why would you want to do that?

You can have the UI set a property with the value the user enters, and then
have a registry element that places it in a registry key. All in a purely
declarative manner.

-- 
View this message in context: 
http://www.nabble.com/enter-user-into-registry-tf3524223.html#a9847539
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to