I am trying to run this very small and simple VBScript, which works fine outside InstallShield:PROGRAM_NAME = "SMART Board Software"set ws = WScript.CreateObject("WScript.shell") currentuser = ws.RegRead("HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WIND...
Are you trying to say that IF I want to continue using Custom Actions all I have to do is change set ws = WScript.CreateObject("WScript.shell")toset ws = CreateObject("WScript.shell")?