;COPYRIGHT Hewlett-Packard Company 1987, 1988, 1989, 1990, 1991, 1991


:variables map
;	macro setvar.txt


;application specific messages


;Tell user what this is all about
;Modify as necessary

						;specify application name
	prompt "Welcome to the HP OpenView Windows/DOS Installation Program~"
	prompt "OV Setup             A.05.01~"
        prompt "COPYRIGHT Hewlett-Packard Company 1987-1992~"

		
;Define default installation
;Modify as necessary
					  
	set var001	"Version A.05.01"	;application version number
	set var002	"HP OpenView Windows/DOS"	;application name
	set var022	2			;set 1 for cont, edit quit
						;set 2 for cont, quit
						;set 3 for edit, quti
	set var032 	upyes			;set upyes for help dir not built
						;set "" for help dir built
	set var060	"HP OpenView Windows/DOS User's Guide"
						;label to be displayed at the
						;end of installation

; Define Volume labels and names for the applications disks.
				  ;Volume labels  
	set app_label1	"OPENVIEW1"		;Volume label of disk #1
 	set app_label2	"OPENVIEW2"        	;Volume label of disk #2
 	set app_label3	""       		;Volume label of disk #3
				  ;Volume names used in prompt and checks 	
	set app_name1	"OPENVIEW1"		;Text label used in prompt
	    ;Pair reserved for switches within start_install routine.
 	set app_name2	"OPENVIEW2"   		;Text label used in prompt
 	set app_name3	""                 	;Text label used in prompt
	    ;Pair reserved for switches between copy routines.
 	set app_name4	""      		; for disk 2
	set app_name5	""			; for disk 3


	set app_ext1    " (current disk)"	;More info used in prompt
	set app_ext2	""			;More info used in prompt
	set app_ext3	""			;More info used in prompt

;Determine length of copy bar displayed to user:
						;Number of files for SYMBOLS\
        set app_files1	1			;# of files in disk 1
 	set app_files2	7		    	;# of files in disk 2
 	set app_files3	0			;# of files in disk 3

	set app_helps	2			;# of files for HELP\
	set app_files_ov  0			;# of files for OV\
	set app_files_sym 69			;# of files for SYMBOLS\
	set app_files_ovw 1			;# of files for .ovw file
	set app_files_bkgr 1			;# of files for BKGROUND\

;Define entries to be modified in ADDWIN.INI during installation.
;There could be more app_apptxt().
;Modify as necessary

	set app_hlptxt	"helpdir"		;where all help files should be
	set app_logtxt  "log" 			;where log file should be
        set app_alarmtxt "AlarmNotLog"          ;where alarm log file should be
                                                ; A.05
	set app_symftxt	"SymbolFile"		;where symbol file should be
	set app_symdtxt	"SymbolsDir"		;where symbol dir should be
	set app_bkgrtxt	"BackGroundPictDir"	;where background dir should be
	set app_helpfile "helpfile"		;Help file label
			 

;Define file names for installation.

	set bkgr_files	"Background"
	set sym_files	"Symbol"

;Define filenames for delete routine. Delete_file routine will delete the
;file(s) named by app_del_file.  If app_del_test is not NULL, the
;existence of app_del_test will be verified.  If that file does not
;exist the delete will not be attempted. 

	set app_del_test "bmunknow.bmp"		;Test if exist before delete.
						; (Set to NULL for no test.)
	set app_del_file "*.bmp"		;File(s) to delete.


;Define messages to be displayed as the installation completed.
;The messages contains instruction how to run the application.
;If one line of instruction is enough, set run2 to "".
;Modify as necessary

	set run1 	"Read !60 to see how to run !2."
	set run2	""


;These lines define where the dependent of the application; it 
;prompts the user to tell what the assumption is.
			       
;For Openview Windows
        set box_dep1    "This SETUP program assumes that !8 is located"
 	set box_dep2	"on your hard disk in the directory below."
	set box_dep3    ""
 	set box_dep4	"You may edit the field below if this is not the case."
			 
;File that must be updated for Openview Windows
;Generally, this should not be modified unless Openview info file changes.

	set app_sr	"ADDWIN.INI"
			 

;Define messages to be identified in the WIN.INI and ADDWIN.INI during installation.
;Generally, these should not be modified unless the labels change in WIN.INI and
;ADDWIN.INI

 	set app_hdr	"[Openview]"		;where Openview info should be
						;under
        set app_hdr1    "[OpenviewApps]"	;where Openview application info
						;should be under
			    
;Define names of files for backing up.  Modify to application's needs.

	set backup_file	"AUTOEXEC.BAT"
	set bkp_file	"AUTOEXEC.BKP"
			 
;Define Directory names for the target system
;Generally, these should not be modified
			
        set app_dir     "\OV"			;where OV files go
						;instead of openview general dir
	set app_hlp	"\HELP"			;where all help files must go
                                                ; for HP openview windows help
                                                ; only (lifeguard).
						;  (sub-directory of OV\)				
 	set app_sym	"\SYMBOLS"		;where all bitmap files go
	set app_bkgr	"\BKGROUND"		;where all background files go
	set app_prv	""			;not used for OV
	set app_prvhid	""			;not used for OV

;Define Directory name for source install process modules
;Generally, these should not be modified unless directory structures on
;product disk changes.
	
	set app_inst	"\INSTALL"		;where installation process is
	set app_app	"\APP"			;where application files are

;Define messages for system platform.
;Generally, this should not be modified unless the name is changed.
;Only for Openview applications.

	set ov_name	"HP OpenView Windows/DOS"


;Define default installation
;Generally, these should not be modified.
					  
	set var006	""	;Initialize full Help path.
	set var007  	""	;Initialize full Application path
	set var009	ov_name
	set var093	""	;Initialize full Bkground path
	set var094	""	;Initialize full Symbols path

;Define path messages after installation
;Generally, these should not be modified.

	set up_path1	"Make sure the path to Openview Windows, !4!5, is"
	set up_path2	"specified on the path statement in AUTOEXEC.BAT."

;Define flag that specifies whether or not to even consider calling
;find_symbols. In AddSetup flag is set to upyes.  In OVSetup & AppSetup
;flag is set to null.
	set skip_symbols ""

;
; Name of background file self extracting archive
;
	set bkarc_file		"bkarc.exe"
	set runarc_file		"runarc.exe"
