OGPI - Package Installer
The OGPI installs a package and is only concerned with OS and LabVIEW Version
and System requirements. Any package dependencies and/or conlflicts must be
managed by the OGPM.
Installation Sequence
Installation Stack Method - Note if dependancy tree has been mapped, everything
may be downloaded first
- Read Package Spec File
- check For Package Dependancies on OS and LabVIEW
- extract package to temp dir
- Run PreInstall Script VI (runs in the temporary extracted location)
- no error:
pass
- else: fail
- Copy package File Groups to destination locations
- Run PostInstall Script VI (runs in the temporary extracted location)