Hi All,
I am building a deployment package for a software our company uses "Colligo", Part of the install process for this software includes a number of prerequisite checks or installs (dotNet4.0, Visual C++1020, etc). We currently use a batch file to do this. I wonder if it is possible to have the installer package check for the install of dotNet4.0 for example, if it does not exist is there a way to call the dotNet4.0 package and then continue with the initiating package after dotNet has been installed
Thanks for the advise