I have a task of creating an InstallShield for a .NET project.
I am using Flexera Software InstallShield (in case there are others)
To make a simple setup thing using install shield is fine.
The only problem is that I have to add a dialog box in between the wizard where I ask user for a number, which would go and replace a specific field in web.config file of the project.
I have been looking at the documentation on how to make a custom dialog but just unable to link the text box to a field in web.config.
Can anyone help me with some quick stuff ??