NewsArchive
09-21-2010, 01:58 AM
I have an install program, installOne that depending on conditions will
optinoall call another install program, InstallTwo.
InstallTwo has a number of prerequists for the OS. The installers for the
requirements are bundled in InstallTwo. Some of these additional installs
require the system to be rebooted before the main part of InstallTwo can
complete.
I have no problem using reboot and resume in InstallTwo to continue after
the reboot. However, I want InstallOne to continue and complete after
InstallTwo completes even if there was a reboot during InstallTwo.
I have complicated ideas about InstallTwo recalling InstallOne when running
in resume mode but before I go down that road I want check here to see if
anyone has a suggestion.
To summarize:
InstallOne sometimes needs to call InstallTwo
InstallTwo depending on OS level, etc. needs install additional components
If these additional components are installed the system needs to reboot
before InstallTwo completes.
One InstallTwo completes after reboot I want to complete InstallOne.
I've probably just answered my own question with that summary :)
Any help is appreciated.
Rick
optinoall call another install program, InstallTwo.
InstallTwo has a number of prerequists for the OS. The installers for the
requirements are bundled in InstallTwo. Some of these additional installs
require the system to be rebooted before the main part of InstallTwo can
complete.
I have no problem using reboot and resume in InstallTwo to continue after
the reboot. However, I want InstallOne to continue and complete after
InstallTwo completes even if there was a reboot during InstallTwo.
I have complicated ideas about InstallTwo recalling InstallOne when running
in resume mode but before I go down that road I want check here to see if
anyone has a suggestion.
To summarize:
InstallOne sometimes needs to call InstallTwo
InstallTwo depending on OS level, etc. needs install additional components
If these additional components are installed the system needs to reboot
before InstallTwo completes.
One InstallTwo completes after reboot I want to complete InstallOne.
I've probably just answered my own question with that summary :)
Any help is appreciated.
Rick