Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBScript vs JScript - Windows Installer

Status
Not open for further replies.

RobSchultz

Programmer
Jun 1, 2000
444
US
After much pulling out of hair (like I have any to spare), using Windows Installer (WISE front-end) I have determined that, when using VBScript embedded within a Custom Action, you cannot instantiate the Windows Scripting Host Object (though you can use the FileSystemObject). OTOH, JScript can instantiate WSH. There may be other limitations of one or the other that I haven't come across yet, but, for now, I'll be sticking to JScript.

Hope this keeps someone else out there sane, Rob
robschultz@yahoo.com
-Focus on the solution to the problem, not the obstacles in the way.-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top