home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / next / deploy.txt < prev    next >
Text File  |  2002-12-08  |  3KB  |  81 lines

  1. This document explains how to setup the BootIt NG (1.28d+) installation 
  2. diskette to ease deployment to a large number of computers.
  3.  
  4. There are several ways you can setup the installation diskette to ease 
  5. deployment.  This document explains only one level, all settings, users, and 
  6. menus.  If you didn't want something to migrate from the base machine such as 
  7. the default menu then between step 2 and 3 you would delete the DEFAULT.MNU 
  8. file.
  9.  
  10. Although you can deploy all the BootIt NG settings, users, registration, and 
  11. boot menus; you can *not* deploy specific changes to the partitions 
  12. themselves (including naming).
  13.  
  14.  
  15. Assumptions:
  16. ~~~~~~~~~~~~
  17. You have several machines with the same OS and partitions.  You would like to 
  18. configure one of the machines with BootIt NG and then deploy it (BootIt NG 
  19. settings) to the other machines.
  20.  
  21. Step 1
  22. ~~~~~~
  23. Configure BootIt NG on one of the machines.  Once all settings/users/boot 
  24. menus are created and working, move on to step 2.
  25.  
  26. Step 2
  27. ~~~~~~
  28. Use the Backup option on the BootIt NG desktop to backup BootIt NG to the 
  29. diskette drive.  To do this check the "BootIt NG" box then click OK.
  30.  
  31. When it asks for a diskette, use your BootIt NG installation diskette as the 
  32. target.
  33.  
  34. When it says files exist, choose the None option.
  35.  
  36. Once the backup completes, continue with step 3.
  37.  
  38. Step 3
  39. ~~~~~~
  40. In this step you'll create an auto response file for BootIt NG setup to use.
  41.  
  42. Create a text file named AUTORESP.BNG on the BootIt NG installation diskette.  
  43. You can use notepad or your favorite text editor to do this.
  44.  
  45. When installation finds this file on the diskette it knows it can proceed
  46. without asking serveral questions and that it should configure the machine
  47. to match the base machine you configured in Step 1.
  48.  
  49. You can override the default settings and/or the settings from the base
  50. machine by adding the following items to AUTORESP.BNG:
  51.  
  52. -------------------------------------------------------------------------
  53. LimitPrimaries=0   - Don't limit primaries
  54. or
  55. LimitPrimaries=1   - Limit primaries (if possible) (**)
  56. -------------------------------------------------------------------------
  57. EMBRMPartition=DS  - Install to dedicated if possible otherwise shared.
  58. or
  59. EMBRMPartition=SD  - Install to shared if possible otherwise dedicated.
  60. or
  61. EMBRMPartition=D   - Dedicated if possible otherwise ask if shared is okay.(*)
  62. or
  63. EMBRMPartition=S   - Shared if possible otherwise ask if dedicated is okay.
  64. -------------------------------------------------------------------------
  65. MouseTest=0        - No mouse test.
  66. or
  67. MouseTest=1        - Perform mouse test (*)
  68. -------------------------------------------------------------------------
  69. IgnoreBackupFail=0 - Won't prompt with warning if backups fail.
  70. or
  71. IgnoreBackupFail=1 - Will prompt with warning if backups fail. (*)
  72. -------------------------------------------------------------------------
  73. (*) Default.
  74. (**) Default unless overridden by base machine.
  75.  
  76. Note that only the first three characters are actually used so "Lim=0" is the 
  77. same as "LimitPrimaries=0".
  78.  
  79.  
  80.  
  81.