views:

264

answers:

1

I've created a setup executable which I have signed. It's located on a network share (which I access using unc - \server\share\setup.exe).

When I double click the executable file, I get a Windows warning saying:

Title: Open File -> Security Warning
Do you want to run this file?
Name: setup.exe
Publisher: My Company
Type: Application
From: \\Path\to\setup\folder

Then there's a yellow shield with the text "While files from the Internet can be useful, this file type can potentially harm your computer. only run software from publihers you trust." next to it.

I'm guessing I could configure Windows to trust software from my company. I also think that it's possible to disable specific security checks to get rid of the warning. Or I could tell Windows to consider UNC-paths local.

Is there some other method to disable the warning? I don't want my customers to see this warning when they install the software from their network share. And I don't want to tell these customers to disable certain security checks.

A: 

In Internet Explorer menu

Tools --> Internet Oprtions --> tab Security --> choose "Local Intranet", btn "Sites" --> check Automatically detect intranet network" --> btn Advanced ---> btn Add --> type file://computername (in your case file://path)

Alternatively, you may uncheck the “Automatically detect intranet network”, and check the other three checkboxes. This saves you from having to enter each machine name manually, but allowing all network paths is probably not secure

Also see http://local.nu/HelpDesk/index.php/Open_File_-_Security_Warning

vgv8