I have a fairly large (for me) asp .net application. I've used the inno setup utility ( http://www.jrsoftware.org/isinfo.php ) with my vb apps in the past to put together really cool install files. I tried using it to package up a bunch of asp .net files (multiple directories), along with images and other data files needed for the app.

How can I get the entire app and its necessary files into one nice "setup" file?

Thanks,

Paul