22 November 2009

Migrating to W7 with Symantec on YouTube

Thanks to the Symantec Digital Media team we are going viral with our Windows 7 migration video. Check out what is soon to be the most watched IT video on the web! You can also help drive awareness by sharing it with your friends on FaceBook, MySpace or Twitter.

View The Symantec Great Windows 7 Drive on YouTube.

16 November 2009

06 November 2009

Make SD work on x64 platform

Whenevr you install a new win2003 x64 server and enable the IIS then you might need to enable the ASP.NET still after install .NET 35
do this by running this command:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -iru -enable


In order to avoid the system check to fail "Microsoft SQL Server Management Objects Collection patch is not installed" run these 3 programs:
http://download.microsoft.com/download/3/1/6/316FADB2-E703-4351-8E9C-E0B36D9D697E/sqlncli_x64.msi
http://download.microsoft.com/download/3/1/6/316FADB2-E703-4351-8E9C-E0B36D9D697E/SQLServer2005_XMO_x64.msi
http://download.microsoft.com/download/3/1/6/316FADB2-E703-4351-8E9C-E0B36D9D697E/SQLServer2005_ADOMD_x64.msi

Then download the install file from the NS and run it...it will take some time to install.