banner

[SetupParams]

Answer File = Unattend.txt

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"

UserExecute

Specifies the command or application to run after Setup completes.

Syntax UserExecute = path_and_file_name
Value path_and_file_name
Default Value none
Example
[SetupParams]
UserExecute="C:\folder1\folder2\example.exe /s1 /s2"
Comments Enclose path_and_file_name in quotation marks if it is a long file name. You can omit the path only if the application is in the %SYSTEMROOT% or %SYSTEMROOT%\system32 folder or search path.

icon Return to top