June 28, 2012

Custom Action Types - Simplified

The following table categorizes the basic types of custom actions
Custom Action Types

SCM Tools -> A Comparison


This article focuses on a high level comparison of Source Control Management Software like TFS, Seapine Surround, Subversion and Git 

SCM Tools Comparison


The above table is based on my understanding and any suggestions / comments are welcome.

May 10, 2012

Windows 7 Useful shortcuts

Ctrl + Shift + Right Click

  
          Get options for ‘Run as administrator’ and ‘Run as Different user’
          
This is useful to login to TFS as different user.
Thanks to Praveen for sharing this idea!

Shift + Right Click

       Increased options on right click. Give option to,path
·         Open in New Process
·         Open Command window for the path[Useful in day to day tasks]
·         Copy the

Ctrl + Shift + Escape

       Opens the ‘Task Manager’ directly

Windows-botton + Pause


      Opens ‘System Properties’ 

Shift + Click on Taskbar item


       Opens a new instance of the program 

Windows-button + Number

       Opens the programs available in the taskbar

 Ctrl + Shift + N

       Creates a New folder in the active window

May 2, 2012

Windows 7 Usefull Shortcuts

Ctrl + Shift + Right Click


         
Get options for ‘Run as administrator’ and ‘Run as Different user’
         
This is very handy when you want to login to TFS as different user.
         
Thanks to Praveen for sharing this
idea!

Ctrl + Shift + Escape
          Opens the ‘Task Manager’ directly

Windows-botton + Pause


         Opens ‘System Properties’ 

Shift + Click on Taskbar item


         Opens a new instance of the program
Windows-button + Number
        Opens the programs available in the taskbar
 Ctrl + Shift + N
        Creates a New folder in the active window

Shift + Right Click

 
                ·         Open in New Process
               
·         Open Command window for the path[Useful in day to day tasks]
               
·         Copy the path

April 26, 2012

Installer Logging for InstallScript Type Project

Installer Logging for InstallScript Type Project

A log file can be generated to record the progress of an InstallScript based installation via a registry key. The log file can be used to diagnose the cause of failure or unexpected behavior in an installation.
Follow these steps on the target machine where the failure or unexpected behavior is occurring:
1. Add the following registry key (case insensitive):
HKEY_CURRENT_USER\ISlogit
2. A log file is automatically be generated on the Desktop after running any InstallScript setup.
3. The InstallScript log is encrypted (.bin file), and customers should contact support.
InstallShield KB article, has more details.