Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WSH Install in Old OS's
Message
From
30/06/2001 09:32:37
 
 
To
30/06/2001 05:29:35
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00525566
Message ID:
00525593
Views:
11
This message has been marked as the solution to the initial question of the thread.
>Has anybody figured out a clean way to install Windows Script Host (in older OSs like Win95) using the *&$*#! native MS installer (VFP 6) so that WSH can be used later in the install process for things like adding a desktop icon?


Not here. But you could run a post-setup program that checks for it.
Check the article in VFUG (starting in Sept '00 issue) by George Tasker and Ed Rauh. www.vfug.org

The following is an excerpt, check the VFUG newsletter for more.

To tell wether WSH 2.0 is installed:
SET CLASSLIB TO REGISTRY.VCX
oReg = CREATEOBJECT("Registry")
? oReg.IsKey("VBScript.RegExp")
The article tells you how to do what you want and what the pitfalls are.

BTW, VFP7 will bring Install Shield Lite as a better installer.

HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform