Hi

I am creating a setup project for my small application created in VB.NET, I have "PluginInstaller.msi" installed in my computer, When I am running this setup program in a test machine where no .NET framework and MDAC2.7 is installed, the application is automatically installing ".NET" and then "MDAC2.7" one after another, and after installing "MDAC2.7" it is restarting the system, but after restarting it is not resuming the setup program to install the rest of the application. Here I need to run the setup program again then it is finding that the ".NET" framework and MDAC2.7 are already installed so it is continuing to install the application.

How can I resume the installation evenif the systen is restarting.

can any one help me to sovle this problem

kajol