home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / nwadm1.exe / NTCLI / NTNWAD_1.350 / NTINST.IPS < prev    next >
Text File  |  1995-05-18  |  3KB  |  128 lines

  1. ;@Version 1.03
  2. ;@SyntaxVersion 1.00
  3. ; "CoPyRiGhT=(c) 1995 Novell, Inc.  All Rights Reserved."
  4. ; VeRsIoN=1.03
  5. ; use icmd.nlm commands
  6. ; Microsoft NT NWADMIN Installation
  7.  
  8.  
  9. @Fileset
  10.  
  11.   Description: "MS WindowsNT NWADMIN Install"
  12.   Name:         NWAD_SETUP
  13.   Class:        MANDITORY
  14.   Help:        "NetWare MS WindowsNT NWADMIN Installation"
  15.  
  16. @EndFileSet
  17.  
  18. @FileSet
  19.  
  20. ; Setup for install
  21.  
  22.   Name:         NWAD_SETUP
  23.  
  24.   Bytes: 20502
  25.  
  26. ; copy over the version of ICMD that works for me
  27.   CopyToServer        SYSTEM\NTADTEMP, icmd.nlm, '', ''
  28.   CopyToServer        SYSTEM\NTADTEMP, icmd.msg, '', ''
  29.  
  30. ; use the ICMD that we just copied
  31.   Command "SYS:SYSTEM\\NTADTEMP\\ICMD"
  32.  
  33. ; get the source - It is SAME as normal input path
  34.   GetPath ProductSource, 1, %{NWSRC}, '', NWSRC
  35.  
  36. ; Setup the Destination Directory
  37.   GetPath System,    1, 'SYS:SYSTEM',''
  38.  
  39. ; Setup the Destination Directory
  40.   GetPath PubDest,    1, 'SYS:PUBLIC\\NT',''
  41.  
  42. ; Setup the Destination Directory
  43.   GetPath PubNLSDest,    1, 'SYS:PUBLIC\\NT\\NLS\\ENGLISH',''
  44.  
  45. ; get the source for RCONSOLE pieces
  46.   GetPath PubSource, 1, 'SYS:PUBLIC', ''
  47.  
  48. ; get the source for RCONSOLE pieces
  49.   GetPath PubNLSSource, 1, 'SYS:PUBLIC\\NLS\\ENGLISH', ''
  50.  
  51. @EndFileset
  52.  
  53. @Fileset
  54.  
  55.   Description: "MS WindowsNT NWADMIN Install"
  56.   Name:        NWAD_INSTALL
  57.   Class:       OPTIONAL
  58. ; Class:        MANDITORY
  59.   Help:        "NetWare MS WindowsNT NWADMIN Installation"
  60.  
  61. @EndFileset
  62.  
  63. @FileSet
  64.  
  65. ; Get RCONSOLE stuff
  66.  
  67.   Name:        NWAD_INSTALL
  68.  
  69.   Bytes: 270167
  70.  
  71. ; Copy the RCONSOLE Pieces
  72. ; Do not need machine specific .OVL files because running NT's DOS
  73.   Copyfile 0,0,0,0,0, PubSource, 'RCONSOLE.EXE','','',PubDest,'','',''
  74.   Copyfile 0,0,0,0,0, PubSource, '_AIO.OVL','','',PubDest,'','',''
  75.   Copyfile 0,0,0,0,0, PubSource, '_RUN.OVL','','',PubDest,'','',''
  76.   Copyfile 0,0,0,0,0, PubSource, 'IBM_AIO.OVL','','',PubDest,'','',''
  77.   Copyfile 0,0,0,0,0, PubSource, 'IBM_RUN.OVL','','',PubDest,'','',''
  78.   Copyfile 0,0,0,0,0, PubSource, 'CMPQ_AIO.OVL','','',PubDest,'','',''
  79.   Copyfile 0,0,0,0,0, PubSource, 'CMPQ_RUN.OVL','','',PubDest,'','',''
  80.   Copyfile 0,0,0,0,0, PubNLSSource, 'RCONSOLE.HEP','','',PubNLSDest,'','',''
  81.   Copyfile 0,0,0,0,0, PubNLSSource, 'RCONSOLE.MSG','','',PubNLSDest,'','',''
  82.  
  83. @EndFileSet
  84.  
  85. @FileSet
  86.  
  87. ; Get stuff off third diskette
  88.  
  89.   Name:        NWAD_INSTALL
  90.  
  91.   Bytes:      1268118
  92.   DiskBytes:  3016821
  93.  
  94. ; Copy the NWAdmin Pieces from third diskette
  95. ; Copyfile 1,1,0,0,0, ProductSource, 'XXX31\\NWADMIN','NTNWAD_1','NetWare NT Client NetWare Administrator Disk 1',PubDest,'','',''
  96.   Copyfile 1,1,0,0,0, ProductSource, 'XXX31\\NWADMIN','NTNWAD_1','NetWare Administrator for Windows Disk 1',PubDest,'','',''
  97.  
  98. @EndFileSet
  99.  
  100. @FileSet
  101.  
  102. ; Get stuff off fourth diskette
  103.  
  104.   Name:        NWAD_INSTALL
  105.  
  106.   Bytes:      1210647
  107.   DiskBytes:  2701188
  108.  
  109. ; Copy the NWAdmin Pieces from fourth diskette
  110. ; Copyfile 1,1,0,0,0, ProductSource, 'XXX41\\NWADMIN','NTNWAD_2','NetWare NT Client NetWare Administrator Disk 2',PubDest,'','',''
  111.   Copyfile 1,1,0,0,0, ProductSource, 'XXX41\\NWADMIN','NTNWAD_2','NetWare Administrator for Windows Disk 2',PubDest,'','',''
  112.  
  113. @EndFileSet
  114.  
  115. @FileSet
  116.  
  117. ; Cleanup after myself
  118.  
  119.   Name:         NWAD_SETUP
  120.  
  121.  
  122. ; Copy the Delete the temporary stuf'
  123.  
  124.   EraseFile 1,System,'NTADTEMP','',''
  125.   EraseFile 0,System,'NTADTEMP','',''
  126.  
  127. @EndFileSet
  128.