Example: NWSD configuration file

This example configuration file:


+--------------------------------------------------------------------------------+
| *************** Beginning of data *************************************        |
| ******************************************************************             |
| * Update D:\UNATTEND.TXT                                                       |
| ******************************************************************             |
| *                                                                              |
| *=================================================================             |
| * Set default directory and file name values.                                  |
| *=================================================================             |
| SETDEFAULTS TARGETDIR = 'D:\', TARGETFILE = 'UNATTEND.TXT'                     |
| *                                                                              |
| *=================================================================             |
| * Delete and use a substitution variable to re-add TimeZone line.              |
| *=================================================================             |
| ADDCONFIG VAR    = 'TimeZone', ADDWHEN = 'NEVER', DELETEWHEN = 'ALWAYS'        |
| ADDCONFIG ADDSTR = 'TimeZone="%TIMEZONE%"',                                    |
|   FILESEARCHSTR  = '%FPA_L_BRACKET%GuiUnattended%FPA_R_BRACKET%'               |
| *                                                                              |
| * Add lines to configure the display.                                          |
| *=================================================================             |
| * Set default search values to add new statements to the file                  |
| * before the UserData section header line.                                     |
| SETDEFAULTS FILESEARCHSTR = '%FPA_L_BRACKET%UserData%FPA_R_BRACKET%',          |
|             FILESEARCHPOS = 'BEFORE'                                           |
| *                                                                              |
| * Add the display statements to the file.                                      |
| ADDCONFIG ADDSTR = '%FPA_L_BRACKET%Display%FPA_R_BRACKET%',                    |
| UNIQUE = 'YES'                                                                 |
| ADDCONFIG ADDSTR = 'ConfigureAtLogon = 0',  UNIQUE = 'YES'                     |
| ADDCONFIG ADDSTR = 'BitsPerPel = 16',       UNIQUE = 'YES'                     |
| ADDCONFIG ADDSTR = 'XResolution = 640',     UNIQUE = 'YES'                     |
| ADDCONFIG ADDSTR = 'YResolution = 480',     UNIQUE = 'YES'                     |
| ADDCONFIG ADDSTR = 'VRefresh = 60',         UNIQUE = 'YES'                     |
| ADDCONFIG ADDSTR = 'AutoConfirm = 1',       UNIQUE = 'YES'                     |
| *                                                                              |
|                                                                                |
+--------------------------------------------------------------------------------+