.net - msi installer run script before installation -
i'm creating new installation package web application, want able create new web site , applicationpool in iis before installation process starts user can choose newly created website in dialog (actually can before forms in wizard showed).
is there way this?
with customs actions seems impossible since excuted after wizard forms showed, , boostrapper seems not best option since i'm not installing executing script.
thanks
why need create website , application pool before installation?
a simple approach populate dialog website name (and other iis information) , actia; create during installation based on user in dialog.
for example, if have combo box websites add website it. during install can check if website selected , create if necessary.
Comments
Post a Comment