Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > Installer tripping over VBScript Regular Expressions...


Reply
 
Thread Tools Display Modes
  #1  
Old 01-05-2004, 09:03 PM
clafarge's Avatar
clafarge clafarge is offline
Centurion
 
Join Date: Dec 2003
Location: Missouri
Posts: 143
Question Installer tripping over VBScript Regular Expressions...


I'm using Visual Studio Installer 1.1 to build the install file for a VB app I'm writing. The app uses RegEx, requiring a VBScript Regular Expressions 5.5 reference.

I added the VBScript Regular Expressions 5.5 reference, which I notice says "vbscript.dll\3". VSI sees the reference as "3", and trips over it. I've added VBScript.dll to the installer file for placement in Windows\System32, which allows VSI to continue building, and works like a charm on MY PC.

My Boss uses a machine with IE 5.0, and when he tries to install, he gets an error stating that VBScript.dll cannot be changed/accessed... oh who knows... (sometimes it's like he just makes this stuff up anyway ) it's an error. He can still continue the installation, and I know he has (an older) vbscript.dll.

When he attempts to run the application, it errors: "Run-time Error 430 Class does not support automation".

I assume ( a-- you me) that this is the result of of his having an older (ie 5.0 version of) vbscript.dll, which I don't think includes support for RegEx.

I would rather not tell my gazillions of future clients that they can only use the app if they have IE 5.5+ or IE 6+.

Anyone else encounter this?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
regular expressions need help! kar202 General 8 06-03-2003 09:08 AM
Regular Expressions -vs- Instr, Mid, etc. Russell General 0 04-29-2003 08:24 AM
using regular expressions in VB5/6 RussianSpy General 7 06-24-2002 05:41 PM
VBScript Regular Expressions 5.5 kaustav General 1 04-15-2002 01:02 PM
Regular Expressions mads68 Word, PowerPoint, Outlook, and Other Office Products 2 06-14-2001 02:56 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->