FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Application not safe - Win XP message
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Application not safe - Win XP message
Posted: Mon Dec 10, 2007 10:12 PM

Hi,

After install the IE 7 a security alert message is displayed by XP before starting our application

How can I avoid this message ?
How can the application be made secured to XP?

Regards
Antonio

Regards

Antonio H Ferreira
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Application not safe - Win XP message
Posted: Mon Dec 10, 2007 11:59 PM

Antonio

If you are running your app from a server you will need to go to the desktops effected and add the server IP to the 'trusted' sites tab in Internet options... Vista is the same way.

Rick Lipkin

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Application not safe - Win XP message
Posted: Tue Dec 11, 2007 09:14 AM

Ricki,

The IP-address of my server is 10.0.0.1.

I added this IP-address to my trusted sites in my internet options.

  1. What do I add : 10.0.0.1 or http://10.0.0.1 ?

  2. I tried both ways, but no change. The question about security stays appearing.

What do I do wrong ?

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Application not safe - Win XP message
Posted: Tue Dec 11, 2007 09:21 AM

Only from curiosity what is the name of your exe?
In VISTA I have these problems with names including update, setup, install
Regards,
Otto

Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Application not safe - Win XP message
Posted: Tue Dec 11, 2007 09:45 AM

Its not a file name problem. I have several application names and all have the same problem. I'm going to test it but its probably and IP trust site probelm as this situation only begun to occurr when IE was updated to version 7.

Antonio

Regards

Antonio H Ferreira
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Application not safe - Win XP message
Posted: Tue Dec 11, 2007 10:43 AM
AHF,

I found this link : http://www.mcse.ms/message1030070.html

And here is said :

Open Internet Explorer
Click on Tools
Click on Internet Options
Click on Security
Click on Local intranet
Click on Sites
Make sure Automatically detect intranet network is checked
Click on Advanced
Add the name of your server to this zone
Click Close

I tried it out and it works.

Good luck.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Application not safe - Win XP message
Posted: Tue Dec 11, 2007 11:41 AM

Thanks to all.

Problem solved with last post.

Antonio

Regards

Antonio H Ferreira
Posts: 284
Joined: Mon Oct 24, 2005 08:04 PM
Application not safe - Win XP message
Posted: Wed Dec 12, 2007 01:40 PM

All,

Isn't there some way to do this via the registry?

Thanks,
Randal

Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Application not safe - Win XP message
Posted: Thu Dec 13, 2007 11:35 AM
Randal,

under this key

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\


create a new key with the domain name (without http://)
Under this key create a key "http" with the zone number as its value.
kind regards

Stefan

Continue the discussion