I am wondering if advanced installer can handle this project I am working on.
I have an application that is split into 2 major functional parts (client and server) however, I want to do several different application packages (ie. "Client and Server", "Client and Backup Server", "Client Only"and "Server Only"). Some of the packages have subtle differences such as what shortcuts are installed, but the major difference is that any package that includes the server part requires MSDE to be installed and the client has seperate requirements that do not include MSDE.
Ideally I want to make the installation as easy as possible, so that the user selects the package type and the install takes it from there.
Can this be done? if so... how?