1. GRANT OF LICENSE.
a. This EULA grants you the right to install and use one copy of the
SOFTWARE PRODUCT on a single computer.
b. Redistributable Components. Provided that you comply with Section
1.c., in addition to the rights granted in Section 1.a., Microsoft grants
you a nonexclusive, royalty-free right to reproduce and distribute the
object code version of the following files located in the SOFTWARE PRODUCT
(the "Redistributables"): jscript.dll (contained only in Microsoft
JScript), vbscript.dll, scrobj.dll, scrrun.dll, dispex.dll, cscript.exe,
wscript.exe, wshom.ocx, wshext.dll, wshcon.dll and the installation
executable (scripten.exe, scr56en.exe or ste56en.exe).
There's more to read, but it looks like you can include the WSH DLLs (or
even the entire install) in your app installation routine.
--
<hopethishelps/>
Roy Kiesler [TeamSybase]
SDN CodeXchange -- http://codexchange.sybase.com
"Mark Jones" <mjo...@fortressmedical.com> wrote in message
news:%23DatMbSKDHA.275@forums-2-dub...
> Thanks for the info Roy,
>
> I figured it might not always be automatically installed. Since I have
> novice users installing our application
> on machines with a relatively unknown state I think I should veer away
from
> using WScript.Shell. That is unless I can provide the components I need
> with my application install CD? It is not clear from the MS web site
> whether this is possible.
>
> Any ideas,
>
> Mark Jones
>
>
> "Roy Kiesler [TeamSybase]" <SPAM_FREE_...@teamsybase.com> wrote in
> message news:O5EjsUSKDHA.315@forums-1-dub...
> > Have you installed the Windows Scripting Host component? It does not
ship
> > with Windows -- go to http://www.microsoft.com/scripting to get the
latest
> > install.
> >
> > --
> > <hopethishelps/>
> > Roy Kiesler [TeamSybase]
> > SDN CodeXchange -- http://codexchange.sybase.com
> >
> > "Mark Jones" <mjo...@fortressmedical.com> wrote in message
> > news:uinWiISKDHA.280@forums-1-dub...
> > > We have some clients where our PB application cannot instantiate the
> > > WScript.Shell Ole Object.
> > >
> > > We use the following code:
> > >
> > > int ret
> > > oleobject WshShell
> > > WshShell = create oleobject
> > > ret = WshShell.Connecttonewobject("WScript.Shell");
> > >
> > > They are running Windows 2000 and have IE5 installed. On most
machines
> it
> > > runs fine which makes
> > > me think that this ActiveX is not always installed with IE5 or there
is
> a
> > > security issue.
> > >
> > > Any ideas?
> > >
> > > Mark C. Jones
> > >
> > >
> >
> >
>
>
Mark Jones
"Roy Kiesler [TeamSybase]" <SPAM_FREE_...@teamsybase.com> wrote in
message news:u1sfp#SKDHA.220@forums-1-dub...