May 7, 201016 yr First off love the program huge help for what I am doing.I have windows server that is unattended as well as the dcpromoto use dcpromo interlaced with the winnt.sif you use the GUiRunOnce commandso for the WPI app I browsed to c:\windows\system32\dcpromo.exe for adding a new programthen in the command line i added the following /answer:c:\windows\system32\answer.txt but that does not work.Is this not an accepted option for WPI? it works fine from the run window.also when I go back to configure the program the switches are missing like they did not save Edited May 7, 201016 yr by deaconf19
May 7, 201016 yr create a .cmd batch script that runs the proper DCPROMO command, then call the batch from WPI.dcpromo isn't so much an "application" as it is a command line tool. Edited May 7, 201016 yr by MrJinje
May 7, 201016 yr Author create a .cmd batch script that runs the proper DCPROMO command, then call the batch from WPI.dcpromo isn't so much an "application" as it is a command line tool.could you guide me a little on bat files I am not to strong on this . I come from a Unix background@echo offstart /wait c:\windows\system32\dcpromo.exe /answer:c:\windows\system32\answer.txtwould that work
May 7, 201016 yr could you guide me a little on bat files I am not to strong on this . I come from a Unix background@echo offstart /wait c:\windows\system32\dcpromo.exe /answer:c:\windows\system32\answer.txtwould that workExactamundoBut if that fails, try it without the "start /wait". You probably already know this, but for future readers. If you have to install stuff like office, firefox, etc, order them to install before the dcpromo command. dcpromo should run dead last. Also, there is a setting in answer.txt that forces reboot, be sure to use it.
Create an account or sign in to comment