Questions tagged [web-platform-installer]

25 questions
1
vote
3 answers

How to Update Redmine on Windows (Helicon Zoo)

Quite some time ago I installed Redmine 2.1.2.stable using Helicon Zoo feed. And it's been working great (minus multi-minute app pool warm up times). What's the best way to upgrade to the latest version? The feed was last updated 2013-01-29 and is…
Fowl
  • 396
  • 1
  • 4
  • 21
1
vote
3 answers

Installing Azure 1.8 SDK via WebpiCmd

I'm trying to install the Azure 1.8 SDK for Visual Studio 2012 via webpicmd.exe as shown on the SDK download page: http://www.microsoft.com/en-us/download/details.aspx?id=35448 The command I'm trying to run is webpicmd /install…
Evan
  • 131
  • 3
1
vote
1 answer

Installing My Own Application via the MS Web Platform Installer

Can I use the Microsoft Web Platform Installer to install an application that I create? Everything I've seen/read so far seems to indicate it can be used to update IIS, download components as well as free software like WordPress etc. but I haven't…
nickytonline
  • 177
  • 1
  • 1
  • 6
0
votes
1 answer

How do I download PHP 5.2.17 OFFLINE on Windows Server 2012

I am currently trying to figure out a way to install PHP 5.2.17 on a production server we currently have. How can I go about this? I have tried WebPICMD.exe /Offline /Products:PHP52 /Path:C:\webpioff, but this does not provide a PHP 5.2 version..…
Dip
  • 151
  • 1
  • 9
0
votes
1 answer

.NET 3.5 SP 1 and Web Platform Installer

I manage a Windows Server 2008 R2 box which has a .NET Framework related security issue that showed up in a recent security scan. Below are the security scan results: The following Microsoft .NET Framework version(s) do not have the latest service…
0
votes
1 answer

Installing Application Request Routing via WebPICmd On Azure Web Role

As the title indicates, I created a startup task in my Azure Web Role to install ARR on the servers, here is the command: >WebPiCmd /install /Products:"ARRv3_0" it works locally on my machine, but on the server it gets interrupted and shows a…
Tamim Salem
  • 113
  • 5
0
votes
1 answer

How do I uninstall python from web platform installer?

I've installed python and some other packages using web platform installer, but I was having some issues getting a Django project to work so I uninstalled everything and am trying to get it going from scratch. Web Platform Installer still shows…
0
votes
1 answer

MVC3 Wildcard scriptmaps in IIS6

I'm moving an asp.net MVC3 appliaction from its test box to the live server. I've noticed that although its been working on the test box Windows Server 2003 Web Edition SP2 there is no wildcard scriptmap in place (at the website or the 'websites'…
Andiih
  • 175
  • 1
  • 7
0
votes
2 answers

local php.ini file does not load in IIS 7

I have PHP 5.3.5 installed on IIS 7 which I installed through WebPI (Web Platform Installer). I would like to have some global settings controlled on a site by site basis but I am unable to have the changes take. For example, by default…
Marlon
  • 535
  • 2
  • 10
  • 14
0
votes
3 answers

Installing WWW-development system on Linux

I would like to learn to build WWW-pages on my own computer. I have Linux Mint Helena so is it possible to install some system into it (MySQL, Drupal, ...) so that I can put my pages to it and whose will be shown on the Internet? I have installed…
Jaska
1
2