W
weichung
I had build an installer project for my ASP.NET project. And found that
several fields need to be configured, like the web.config files and etc,
which requires user input. Also I need to attach my database using the
installer project, anybody could suggest how I could perform similar action?
One of my idea is to build a winform project which accepts athe user input
and configure the fields during installation, but I had no idea how winform
object is being called during installation.
Any idea and suggestions are welcomed! Thanks in advance.
Regards;
weichung
several fields need to be configured, like the web.config files and etc,
which requires user input. Also I need to attach my database using the
installer project, anybody could suggest how I could perform similar action?
One of my idea is to build a winform project which accepts athe user input
and configure the fields during installation, but I had no idea how winform
object is being called during installation.
Any idea and suggestions are welcomed! Thanks in advance.
Regards;
weichung