This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: Web Setup MSI fail when used on Servers with the Loopback Adapter installed
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
Travis, who works with me, sent out
a useful Gotcha today that was too useful to not blog.
We have a VM that requires the Host OS to use the Microsoft Loopback Adapter in order
to create an internal subnet that is local to that machine. It keeps the VM
sequestered.
However, due to the way the Loopback Adapter works, Visual Studio Web Setup Projects
(MSIs) will fail. To fix it, disable the Loopback Adapter, run the install,
then enable the adapter.