Microsoft Web Platform Installer is a tool for automating the installation of products pertaining to the Microsoft Web Platform.

learn more… | top users | synonyms

0
votes
0answers
8 views

add custom webpi feed programmatically

Is it possible to add custom feed programmatically to Web Platform Installer? I tried adding the feed manually and found that the feed location is stored in `%APPDATA%\Microsoft\Web Platform ...
0
votes
1answer
43 views

Unable to Install Webmatrix

Error Occurs Microsoft Web Platform Installer couldn't find the product you tried to install. Either the link you clicked is incorrect or you may be overriding you feed with a different feed The ...
0
votes
0answers
27 views

Web Platform Installer - Specific Application Pool in IIS7.0

I'm making a zip package to be uploaded to the MS web gallery. There is no SQL database, so manifest.xml looks pretty simple... <MSDeploy.iisApp> <iisApp path="test_app"/> ...
0
votes
0answers
16 views

create installer for the two web application in vs2008

I am first time doing the installer with Visual Studio 2008 (Web Setup Project). Here I have two different application publish folders (files need to run the application on IIS). I want to create the ...
1
vote
0answers
320 views

The feature you are trying to use is on a network resource that is unavailable

Web platform installer 4.5 was downloaded from official site. During istallation got problem: it doesn't see wpi.msi file in the folder. But when I open this folder in explorer I see this file. ...
0
votes
1answer
150 views

Setup project and IIS

I am creating a new Setup project using Visual Studio 2010. I have an existing application which has a few .aspx files along with few other directories. The application has lots of other non-ASP.Net ...
0
votes
2answers
141 views

Web Platform Installer - Customize Web Application Installation UI

I am trying to realize a web application which can be deployed through the Microsoft Web Platform Installer for a private usage (i don't want to publish my application, so i made a custom feed). I ...
4
votes
2answers
338 views

WPI 4.5 Error after upgrading

I just upgraded Web Platform Installer to version 4.5 on two separate Windows 8 machines. (One is a physical machine and the other is a VM). I am unable to run WPI 4.5, both are showing the following ...
1
vote
0answers
39 views

Clickonce installer

I've created MS Word 2007 application using ClickOnce as installer in MSVC2010, my question is whether such an application is free for commercial usage.If not what criteria do I or my client have to ...
0
votes
1answer
418 views

Acquiring Software via WebPi Through Web Proxy Requiring Authentication

I am behind a corporate firewall and the company I work for has VS 2012 Ultimate. I want to start developing for SharePoint 2013 using VS 2012. I found out later that the default installation does not ...
0
votes
1answer
136 views

Azure Web Platform Installer cmdline fails to download predefined feeds

Using the WebPICmd downloaded from the link on this page today (2012-12-03), I'm getting some error messages whenever I try to install any package. Apparently it fails to download the predefined ...
0
votes
0answers
74 views

why can't I un-install or re-install applications using Web Platform Installer?

I am having problems with IIS Express so I have decided to try and un-install or re-install the application in web platform installer. The only problem is there doesn't seem to be a way of ...
1
vote
1answer
169 views

Web Platform Installer Hadoop RE-install

I installed HDInsight (Hadoop) using the Web Platform Installer under Windows 8, only to find that the installer was set to install to IIS Express instead of IIS. So, I uninstalled it using Add/Remove ...
0
votes
0answers
60 views

Webmatrix taking too much time to Install [closed]

I had recently downloaded Webmatrix 2 setup from Microsoft site but The web platform installer is taking to much time in installing it is taking more than 3 hours to get installed. And while I am ...
0
votes
0answers
58 views

Can't locate php.exe

I am new to web programming, I have installed PHP for webmatrix. my php sites work perfectly but I need to use "php tools" in command line but it gives error "'php' is not recognized as an ...
0
votes
0answers
177 views

Why is joomla not listed in the webmatrix web gallery? [closed]

I want to install Joomla on my old XP laptop. On my state of the art desktop I invoke WebMatrix and I see Joomla 2.5 as the third item in the "all" tab. There are a total of 59 items. When I run ...
0
votes
1answer
184 views

Web Platform Installer - ProductId NETFramework4 not found

After setting a custom feed in Web Platform Installer when trying to set up mojoPortal the program crashed with the error ProductId NETFramework4 not found: When trying to launch the program again ...
0
votes
0answers
181 views

system.webServer/fastCgi/application not working in web.config

How do I register an IIS FastCGI application in a MSDeploy's web.config file as documented? I'm trying to build a simple test MS Web Deploy package installable by the Web Platform Installer via a ...
0
votes
2answers
193 views

MS WebPI package runCommand not working in Manifest.xml

How do I get the runCommand provider to work in the Manifest.xml of a MS Deploy package when installed via the Web Platform Installer? I'm trying to build a simple test MS Web Deploy package ...
0
votes
1answer
91 views

Return code/Exit status of the WebPICmd.exe

Is there a way to detect the exist status of WebPICmd.exe (Command line version of WebPlatformInstaller), so that I can use it in my script. I need to know if installation of particular product ...
0
votes
1answer
121 views

prevent webpicmd from sending output to new window in windows 8

Aftger installing the latest version of WebPICmd.exe from the chocolatey gallery (http://chocolatey.org/packages/webpicommandline, 7.1.1374) on windows 8 I am not able to use the problem. For some ...
0
votes
3answers
555 views

How do I create a MSI for my web application?

I have a web application, where the UI is in seperate folder and solution, the middle tier as well as the data layer in different folders and solutions. Now I need to create a MSI for my web ...
1
vote
1answer
448 views

can't install iis logging tools using the web platform installer 3.0

Trying to install WordPress from Web Platform Installer on Windows Server 2008 R2 Standard and having problem with one of its dependencies : IIS logging tools. Also tryed to install IIS Logging Tools ...
0
votes
1answer
522 views

WebPiCMD.exe with Remote PowerShell Execution when installing .NET Framework 4

Has anybody had any luck using the WebPICmd.exe to automate the installation of .NET Framework 4 remotely. I am trying to do it with PowerShell and it does not seem to be working. PS C:> ...
3
votes
6answers
3k views

“Missing web components” error when opening MVC3 project in Visual Studio 11 Beta

When I open a solution containing an MVC3 project in Visual Studio 11 Beta, I see the following message: The Web project 'Landboss.Web' requires missing web components to run with Visual ...
2
votes
2answers
10k views

Install ASP.NET MVC 4 from the Web Platform Installer

When I launch the installer, I see the product details of the ASP.NET MVC 4 framework. When I click 'Install' it then gives me an Error dialog: ASP.NET MVC 4 installer (Visual Studio 2010) is ...
1
vote
1answer
365 views

Installer for Java Web Application

I have developed Web Application in C#, ASP.NET and SQL Server Express Edition. I have created installer (setup.exe) for the application using Visual Studio 2010. This installer checks for ...
1
vote
1answer
330 views

Can't install Orchard CMS using Web Platfor Installer 4.0 - failed signature

Can't download Orchard CMS using Web Platform Installer 4.0. This product did not install successfuly: Donwloaded file failed signature verification and may have been tampered. part of the Log file ...
1
vote
1answer
429 views

Windows Azure WebPi install fails for Nov 2011 release

whatever I try, it seems the webpi installer for Azure november 2011 release keeps failing. This it the log file I get from webpi: DownloadManager Information: 0 : Loading product xml from: ...
0
votes
1answer
161 views

Use IIS Express with Web Platform Installer?

Is it possible to publish an app on the web pi using iis express (and forcing the installation of it) rather that using straight up IIS?
2
votes
1answer
102 views

Download Web PI components to install them manually?

I have a new Test IIS server that my IT Ops "buddies" refuse to connect to the internet - but I'd like to update it with some of the latest components that the Web Platform Installer makes so easy! ...
1
vote
0answers
292 views

WPI - Visual Studio 2010 SP1

I am at a total loss when it comes to WPI and the continous reinstallation of Visual Studio 2010 SP1. I have even went as far as creating a virgin machine and installed VS2010 and then immediatly ...
1
vote
2answers
595 views

Create installation for a CMS using Codeigniter 2.0.3

I have created a basic CMS using CodeIgniter 2.0.3, and now I want to create an installation so it can work on other computers. I have hard time finding any advice on the net. What is the best ...
0
votes
2answers
179 views

WebpiCmdLine.exe NetFramework4 Access Denied

I've recently started learning Powershell and it's become a very important tool in my toolbelt. I am currently attempting to configure a number of remote environments with powershell and have been ...
0
votes
1answer
1k views

PDOException: SQLSTATE[42S02]

I have just install Drupal 7 through microsoft web platform installer after successful installation when i run web matrix and run it. It show me this error I am new to drupal so have no clue what is ...
0
votes
1answer
65 views

How are one-click installers working? suggestions for work plan

I would like to create a one click installer script for cpanel users. I know of some applications for this issue, like installatron.com, softaculous.com etc. cpanel users just click and install a php ...
0
votes
1answer
846 views

How to remove web matrix dependency from web platform installer

I wonder how to remove Web Matrix dependecy from web platform installer. For example, I saw screencast "how to install wordpress with wpi" and there everything was fine without installinb Web Matrix. ...
1
vote
1answer
118 views

Why does WepPi commandline not list the same products as the GUI does?

When trying to install PHP via the webPi command line (WebpiCmdLine.exe /Products:PHP53) it says: 'The following products are not available on this machine or already installed: PHP53' When ...
1
vote
2answers
457 views

Install all dependencies for Microsoft WebMatrix

I can't use Microsoft’s Web Platform Installer to install webmatrix. The error message is "Web Platform Installer has stopped working" I looked at different alternatives and then installed webmatrix, ...
7
votes
3answers
6k views

Web deploy in Visual Studio 2010 - web management service is missing

I'm setting up a new server on Windows 2008 (x64) with IIS 7.5. I have installed Web Deploy 2.1 from the Web Platform Installer. But the server is missing the Web Management Service, and as a result ...
1
vote
1answer
548 views

Installing Windows Server AppFabric

I'm trying to install Windows Server AppFabric using Web Platform Installer on my testing Windows Server 2008 Enterprise Edition. Although I have SQL Server (Developer Edition) installed on the ...
1
vote
2answers
1k views

how to find the connection string details for mysql in IIS?

I installed php and mysql on my IIS 7, Now, I can see the phpinfo() and it all works great, except, I dont know where and what are the connection string details are for mysql. I am trying to install ...
2
votes
1answer
766 views

Creating custom feed for Web Platform Installer 3.0

Does anyone know to create custom feed (xml) for Web PI 3.0??
22
votes
4answers
12k views

How best to install MVC 3 on a server?

Now that MVC 3 Tools Update has been released, that's all I see on the Web Platform Installer -- I no longer see MVC 3? Is this because the Tools Update is essentially MVC 3 PLUS enhancements to the ...
1
vote
0answers
164 views

msdeploy.exe in xp-error occurs(testing an application for Web PI)

when i try running this batch script "C:\Program Files\IIS\Microsoft Web Deploy V2\msdeploy.exe" ^ -verb:sync -source:Package="C:\JumptreeTrialSP2V1.3.0.0.zip" ^ -dest:auto ^ ...
7
votes
1answer
1k views

Why does Web Platform Installer not recognize that SP1 is already installed for VS2010?

I updated Microsoft Web Platform Installer (WPI) to v3.1 today in order to install MVC 3 Tools Update. I noticed that Visual Studio 2010 SP1 is not marked as "Installed", but I had already installed ...
1
vote
1answer
181 views

Custom discovery with Web Platform Installer

I want to use the Web Platform Installer to perform installations and manage dependencies, but because we store version information in a database, the options for discovery that are supported by the ...
1
vote
1answer
309 views

web platform installer and sql server enterprise

i tied to install phpbb forum from web platform installer all dependencies installed but when i was needed to config sql server for forum, it asked me for instance name, but i saw that my sql server ...
4
votes
2answers
4k views

Where does Windows Platform Installer (WPI) save the downloaded files in my computer?

I have a network with one server that is connected to the internet and some clients that are not. I want to download and install Microsoft products on my server first and let the client computers ...
2
votes
1answer
2k views

Serial Key in innosetup

Is possible to make a setup program with Inno setup which ask serial key for continue install the application? Thanks

1 2