Specialized Administration > Configuring Your Windchill Environment > Using Windchill Configuration Assistant to Configure Windchill > Running the Windchill Configuration Assistant > Ant Command Syntax for Running the Assistant > Running Windchill Configuration Assistant in Unattended Mode
  
Running Windchill Configuration Assistant in Unattended Mode
The Windchill Configuration Assistant can be run with or without user interaction. By default the assistant runs in interactive mode. In interactive mode, the user is prompted to accept or override property values calculated by the assistant as it runs each internal target.
To run the assistant in unattended mode, include -Dinteractive=false on the ant command:
ant -f WindchillConfigAssistant.xml target
-Dinteractive=false
In unattended mode, the assistant uses the calculated property values as though they were accepted by the user.
The targets for which the -Dinteractive=false argument is valid are as follows:
configure
configureWindchill
configureTomcat
If you specify other targets on the ant command, the assistant does not check the value of the interactive property when it runs. Therefore, the -Dinteractive=false argument is not used.