summaryrefslogtreecommitdiffstats
path: root/answerfiles/SetupComplete.cmd.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2012-07-25 20:34:56 -0600
committerRich Megginson <rmeggins@redhat.com>2012-07-25 20:37:00 -0600
commit14748057b040ce3c7073de0088a3fe8b75fd6a89 (patch)
treefe075fd35166de0926c63e96034380eb8d66a3a6 /answerfiles/SetupComplete.cmd.in
parent792e1312636cbcd78be3a12953b0ea009f116364 (diff)
downloadauto-win-vm-ad-14748057b040ce3c7073de0088a3fe8b75fd6a89.tar.gz
auto-win-vm-ad-14748057b040ce3c7073de0088a3fe8b75fd6a89.tar.xz
auto-win-vm-ad-14748057b040ce3c7073de0088a3fe8b75fd6a89.zip
use cdrom instead of floppy
first pass at passsync installer split out AD installer from postinstall fixes for nextscript parameterize SETUP_PATH in all cmd files
Diffstat (limited to 'answerfiles/SetupComplete.cmd.in')
-rw-r--r--answerfiles/SetupComplete.cmd.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/answerfiles/SetupComplete.cmd.in b/answerfiles/SetupComplete.cmd.in
new file mode 100644
index 0000000..0c3fc10
--- /dev/null
+++ b/answerfiles/SetupComplete.cmd.in
@@ -0,0 +1,9 @@
+echo hello from SetupComplete.cmd
+rem echo Disable LUA
+rem reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
+rem echo Setup AD as Domain Controller
+rem dcpromo.exe /unattend:@SETUP_PATH@\dcinstall.ini > c:\dcinstall.log 2>&1
+rem echo Install Enterprise Root CA
+rem cscript @SETUP_PATH@\Setupca.vbs /IE
+rem echo Enable LUA
+rem reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f