MStest Posted December 5, 2003 Share Posted December 5, 2003 1:[setupParams]Answer File = Unattend.txt/winnt.sifThis 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. SampleThis 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.sifThe [FavoritesEx] section contains the default Favorites settings for the Windows browser. If not present, Setup uses the default for Microsoft® Windows®.SampleThis sample demonstrates one use of the [FavoritesEx] section of Unattend.txt.[FavoritesEx]Title1 = MSN.urlURL1 = http://www.microsoft.com/Title2 = MSNBC.urlURL2 = http://www.msnbc.co3:[GuiUnattended]ProfilesDirAnswer File = Unattend.txt/winnt.sifSpecifies 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now