IP uses the same download technique as GW Toolkit.  I just tried a
substitution of your code below though, and encountered a problem.  Even
though I specified the FileName property, an open file dialog resulted,
prompting for a file name, with the default being what the code
specified for the FileName property.

I understand the approach of adding functionality in a timely fashion via
GW Toolkit rather than built into the WE object model, but wonder if this
may be a case where wrapping some of the CAB methods that WE uses
internally may be worthwhile as available methods in the object model.
The COM work-around that Toolkit uses is clever, but involved and perhaps
not reliable enough if it does not work with IE downloaded files.

Regards,
Jamal
On Wed, 9 Jul
2008, Aaron Smith wrote:

> Date: Wed, 09 Jul 2008 11:30:23 -0400
> From: Aaron Smith <[EMAIL PROTECTED]>
> Reply-To: [email protected]
> To: [email protected]
> Subject: Re: Successful installation of GW Toolkit 5.1 Using Install
>     Packages 3.3.
>
> Sean (and Jamal),
>
> Are you testing WEPMs that you download from Script Central using
> Internet Explorer? If so, you're probably running into an issue where IE
> makes downloads prompt for security reasons, which looks like it causes
> issues with the COM interface I'm using to get WEPM details.
>
> If you download the WEPM with Firefox, I bet the problem won't happen.
> Alternatively, you could use the toolkit to download. For example, to
> download the toolkit WEPM using Immed, I would do:
>
> Set dlObj = SharedObjects("com.GWMicro.Download").NewDownload
> dlObj.URL =
> "https://www.gwmicro.com/Script_Central/Scripts/Download/?scriptid=1013";
> dlObj.FileName = "c:\users\aaron\gwtoolkit.wepm"
> dlObj.Save
>
> Aaron
>
> Sean Farrow wrote:
> > Hi Aaron:
> > I get an error in gwtoolkit.vbs when trying:
> > Print
> > SharedObjects("com.GWMicro.WEPMInfo").NewDetails.GetInfo("c:\temp\VoiceR
> > otor.wepm").Name
> > The error occurs on line 2003, and at collumn 21.
> > Hth
> > Sean.
> >
> > -----Original Message-----
> > From: Aaron Smith [mailto:[EMAIL PROTECTED]
> > Sent: 09 July 2008 16:04
> > To: [email protected]
> > Subject: Re: Successful installation of GW Toolkit 5.1 Using Install
> > Packages 3.3.
> >
> > Can someone else try this with Immed? Just do:
> >
> > Print SharedObjects("com.GWMicro.WEPMInfo").NewDetails.GetInfo("valid
> > path to a .WEPM file").Name
> >
> > Do you get a name back, or an error?
> >
> > Aaron
> >
> > Jamal Mazrui wrote:
> >> Unfortunately not, Aaron.  That version of IP cheats by hard coding a
> >> test for GW Toolkit.  In case you have a chance, you can find the
> >> commented out line that was causing an error for me by searching for
> >> the ".GETInfo" string.
> >>
> >> Jamal
> >> On Wed, 9 Jul 2008, Aaron Smith wrote:
> >>
> >>> Date: Wed, 09 Jul 2008 05:49:13 -0400
> >>> From: Aaron Smith <[EMAIL PROTECTED]>
> >>> Reply-To: [email protected]
> >>> To: [email protected]
> >>> Subject: Re: Successful installation of GW Toolkit 5.1 Using Install
> >>>     Packages 3.3.
> >>>
> >>> Jamal,
> >>>
> >>> Were you able to get the WEPMInfo object to work in the toolkit?
> >>>
> >>> Aaron
> >>>
> >>> Darrell Shandrow wrote:
> >>>> Hello Everyone,
> >>>>
> >>>> I have discovered that it is now possible to successfully install
> >>>> the GW Toolkit 5.1 using the revised Install Packages 3.3. I started
> >
> >>>> by updating Install Packages followed by the toolkit. Works great
> > now!
> >>>> Thanks,
> >>>>
> >>>> Darrell Shandrow - Accessibility Evangelist Please visit
> >>>> http://BlindWebAccess.com and sign the petition asking Yahoo! to
> >>>> make their CAPTCHA accessible!
> >>>> Information should be accessible to us without need of translation
> >>>> by another person.
> >>>> Blind Access Journal blog and podcast:
> >>>> http://www.blindaccessjournal.com Check out high quality
> >>>> telecommunications services at http://ld.net/?nu7i
> >>> --
> >>> To insure that you receive proper support, please include all past
> >>> correspondence (where applicable), and any relevant information
> >>> pertinent to your situation when submitting a problem report to the
> >>> GW Micro Technical Support Team.
> >>>
> >>> Aaron Smith
> >>> GW Micro
> >>> Phone: 260/489-3671
> >>> Fax: 260/489-2608
> >>> WWW: http://www.gwmicro.com
> >>> FTP: ftp://ftp.gwmicro.com
> >>> Technical Support & Web Development
> >>>
> >
> > --
> > To insure that you receive proper support, please include all past
> > correspondence (where applicable), and any relevant information
> > pertinent to your situation when submitting a problem report to the GW
> > Micro Technical Support Team.
> >
> > Aaron Smith
> > GW Micro
> > Phone: 260/489-3671
> > Fax: 260/489-2608
> > WWW: http://www.gwmicro.com
> > FTP: ftp://ftp.gwmicro.com
> > Technical Support & Web Development
> >
> >
> > __________ Information from ESET NOD32 Antivirus, version of virus
> > signature database 3255 (20080709) __________
> >
> > The message was checked by ESET NOD32 Antivirus.
> >
> > http://www.eset.com
> >
> >
> >
> > __________ Information from ESET NOD32 Antivirus, version of virus
> > signature database 3255 (20080709) __________
> >
> > The message was checked by ESET NOD32 Antivirus.
> >
> > http://www.eset.com
> >
> >
>
> --
> To insure that you receive proper support, please include all past
> correspondence (where applicable), and any relevant information
> pertinent to your situation when submitting a problem report to the GW
> Micro Technical Support Team.
>
> Aaron Smith
> GW Micro
> Phone: 260/489-3671
> Fax: 260/489-2608
> WWW: http://www.gwmicro.com
> FTP: ftp://ftp.gwmicro.com
> Technical Support & Web Development
>

Reply via email to