Commit Graph

4 Commits

Author SHA1 Message Date
Micah R Ledbetter
72059d3d80 Big list of changes.
Status:
- ALMOST completely working in win10!
- Escept somehow my RestartRegistryEntry stuff broke?? Fuck

Scripts:
- Test PS syntax of all scripts before running buildlab
- Add Invoke-ScriptblockAndCatch and Write-ErrorStackToEventLog
- Move more bullshit to the slipstream module
- Improve Get-RestartRegistryEntry
- Fix Install-SevenZip
- Fix Compress-WindowsInstall
- Add ability to disable systray icon hiding
- Add ability to disable IE first run customization
- Add Set-PinnedApplication
- Add Set-AllNetworksToPrivate - required for Windows 10

win10 changes:
- Vagrant templates: enable accelerated video, clipboard, d&d
- packerfiles: enable clipboard, d&d
- Autounattend.xml files: enable UAC

Other
- Update documentation
2015-11-11 15:50:37 -06:00
Micah R Ledbetter
8a999fdd58 Reliably start WinRM, support Win10x86, fix other
Big features:

- Reliably start WinRM now!!
- Support Windows 10 x86!

Smaller features

- Improve README
- Don't power off the (virtual) monitor to save power
- Add Invoke-ScriptblockAndCatch and use it in postinstall scripts

Fixes and reorgs:

- Move all the packer stuff inside the packer/ directory
- Break out possibly-nonfunctional slipstream stuff to its own module
- Clean up broken bits in buildlab
- Clean up vestigial bits in wintriallab-postinstall
- Fix lots of broken pieces after encountering them one by one
- Fix RestartAction stuff in autounattend-postinstall
2015-11-02 17:27:46 -06:00
Micah R Ledbetter
736a42c514 Move scripts/postinstall/* to just scripts 2015-11-02 11:33:54 -06:00
Micah R Ledbetter
4192667eec wintriallab: WORKING BUILDS
- It can auto trigger WinRM enabling
- Use stronger password for vagrant user so WinRM will allow it
- Reboot after installing VBox Additions before running WSUS
- Way more verbose Packer
- Slightly better error handling in postinstall scripts
- Use the Event Log for logging in the postinstall module
- Fix lots of bugs that cropped up without me realizing
- Install VBox Additions from either ISO or attached disk
- Install from ISO by default (smoother in Packer)
- Accept EULA for Windows Updates where relevant
2015-10-30 19:47:57 -05:00