After so long I’m posting something, lately I was working on installation script of our project, and came across few good things. I’m sharing few of them here: ' ***************************... 'Global variables Dim objFSO, objLogFile, WsShell Set objFSO = CreateObject("Scripting.Fil... Set WsShell = CreateObject("WScript.Shell") 'Getting Program Files path Const PROGRAM_FILES = &H26& Dim objShell, objFolder, objFolderItem, strProgramFilesPath Set objShell = CreateObject("Shell.Applica... ......