Windows Installer Textbox User Interface
-
I want to be able to have the user/installer type in the Connection string to the database during installation. I can find how to creat the textbox fields so the user can type them in, but I can't find the examples of how to get those values. Lets say I want to get the value in the txtbox and just create a settings.txt file with that value in it. Can anyone point me in the write (right) direction to be able to do that? Thank you
-
I want to be able to have the user/installer type in the Connection string to the database during installation. I can find how to creat the textbox fields so the user can type them in, but I can't find the examples of how to get those values. Lets say I want to get the value in the txtbox and just create a settings.txt file with that value in it. Can anyone point me in the write (right) direction to be able to do that? Thank you