I have tried to install Web Deploy 3.0 through Web Platform Installed Command line tool but I am not getting the same result everytime. The installed sometimes installs the Management Service but it sometimes doesn't. This is not a big deal for me as I can Install Management service seperately but when I do that, web deploy doesn't work as it is supposed to.
For example, I am using the following command:
$webPiProducts = @('WDeployPS', 'UrlRewrite2')
.\WebPICMD.exe /Install /Products:"$($webPiProducts -join ',')" /AcceptEULA /Log:"$env:TEMP\webpi_products_install_log_$((get-date).ToString("yyyyMMddHHmmss")).txt"
This sometimes gets the installation right but sometimes doesn't. Also, I see that lots of people are having the same problem:
http://forums.iis.net/p/1171432/1960329.aspx
http://nicksnettravels.builttoroam.com/post/2010/04/22/Done28099t-Install-Web-Deployment-Tool-using-the-Web-Platform-Installer.aspx
Any chance you guys can have a look at this? thanks!
↧