daptiv / dotnetframework

Chef cookbook for installing and configuring .NET framework 4.x
Apache License 2.0
8 stars 20 forks source link

Add reboot handler #2

Closed sneal closed 11 years ago

sneal commented 11 years ago

.NET won't finish installation until Windows reboots because of the locked mscoree.dll. This change adds a reboot notification. Additionally this upgrades the Vagrantfile to 2.0 syntax.

yzl commented 11 years ago

LGTM.

fwiw, the problems I had getting this to work on my machine had to do with a lock file pointing to v1.8.8 of the windows cookbook which had this problem: https://github.com/opscode-cookbooks/windows/pull/33)