I have a setup that can be installed as a single user version (on a workstation) or as a multi-user version (on a server).
When installed stand-alone, I want to install a bunch of OCX's, VB support and the Jet engine on the workstation. On a server install, I only want to install the core app. files (each user then runs another setup to install and register the OCX's, VB and Jet on their workstation).
Question is: I can control which files are installed in each case easily via packages. How can I indicate that the Jet and VB run time packages are not to be installed in the server case?
When installed stand-alone, I want to install a bunch of OCX's, VB support and the Jet engine on the workstation. On a server install, I only want to install the core app. files (each user then runs another setup to install and register the OCX's, VB and Jet on their workstation).
Question is: I can control which files are installed in each case easily via packages. How can I indicate that the Jet and VB run time packages are not to be installed in the server case?
Comment