c# - Visual Studio 2008 Setup Project -


I need to create a setup project for a Windows application developed in C #. Along the way, I need the user to be able to set up a database server / instance name authentication type and username / password if they are using SQL authentication. This connection string is stored in my app.config file.

Once the setup is complete, the website needs to be opened which will install some control required for this application.

I see how setup projects are to be developed but I can not know what I need to do.

All help is appreciated. Thanks!

You must create a custom dialog in the setup project as shown

doing this An interesting way to use a custom verb with "normal" submissive is described as

Take a look at Wix, I tested it for a small application / edit, it works fine. Do more work for the problem, but I think if you make your Wix modular then come Parts for a new setup application can put together.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -