regarding installation tools
hi,
i developed a web application..now i want to develope configuration wizards,which configures my product at client side.it should take care of available modules in my product.it should add selected modules,and if need it should add plug-ins too......any tools available to develope such a configuration wizards?plzzzzzzzzzzzz help
[346 byte] By [
fun-braina] at [2007-10-2 17:12:47]

thanks for u r reply.
what i am expecting is can i devide my whole application into plug-ins and according to the need of user i have to install my product.
just like oracle installer which displays existing products and asks us to select from the available list and installs the selected products..
i want to develope such a type of funtionality applicable to my products..
Hoe it is possible?can we use wise or installshield..waiting for u r reply...plzzz respond immediately
You might want to take a look at wrapping your app in the Netbeans Application Framework. It probably won't address ALL of your needs in terms of initial install but is great for dealing with the modularity that you seek. Alternatively, Eclipse provides (as I understand it) the same functionality.