Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
Hello, I have to prepare the kit to install an Access Module we have developped and I have some questions to do it in the "rules of the Art". Installation on VMS machines : o Have we to use that old good KITINSTAL.COM ? If Yes, it would be nice if I could get an example of a standard KITINSTAL.COM. Installation on ULTRIX machines : o Have we to use the setld command ? In any case : o Which files the saveset(s) must contain ? o What is necessary to rebuild on site at each installation ? May be all these questions are discussed in a document ? Thank's for any help and suggestions. Best Regards, sylviane.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2940.1 | ULTRIX doc set | TOOK::MINTZ | Erik Mintz, DECmcc Development, dtn 226-5033 | Wed May 06 1992 08:52 | 16 |
> Installation on ULTRIX machines : > > o Have we to use the setld command ? yes. Preparing software for distribution is part of the ULTRIX programmers doc set. > In any case : > > o Which files the saveset(s) must contain ? saveset is a VMS term. However, you will need to ship your AM executable, plus any files necessary to update the dictionary and help files. Also an inventory file (tells setld where to put each file) and a ".scp" file, which controls the installation. Look in /usr/etc/subsets for example files (this is where setld puts .inv and .scp files). |