The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Web Setup MSI fail when used on Servers with the Loopback Adapter installed

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Hanselman

Posts: 1031
Nickname: glucopilot
Registered: Aug, 2003

Scott Hanselman is the Chief Architect at Corillian Corporation and the Microsoft RD for Oregon.
Web Setup MSI fail when used on Servers with the Loopback Adapter installed Posted: Jun 18, 2004 4:05 PM
Reply to this message Reply

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.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Scott Hanselman
Latest Posts From Scott Hanselman's ComputerZen.com

Advertisement

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.

(The problem is that, on install, the installer looks at the path it's going to install to and it comes back like http://machinename/http://machinename/targetpath <http://machinename/http:/machinename/targetpath>  - note the looping back going on there.  The installer doesn't like that.)

Interesante, but that's what you get when you do unusual stuff, eh?

Read: Web Setup MSI fail when used on Servers with the Loopback Adapter installed

Topic: Communicating Project Progress with a white board Previous Topic   Next Topic Topic: My upcoming speaking schedule

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use