Tuesday, May 10, 2011

House of the Future - A Microsoft Vision

Well, as you may well know, around the world there are a lot of “Houses of the Future”.
A lot of manufacturers have their own and Microsoft didn’t stayed back.

One of the most popular it’s the Bill Gates house itself. A lot of technology around every room.
But…Microsoft, also has a demonstration house, directly on Redmond Campus.
So…Channel 9 has published a video showing some of the things that you can have on your home in the next couple of years, and obviously some things that will never get out of there.

For me…I want that bedroom with the aquarium!

Take a look:

House of the Future–Microsoft (Channel 9)

If you want to know more about Microsoft Campus Tours, take a look here:
Channel 9 - Microsoft Campus Tours

Saturday, May 7, 2011

What Finns Need to Know About Portugal

Well..like some of you may know, I’m Portuguese, so…this is a different post from the usual ones.
Also, like some of you may know…this country it’s passing hard times because of it’s economic status.

Although the past week we’ve got an agreement with the I.M.F. the truth it’s that before the agreement there were a lot of speculation about Finland help.
There were a lot of people in Finland that simply didn’t want to help this country. Well…there is a new view video traveling the Internet about this fact showing that sometimes….we should look to the pass to understand the present.

Please watch it till the end, it’s…surprising:

 

Technorati Tags: ,,,,

Saturday, April 23, 2011

Microsoft Remote Server Administration Tools (RSAT) for Windows 7 with SP1 Available

Microsoft has recently launched a new version of it’s RSAT.

RSAT enables IT Administrators to manage roles and features that are installed on computers that are running Windows Server 2008 R2, Windows Server 2008 or Windows Server 2003, from a computer that is running Windows 7 or Windows 7 SP1.

To know more about this new version:
Microsoft Remote Server Administration Tools for Windows 7 with SP1

Road to Microsoft Internet Explorer 10

While Internet Explorer 9 it’s still warm, Microsoft it’s committed to show the world, that like it’s competitors, it doesn’t stop working on getting it’s products always better.

Microsoft a long the years, specially the last ones, it’s changing the way to communicate with it’s clients.
Now, instead of the big secrecy, they’re showing everyone what their development teams are working on and launching preview/demo versions of their software.

Following this policy, Microsoft launched last week a preview version of Internet Explorer 10 (IE10).
Because this is really a very early version of the browser, there’s not a lot of information but it seams Microsoft it’s really following the industry and the word here it’s: Standards, here with special focus on CSS3.

So…if you want to test drive and preview the next version of Microsoft’s browser follow the links bellow:

Homepage: Internet Explorer 10 Preview
Download: Internet Explorer 10 Preview Download

Windows 8 with an App Store?

After a very preliminary and “very in the start” version of Windows 8 was sent to RTM, some images now start to popup over the internet.

And, like a lot of others, it seams that Microsoft will also have an App Store.
Like in the last few years, Microsoft seams to be learning a lot and a long with innovation, it’s getting the good ideas from its competitors.

From the images leaked, it seams the Windows App Store should bring users the possibility to download not only Microsoft products but also applications from other vendors.
From Microsoft Security Essentials to Angry Birds, a lot of things should be available for download. This also means that it should be paid and free software to download from the Store.

This move from Microsoft also explains the effort’s of the Redmond’s company to make the name/brand/concept, of “App Store” an universal thing and not an Apple property.

Thursday, April 21, 2011

Microsoft Office 15 to have new applications?

After some images and videos caught on the web, a new build (15.0.2714.1001) was leaked to the internet.
Although there’s no special things yet, on this new release, there’s a new application available.

It’s called Moorea, and there’s a lot of speculation about this.
Some say that this is a continuation of the Courier Project that Microsoft told to be cancelled.

With no really information about this new application, there are some pictures where we can see that this app also have the Metro Style appearance.

Here are some images:





 

This new application looks like a multimedia application, but…more information should be leaked again! Smile
One last thing, I believe that Moorea will not be the final name for this application.

More about the future Microsoft Office 15:
Microsoft Office 15 - Images and Video Gone Loose over Internet

Technorati Tags: ,,,,

Friday, April 15, 2011

InstallShield Setup – Extracting FIles

In some installations you may need to extract files from your InstallShield Setup. This usually happens when you just have a Setup.exe file and need to create a response file, which normally works when you have the files extracted. Otherwise when trying to silent install, you get a message asking for files.

So, to extract the Setup.exe files, just use this command line:

Example

Setup.exe /extract_all:”C:\Temp”

For a complete list of commands, take a look at this file:
InstallShield Setup.exe Command-Line Parameters