home *** CD-ROM | disk | FTP | other *** search
/ ftp.morenci.k12.mi.us / ftp.morenci.k12.mi.us.tar / ftp.morenci.k12.mi.us / Clients / English / WINNT / i386 / setupsp.inf < prev    next >
INI File  |  2005-02-04  |  4KB  |  128 lines

  1. ; Novell Client for Windows 2000/XP file
  2. ; Novell Client Support Pack Control INF File
  3. ;
  4. ; VeRsIoN=v4.91 SP1 Novell Client Support Pack Control INF
  5. ; CoPyRiGhT=copyright 1999-2005 by Novell, Inc. All rights reserved.
  6.  
  7. [ClientVersion]
  8. MajorVersion = 4
  9. MinorVersion = 91
  10.  
  11. [ServicePackVersion]
  12. ServicePack = 1
  13.  
  14. [ServicePackOptions]
  15. ;
  16. ; Reinstall = NO causes SETUPSP.EXE to not apply
  17. ; updates again if the current support pack has already
  18. ; been installed on the workstation.
  19. ;
  20. ; Reinstall = YES forces SETUPSP.EXE to run and
  21. ; re-apply updates even when the current support pack
  22. ; is detected as having already been installed. 
  23. ;
  24. ; NOTE: to for the reinstallation of the updates,
  25. ; Set Reinstall = YES and DisplayInstallPrompts = NO
  26. ;
  27. Reinstall = NO
  28.  
  29. ;
  30. ; DisplayInstallPrompts = YES displays all prompts 
  31. ; which ask the user whether or not to perform install
  32. ; tasks or inform the user why install tasks were
  33. ; not performed.
  34. ;
  35. ; DisplayInstallPrompts = NO diables all prompts 
  36. ; which ask the user whether or not to perform install
  37. ; tasks or inform the user why install tasks were
  38. ; not performed.
  39. ;
  40. ; NOTE: DisplayInstallPrompts has no affect on
  41. ; RebootOnCompletion or PromptUserOnCompletion
  42. ;
  43. DisplayInstallPrompts = YES
  44.  
  45. ;
  46. ; UpdateNICI = YES causes SETUPSP.EXE to install
  47. ; updates to the NICI optional product included with the
  48. ; Novell Client for Windows if it detects that
  49. ; NICI is currently installed.
  50. ;
  51. ; UpdateNICI = NO causes SETUPSP.EXE to skip the 
  52. ; installation of updates to the NICI optional product
  53. ; included with the Novell Client for Windows even if
  54. ; it detects that NICI is currently installed.
  55. ;
  56. UpdateNICI = YES
  57.  
  58. ;
  59. ; UpdateNNAS = YES causes SETUPSP.EXE to install
  60. ; updates to the NMAS optional product included with the
  61. ; Novell Client for Windows if it detects that
  62. ; NMAS is currently installed.
  63. ;
  64. ; UpdateNMAS = NO causes SETUPSP.EXE to skip the 
  65. ; installation of updates to the NMAS optional product
  66. ; included with the Novell Client for Windows even if
  67. ; it detects that NMAS is currently installed.
  68. ;
  69. UpdateNMAS = YES
  70.  
  71. ;
  72. ; UpdateNetIdentity = YES causes SETUPSP.EXE to install
  73. ; updates to the NetIdentity optional product included with the
  74. ; Novell Client for Windows if it detects that
  75. ; NetIdentity is currently installed.
  76. ;
  77. ; UpdateNetIdentity = NO causes SETUPSP.EXE to skip the 
  78. ; installation of updates to the NetIdentity optional product
  79. ; included with the Novell Client for Windows even if
  80. ; it detects that NetIdentity is currently installed.
  81. ;
  82. UpdateNetIdentity = NO
  83.  
  84. ;
  85. ; RebootOnCompletion = PROMPT prompts the user to decide
  86. ; whether the workstation should be shut down and
  87. ; restarted.  The interactive user will receive a "Yes"
  88. ; or "No" option providing them a choice of whether the
  89. ; workstation should be restarted after installation of
  90. ; the support pack.
  91. ;
  92. ; NOTE: The PromptUserOnCompletion setting has no effect
  93. ; when RebootOnCompletion is set to PROMPT.
  94. ;
  95. ; RebootOnCompletion = YES restarts the workstation after
  96. ; installation. The PromptUserOnCompletion setting
  97. ; controls whether the user is advised that the
  98. ; workstation is about to restart.
  99. ; RebootOnCompletion = NO exits the installation without
  100. ; restarting the workstation.  The PromptUserOnCompletion
  101. ; setting controls whether the user is advised that
  102. ; install completed before SETUPSP.EXE exits.
  103. ;
  104. RebootOnCompletion = PROMPT
  105.  
  106. ;
  107. ; PromptUserOnCompletion = YES displays an informational
  108. ; prompt upon completion of the installation process.
  109. ; This prompt only confirms that installation completed
  110. ; prior to whichever post-install action will take place.
  111. ; (Whether SETUPSP.EXE will just exit or will reboot the
  112. ; workstation, depending on whether RebootOnCompletion is
  113. ; set to YES or NO.)  In the prompt displayed by having
  114. ; PromptUserOnCompletion = YES, the user must simply
  115. ; press OK and does not have a choice to override or
  116. ; force a reboot.
  117. ; PromptUserOnCompletion = NO prevents an informational
  118. ; dialog from being displayed after completing
  119. ; installation. If the RebootOnCompletion setting is YES,
  120. ; the workstation will immediately reboot without waiting
  121. ; for the user to acknowledge any prompts.  If the
  122. ; setting is NO, SETUPSP.EXE immediately exits without
  123. ; waiting for the user to acknowledge any prompts.
  124. ;
  125. PromptUserOnCompletion = YES
  126.