vote up 0 vote down star

Hi All,

I like to create a custom installer to install web application, windows application by let the user to use check box, execute db script and let the user do coniguration settings, in .net.

Is it possible?

Thanks, P.Gopalakrishnan.

flag

17% accept rate

2 Answers

vote up 0 vote down

Typically when this sort of functionallity is required, one of two things is done.

Either a developer will create the required functionallity as custom script or an extension within an installation building package (such as InstallShield, WISE etc).

Alternatively the functionallity will be created as a stand-alone executable that is run by the installer at the appropriate time.

Depending on what installer you are using one my be easier than the other.

If you are looking for a free install builder, NSIS is used fairly extensively.

link|flag
vote up 0 vote down

Have you looked at http://wix.sourceforge.net/ ?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.