Hi all,
is it possible to run a separate install process from within a setup factory install? Or should I just run them separately? This issue I have is that we need Crystal Reports to be installed. My plan was to use Setup Factory to check if Crystal Reports was installed by checking the registry. The simplest solution is to warn the user if Crystal is not installed and then they can abort the install. Is it possible to kick off the crystal install (run as administrator) from within Setup Factory, or will that lead to issues? Has anyone else solved this problem, or should I just do the simple "abort if not there" solution?
Thanks in advance,
John
is it possible to run a separate install process from within a setup factory install? Or should I just run them separately? This issue I have is that we need Crystal Reports to be installed. My plan was to use Setup Factory to check if Crystal Reports was installed by checking the registry. The simplest solution is to warn the user if Crystal is not installed and then they can abort the install. Is it possible to kick off the crystal install (run as administrator) from within Setup Factory, or will that lead to issues? Has anyone else solved this problem, or should I just do the simple "abort if not there" solution?
Thanks in advance,
John
Comment