Hi,
I would like to modify the `IFPkgFlagRestartAction' behaviour on demand during the installation process - but failed. The changing of the value from `NoRestart' to `RequiredRestart' didn't work:
I tried to do this modification of this `IFPkgFlagRestartAction' key value, nested in the Info.plist, within an
- InstallationCheck script, - MetaPackage preinstall script and - Singlepacke preinstall script; basically thought the package declaration is read in somewhere after such scripts were invoked.
Ok, the installer seems to handle the package declarations statically, no way to do it.
Does there an alternative exists to do such things?
I read some postings about using the osascripts, but I would prefer closer tasks within installer framework if possible.
Thank you for help.
Cheers, Andreas
|