Advertisement
Guest User

Untitled

a guest
May 29th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # This is a default sample, edit before use.
  2. # Copyright (c) 1994-2008
  3. # UGS. All rights reserved
  4. # SCCS: @(#) link_stamp ug_install.ans V6.0.0.24 06/18/08 18:40:35
  5. # *****************************************************************************
  6. # Rev History:
  7. # 6.0 Ric Baxter 31JUL07 Initial NX 6.0 version taken directly from NX 5.0.
  8. # 6.0 Ric Baxter 20MAY08 Final NX6 version.
  9. # *****************************************************************************
  10. #
  11. # Data in this file can be used to provide
  12. # answers to the installation script.
  13. # Answer rules:
  14. # 1. bourne shell environment variable format only.
  15. # 2. answers must begin in the first column.
  16. # 3. commented answers are ignored.
  17. # 4. in line comments are allowed.
  18. # 5. answers can be in any order
  19. # 6. duplicates are allowed.
  20. # 7. ONLY the last answer is used.
  21. #
  22.  
  23. UGII_INSTALL_TYPE=1 # Installation type. main menu.
  24. UGII_SOURCE= # Source dir for UG files.
  25. UGII_BASE_DIR_ANSWER=/usr/ugs060 # UG base directory answer.
  26. MODIFY_SYSTEM_FILES_OK=yes # O.K. to modify system files.
  27. FLEX_LIC_SERVERS=28000@`uname -n` # FLEX License server(s).
  28. UGII_SELECTIONS=99 # Optional Product selections.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement