windows installer - How to create a web setup allowing the user to create new website and application pool? -


i have create web setup user able create new application pool , new website. have been able create new website , new application pool through custom action. purpose have windows dialog form take input user , create new or use existing application pool , website.

since using windows dialog form, deleted installation address dialog user interface views of setup project. setup creates application pool , website files not extracted. think installer not extract file since have deleted installation address dialog user interface views.

can please me fix this.

thanks,

brijesh gupta

fwiw, setup-projects have been removed in vs2012. if switch windows-installer based tool such windows installer xml (wix) or installshield limited edition (free) can declare iis metadata without having write custom actions.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -