For those of you that tried it might have noticed some error saying:
“Cannot find %sysdrive%\inetpub\wwwroot”
You can solve this problem by changing a registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp
Change the value from: %systemdrive%\inetpub\wwwroot
to: c:\inetpub\wwwroot
and your installation will work. At least mine did

Thanks for the info. I ran into this tonight, and was pretty much perplexed.