We use our own sequential installer program which automatically runs several installers (which we currently create using InstallShield) one after another.
We are currently evaluating Setup Factory 5.0 as a replacement for InstallShield (with which we are totally fed up). However, when a Setup Factory installer starts, it seems to run one program which then runs another and quits immediately. This means that our sequential installer program ends up running all the installers at the same time, rather than one after another, resulting in hundreds of error messages popping up.
Is there a way to make a Setup Factory installer block its caller until it has finished? We found a way to do it in InstallShield but I can't find any way of doing it in Setup Factory.
If Setup Factory is not capable of this behaviour, it's unfortunately not going to be very useful. This would be a shame, as we are otherwise very impressed with its features and usability, and it's top of our list at the moment.
If this behaviour is not currently supported by Setup Factory, would you consider adding it as a new feature? InstallShield has an option in the Setup.ini file (CmdLine=/SMS) which works for us.
------------------
Chris Wright
We are currently evaluating Setup Factory 5.0 as a replacement for InstallShield (with which we are totally fed up). However, when a Setup Factory installer starts, it seems to run one program which then runs another and quits immediately. This means that our sequential installer program ends up running all the installers at the same time, rather than one after another, resulting in hundreds of error messages popping up.
Is there a way to make a Setup Factory installer block its caller until it has finished? We found a way to do it in InstallShield but I can't find any way of doing it in Setup Factory.
If Setup Factory is not capable of this behaviour, it's unfortunately not going to be very useful. This would be a shame, as we are otherwise very impressed with its features and usability, and it's top of our list at the moment.
If this behaviour is not currently supported by Setup Factory, would you consider adding it as a new feature? InstallShield has an option in the Setup.ini file (CmdLine=/SMS) which works for us.
------------------
Chris Wright
Comment