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 / NW402 / NTINST.IPS
Text File  |  1995-05-18  |  4KB  |  130 lines

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