« Previous Next »

Thread: Windows 7 + Web Platform Installer

Last post 08-24-2009 12:03 PM by richma. 12 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (13 items)

Sort Posts:

  • 08-15-2009, 7:55 AM

    • szelpe
    • Not Ranked
    • Joined on 08-15-2009, 11:49 AM
    • Posts 2

    Windows 7 + Web Platform Installer

    I installed Windows 7, and Web PI, but just a few applications appeard in the Web PI. Web PI doesn't supports Windows 7?
  • 08-15-2009, 10:50 AM In reply to

    Re: Windows 7 + Web Platform Installer

     Same here. I wish someone for the IIS team will comment on it as windows 7 RTM is out there. I had the same issue. Installed windows 7, IIS 7 and then the Web PI. Under web platform -> webserver, nothing shows up. its empty. Under frameworks -> only .net 3.5 and asp.net mvc shows up. I guess my question is,is Web PI supported on windows 7 and if not, how to install some of the extensions in Web PI without it.

  • 08-16-2009, 9:39 AM In reply to

    Re: Windows 7 + Web Platform Installer

    quamebuah:

     Same here. I wish someone for the IIS team will comment on it as windows 7 RTM is out there. I had the same issue. Installed windows 7, IIS 7 and then the Web PI. Under web platform -> webserver, nothing shows up. its empty. Under frameworks -> only .net 3.5 and asp.net mvc shows up. I guess my question is,is Web PI supported on windows 7 and if not, how to install some of the extensions in Web PI without it.

     

    Web PI can works on my laptop which installed Windows 7 RTM.But i got the same issue on Windows Server 2008 R2 Server Core.I Install the following features on Windows Server 2008 R2 Server Core:

     

    Dism /online /enable-feature /featurename: WAS-WindowsActivationService;WAS-ProcessModel;NetFx2-ServerCore;NetFx3-ServerCore;IIS-WebServerRole

    start /w pkgmgr /iu:IIS-ASPNET;IIS-NetFxExtensibility;IIS-ISAPIExtensions;IIS-ISAPIFilter;

        And i install the Web PI with WebPlatformInstaller_x64.msi.When i try to run Web PI i got the same issue ( "Under web platform -> webserver, nothing shows up. its empty. Under frameworks -> only .net 3.5 and asp.net mvc shows up." ) .Then i try to use InetMgr to use the Web PI but when i click the icon it shows nothing. I try to install the IIS extension Dynamic IP Restrictions beta1 by download dynamiciprestrictions_beta_x64.msi and instasll it at the ComandLine.But when i use InetMgr to connect to the server, I can't find the icon of Dynamic Ip Address and Domain Restrictions.

     

  • 08-17-2009, 12:19 PM In reply to

    • richma
    • Top 25 Contributor
    • Joined on 04-06-2009, 4:10 PM
    • Posts 353

    Re: Windows 7 + Web Platform Installer

    Hi All,

    Yes WebPi is support on Win7.

    The  product list for external downloads are poplulated from the XML files located in the following directory.:  %localappdata%\Microsoft\Web Platform Installer\ .  The file that has the WebPlatform and Framework items is productCache2.0.0.5.xml . 

    So I  would suspect either the list is corrupt  or  a read failure. To force an update delete the productCache  xml and restart  WebPi. The resulting file I downloaded today is 517 k. If you see that the file gets downloaded and still dont see the items  Can you verify if  the following is in the downloaded file.

      <!-- SQL PHP (x86) -->
      <entry>
        <productId>222</productId>
        <title>Microsoft SQL Server Driver for PHP 1.0</title>

     Thanks

    Richard

     

     

  • 08-17-2009, 2:48 PM In reply to

    • szelpe
    • Not Ranked
    • Joined on 08-15-2009, 11:49 AM
    • Posts 2

    Re: Windows 7 + Web Platform Installer

    My productCache  xml file is also 517 k, and contains  <!-- SQL PHP (x86) --> etc...

    here are two lines from the log file:

    DownloadManager Information: 0 : Product Static Content (www.microsoft.com/web/webpi/2.0/WebProductList.xml?1) is not supported on this OS
    DownloadManager Information: 0 : Product Default Document (www.microsoft.com/web/webpi/2.0/WebProductList.xml?2) is not supported on this OS
    ...
    All line ends with the "is not supported on this OS"

    I looked into the productCache  xml and figured out the problem may be with the <osTypes> section. For example look at the 'Static Content'-s <supportedOSes> section:

    <supportedOSes>
          <os>
            <minimumVersion>
              <osMajorVersion>6</osMajorVersion>
              <!-- major version for Vista and Longhorn-->
              <osMinorVersion>0</osMinorVersion>
              <!-- none specified for Vista and Longhorn-->
              <spMajorVersion>0</spMajorVersion>
              <!-- sp version -->
            </minimumVersion>
            <osTypes>
              <Server />
              <HomePremium />
              <Ultimate />
              <Enterprise />
              <Business />
            </osTypes>
          </os>
        </supportedOSes>


    But my OsType is Windows 7 Professional, not listed in OsTypes.

    If I change this to:

    <supportedOSes>
          <os>
            <minimumVersion>
              <osMajorVersion>6</osMajorVersion>
              <!-- major version for Vista and Longhorn-->
              <osMinorVersion>0</osMinorVersion>
              <!-- none specified for Vista and Longhorn-->
              <spMajorVersion>0</spMajorVersion>
              <!-- sp version -->
            </minimumVersion>
          </os>
        </supportedOSes>

    Static Content appears in the Web PI window.

  • 08-17-2009, 3:55 PM In reply to

    • richma
    • Top 25 Contributor
    • Joined on 04-06-2009, 4:10 PM
    • Posts 353

    Re: Windows 7 + Web Platform Installer

    Hi  szelpe

    Thats the problem , thanks for finding this .  This has been passed along to our product team.

    Richard

     

  • 08-18-2009, 3:19 AM In reply to

    Re: Windows 7 + Web Platform Installer

    my OsType is Windows 7 Ultimate,and it look like Server Core is not listed in OsTypes?
  • 08-18-2009, 12:33 PM In reply to

    • PLindes
    • Not Ranked
    • Joined on 08-18-2009, 4:27 PM
    • Posts 3

    Re: Windows 7 + Web Platform Installer

    I've been trying to get the Silverlight 3.0 Visual Studio tools installed on my Windows 7 machine without any luck so far.  I edited the productCache2.0.0.5.xml file as suggested above, taking out all the many <osTypes> tags and their contents, but the Installation Wizard gives a failed "Incompatible processses check" with this in the message box:

    productCache2.0.0.5.xml - Microsoft Visual Studio (Administrator)

    Any suggestions on what I should do?  Am I editing the correct copy of the productCache2.0.0.5.xml file?  What else should I try?

  • 08-18-2009, 12:52 PM In reply to

    • richma
    • Top 25 Contributor
    • Joined on 04-06-2009, 4:10 PM
    • Posts 353

    Re: Windows 7 + Web Platform Installer

    @plindes

    Are you seeing  problem where SilverLight is not offered as an installation program or errors when installating ?

     

  • 08-18-2009, 1:09 PM In reply to

    • PLindes
    • Not Ranked
    • Joined on 08-18-2009, 4:27 PM
    • Posts 3

    Re: Windows 7 + Web Platform Installer

    I'm getting an error from the Installation Wizard which says "Incompatible processses check" failed with this in the message box:

    productCache2.0.0.5.xml - Microsoft Visual Studio (Administrator)

  • 08-18-2009, 3:34 PM In reply to

    • PLindes
    • Not Ranked
    • Joined on 08-18-2009, 4:27 PM
    • Posts 3

    Re: Windows 7 + Web Platform Installer

    It did work when I shut down Visual Studio before doing the install.  Thanks!

  • 08-18-2009, 4:30 PM In reply to

    Re: Windows 7 + Web Platform Installer

    I have the same problem. Clean install of Windows 7 professional x86 RTM.

  • 08-24-2009, 12:03 PM In reply to

    • richma
    • Top 25 Contributor
    • Joined on 04-06-2009, 4:10 PM
    • Posts 353

    Re: Windows 7 + Web Platform Installer

    Hi Sword-breaker,

    Sorry I did not respond to this question earlier , but Server Core is not supported currently.

    Richard

Page 1 of 1 (13 items)
Microsoft Communities