Jump to content

Other Unattended Config Section


Recommended Posts

1:[setupParams]

Answer File = Unattend.txt/winnt.sif

This section is used to run an additional post-Setup command. It contains a single entry, UserExecute. The command specified with UserExecute runs immediately after Setup completes.

Entry Description

UserExecute Specifies the command or application to run after Setup completes.

Sample

This sample demonstrates one use of the [setupParams] section of Unattend.txt.

[setupParams]

UserExecute="C:\folder1\folder2\example.exe /s1 /s2"

2:[FavoritesEx]

Answer File = Unattend.txt/winnt.sif

The [FavoritesEx] section contains the default Favorites settings for the Windows browser. If not present, Setup uses the default for Microsoft® Windows®.

Sample

This sample demonstrates one use of the [FavoritesEx] section of Unattend.txt.

[FavoritesEx]

Title1 = MSN.url

URL1 = http://www.microsoft.com/

Title2 = MSNBC.url

URL2 = http://www.msnbc.co

3:[GuiUnattended]

ProfilesDir

Answer File = Unattend.txt/winnt.sif

Specifies the location of Windows XP or Windows Server 2003 family profiles.

Syntax ProfilesDir = path_to_profile_folder

Value path_to_profile_folder

Default Value "%SYSTEMDRIVE%\Documents and Settings"

Example:

ProfilesDir = "%SYSTEMROOT%\Profiles"

Comments This entry is useful if you require new installations to use the same profile folder as Windows NT 4.0 or Windows 2000. This entry is valid only on clean installations of Windows XP or Windows Server 2003 family. Setup ignores this entry during upgrades.

The specified directory can contain an environment variable such as %SYSTEMDRIVE% or %SYSTEMROOT%. Enclose path_to_profile_folder in quotation marks if it is a long file name or if it contains an environment variable.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...