trusted sites

G

Guest

Is their any way to use a MSI installer file to add sites to the trusted
sites? Or maybe a vbscript. I made a web add that uses Microsoft TsWeb but
some of the thing I used in it require me add the site to my trusted sites in
IE. Or if some one knows how to make TsWeb (MsRdp.Ocx) start a program with
out needing to use trusted sites. Here is command I used that needs the site
to be trusted:
MsRdpClient.SecuredSettings2.StartProgram = Path
I have looked for a OCX that does not require the sit to trusted.
 
A

Altrüs

Hi,

You could use the installer to set a predefined registry patch which adds
the appropriate sites to the trusted zone. You could also go so far as to only
set the necessary attributes necessary for your site, and block the rest (to
allay potential security concerns).

You can read more about physics of editing the registry for that specific
purpose below:

Description of Internet Explorer security zones registry entries
Article ID : 182569
Last Review : November 9, 2004
Revision : 1.0
http://support.microsoft.com/?kbid=182569


If you have further questions or comments, please do not hesitate to post to
this thread,

Best regards,

Altrus



: Is their any way to use a MSI installer file to add sites to the trusted
: sites? Or maybe a vbscript. I made a web add that uses Microsoft TsWeb but
: some of the thing I used in it require me add the site to my trusted sites in
: IE. Or if some one knows how to make TsWeb (MsRdp.Ocx) start a program with
: out needing to use trusted sites. Here is command I used that needs the site
: to be trusted:
: MsRdpClient.SecuredSettings2.StartProgram = Path
: I have looked for a OCX that does not require the sit to trusted.
: --
: Chris
: 20941 East St.
: Southfield, MI 48034
 
A

Altrüs

:)

No problem, glad to be of assistance,

Regards,

Altrus

: This very helpful
:
: "Altrüs" wrote:
:
: > Hi,
: >
: > You could use the installer to set a predefined registry patch which
adds
: > the appropriate sites to the trusted zone. You could also go so far as to
only
: > set the necessary attributes necessary for your site, and block the rest (to
: > allay potential security concerns).
: >
: > You can read more about physics of editing the registry for that specific
: > purpose below:
: >
: > Description of Internet Explorer security zones registry entries
: > Article ID : 182569
: > Last Review : November 9, 2004
: > Revision : 1.0
: > http://support.microsoft.com/?kbid=182569
: >
: >
: > If you have further questions or comments, please do not hesitate to post to
: > this thread,
: >
: > Best regards,
: >
: > Altrus
: >
: >
: >
: > : > : Is their any way to use a MSI installer file to add sites to the trusted
: > : sites? Or maybe a vbscript. I made a web add that uses Microsoft TsWeb but
: > : some of the thing I used in it require me add the site to my trusted sites
in
: > : IE. Or if some one knows how to make TsWeb (MsRdp.Ocx) start a program
with
: > : out needing to use trusted sites. Here is command I used that needs the
site
: > : to be trusted:
: > : MsRdpClient.SecuredSettings2.StartProgram = Path
: > : I have looked for a OCX that does not require the sit to trusted.
: > : --
: > : Chris
: > : 20941 East St.
: > : Southfield, MI 48034
: >
: >
: >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top