I'm in the process of developing a large scale n-tier app that is to be deployed acrross a large number of stations possibly. There is the DB server (MSDE/SQL7). DB interface handleing all DB leg work. Business Rules Interface. Client UI runs on the workstations. I am going to have to develop a setup package to deploy this on clinets net works. My question is this. When ever I have had to deploy an N-Tier app I was on site and could just install the components into MTS and export a setup to run on the client workstaions now I have to have a setup application install the servers on the Server boxes and then install the clients on the workstations right now the plan is to use installshield (which I haven't used before) to deploy this. Any suggestions on how to go about deploying this in a Two Separate setup packages.

Package A) Install server side components.
Package B) Install client side components.