Emad's Blog

Thoughts/Tips/Shortcuts/Ideas from a .NET software engineer

Archive for August, 2008

Good Links – August 30, 2008

Posted by emadmagdy on August 30, 2008

SharePoint Server 2007 SDK: Software Development Kit V1.4 (August 2008)

http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&displaylang=en

Windows SharePoint Services 3.0: Software Development Kit (SDK) V1.4 (August 2008)

http://www.microsoft.com/downloads/details.aspx?familyid=05E0DD12-8394-402B-8936-A07FE8AFAFFD&displaylang=en

Tips for improving backup and recovery performance (Windows SharePoint Services)

http://technet.microsoft.com/en-us/library/cc850701.aspx

Best Practices Resource Center for SharePoint Server 2007

http://technet.microsoft.com/en-us/office/sharepointserver/bb736746.aspx

 

Technorati Tags: ,

Posted in Uncategorized | Leave a Comment »

Good Links- August 29, 2008

Posted by emadmagdy on August 29, 2008

Posted in Uncategorized | Leave a Comment »

Debugging Installer Class

Posted by emadmagdy on August 29, 2008

in order to debug an installer custom action, simply put the following line where you want the breakpoint to be 

System.Diganostics.Debugger.Break();

Note that during installation, the process is running under the msiexec process from windows\system32 and thus any path to files are based on windows\system32 and not program files\your app path

Technorati Tags:

Posted in Uncategorized | Leave a Comment »