Skip to content

Commit

Permalink
added more puppet and vbox reboot on win7 winrm template
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever committed Nov 7, 2012
1 parent 6bb75b1 commit 2f86263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions templates/windows-7-enterprise-amd64-winrm/install-puppet.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cmd /C cscript %TEMP%\wget.vbs /url:https://downloads.puppetlabs.com/windows/puppet-3.0.1.msi /path:%TEMP%\puppet.msi
cmd /C msiexec /qn /i %TEMP%\puppet.msi
cmd /C gem install sys-admin win32-process win32-dir win32-taskscheduler
cmd /C gem install win32-service --platform=mswin32
4 changes: 2 additions & 2 deletions templates/windows-7-enterprise-amd64-winrm/install-vbox.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# with this, we can open the iso, and extract the VBoxWindowsAdditions.exe!
# http://downloads.sourceforge.net/sevenzip/7z920.exe
cmd /c certutil -addstore -f "TrustedPublisher" a:oracle-cert.cer
cmd /c e:\VBoxWindowsAdditions-amd64.exe /S

shutdown /r /t 2 /c "Install Virtualbox Guest Additions Reboot" /f /d p:4:1

0 comments on commit 2f86263

Please sign in to comment.