Announcing Web Deploy 3.0 RTW

Posted: Jul 27, 2012  6 comments  

Average Rating

Share this Post

Web Deploy V3 RTM is now available. Plese follow our release announcement here

 

 

Comments

Where can we provide bug reports on msdeploy crashing?  I love msdeploy, but dearly need runCommand to work more reliably.

Oct 16 2012 by merickowa

Where can we provide bug reports on msdeploy crashing?  I love msdeploy, but dearly need runCommand to work more reliably.

Oct 16 2012 by merickowa

oops, sorry for the double post

Oct 16 2012 by merickowa

And the Microsoft response would be???

Nov 02 2012 by ojking

There is strange bug we have noticed on Windows Server 2012 platform.

Delegation rules cannot be properly installed, because powershell script used for detection of server OS has no knowledge about Server 2012.

In C:\Program Files\IIS\Microsoft Web Deploy V3\Scripts\AddDelegationRules.ps1

---

...

function NotServerOS

{

   $sku = $((gwmi win32_operatingsystem).OperatingSystemSKU)

   $server_skus = @(7,8,9,10,12,13,14,15,17,18,19,20,21,22,23,24,25)

   return ($server_skus -notcontains $sku)

}

...

#================= Main Script =================

if(NotServerOS)

{

   write-log $SCRIPTERROR $Resources.NotServerOS

   break

}

---

System has another SKU:

---

PS C:\Users\Administrator> write-host $((gwmi win32_operatingsystem).OperatingSystemSKU)

79

---

Could you please fix this issue?

Jan 10 2013 by pvasilevich

Useful Working..

www.oyunoynatr.org/pet-rescue-saga-oyna.html"

 Pet Rescue Saga

Jan 30 2013 by SussShef23

Submit a Comment

  • Plain text is accepted.
  • URLs starting with http:// are converted to links.