Dynamic Registry Settings in .NET Deployment

hloos

Newcomer
Joined
Jan 16, 2004
Messages
2
Greetings;
I'm having trouble with an install of a VB.NET app. The Registry Editor works just fine for static values hard-coded into it. When I run my install, however, I use several user TextBox forms in the installer as well, designed to collect information from the user which then needs to go to the Registry. If I read my docs correctly, It seems that tying the Registry seting to the Property in the Textbox field should do it, but it's not working. How is this done?

Henry Loos
 
Back
Top