Last change
on this file since 1578 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
739 bytes
|
Rev | Line | |
---|
[613] | 1 | DGYM78EN ;ALB/MLI - Environment check for DG*5.3*78 ; 3/4/96 @ 815
|
---|
| 2 | ;;5.3;Registration;**78**;Aug 13, 1993
|
---|
| 3 | ;
|
---|
| 4 | ; This enviroment check routine will ensure that patches RT*2*22
|
---|
| 5 | ; and DG*5.3*72 are installed prior to installation of this patch.
|
---|
| 6 | ; It will abort if these patches haven't been installed.
|
---|
| 7 | ;
|
---|
| 8 | EN ; begin processing
|
---|
| 9 | I '$D(^DD(190,300)) D ; check for old barcode field
|
---|
| 10 | . W !!,*7,">>> You must install patch RT*2*22 first!"
|
---|
| 11 | . S XPDQUIT=2
|
---|
| 12 | I '$D(^DD(2,.6)) D ; check for test pt indicator
|
---|
| 13 | . W !!,*7,">>> You must install patch DG*5.3*72 first!"
|
---|
| 14 | . S XPDQUIT=2
|
---|
| 15 | I $G(XPDQUIT) W !!,">>> Installation aborted."
|
---|
| 16 | I '$G(XPDQUIT) D
|
---|
| 17 | . W !!,"Patches RT*2*22 and DG*5.3*72 found..."
|
---|
| 18 | . I XPDENV=1 W "continuing with installation"
|
---|
| 19 | Q
|
---|
Note:
See
TracBrowser
for help on using the repository browser.