(Remote Installation Services)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

[SetupParams]

This section contains an entry for running an additional post-Setup command.

UserExecute

Specifies the command or application to run after Setup completes.

Syntax
UserExecute = path_and_file_name
Value Description

path_and_file_name

Path and file name of the command or application.

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.