Hello people, Has someone made this? I need the installer to ask for some settings as this is a generic product I dont want the customer to get involved channget web.config settings. The installer should also execute sql scripts to create the database
and objects.
Tks
How to make an installer that ask info and changes web.config settins, the installer also should exe
-
-
levalencia wrote:Hello people, Has someone made this? I need the installer to ask for some settings as this is a generic product I dont want the customer to get involved channget web.config settings. The installer should also execute sql scripts to create the database and objects.
Tks
First off it would depend on what installer you're using.
If you're using the VS MSI builder then you would create a custom action which runs at the end of the install, which tweaks the web.config file accordingly (loading it as an XML document probably and writing out the node contents you want)
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.