Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια

Ιούνιος 2011 - Δημοσιεύσεις

Earlier this week the Windows Azure platform was named Best Cloud Service at the Cloud Computing World Forum in London. Now in its third year, the Cloud Computing World Series Awards celebrate outstanding achievements in the IT market.  This year’s winners were selected by an independent panel of industry experts.

“It’s fantastic for us to see this type of recognition for the Windows Azure platform. We’re seeing companies creating business solutions in record times, reinforcing the new possibilities created by the cloud,” said Michael Newberry, Windows Azure lead, Microsoft UK.

Click here to read the press release about this award.

Source: Windows Azure Blog

0 σχόλια
Δημοσίευση στην κατηγορία: ,

So, this is not a direct Windows Azure post, but I use it also on my roles, so here it goes:

I've been looking for a decent alternative to what I was using in the past for my installations, that is InstallAware. Sometimes things were randomly breaking (support for .NET, SQL Server installations failing for nothing etc) all because of the re-packaging habbit of the InstallAware engineers. Then I found Advanced Installer.

I use it on my Windows Azure roles whenever I want to do a chain install (MSI 4.5) and instead of doing startup tasks one by one, I just create an MSI package using it and do everything in there. It's fast, it's reliable and it works.

I also use it on installation solutions for the software we get out through my company. Updates support is a really cool thing that I was looking to just work out of the box, instead of having to necessarily wrap it around some clusmy scripting code.

It might get a little time to find out how you might be able to do something, some polishing details are missing but they listen to feedback and they update it regurarly so sooner or later what you ask, we'll make it to a version.

All in all, I'll give a 8.5/10 to the product, not because I can find something better that combines usability/price etc, but just because those details are missing and to tease the Advanced Installer team to get even better :)

PK.

 

0 σχόλια
Δημοσίευση στην κατηγορία: