kristoff Posted August 4, 2006 Posted August 4, 2006 hi,I'm making a unattended setup and i want to install also applications.because software is moving so fast. i want to put the software on a network drive.but when i ask to install the software gives windows a pop up of open file / security warning.does have someone a solution for this problem?thanksgrtskristoff
oioldman Posted August 4, 2006 Posted August 4, 2006 you may find the answer in the RIS section, however more details on teh actual error will help.how do you link to your applications folder?
JuMz Posted August 4, 2006 Posted August 4, 2006 (edited) hi,I'm making a unattended setup and i want to install also applications.because software is moving so fast. i want to put the software on a network drive.but when i ask to install the software gives windows a pop up of open file / security warning.does have someone a solution for this problem?thanksgrtskristoffI believe there are a couple of things you can do...1. In internet explorer, you have to add the servername "\\appserver" in the trusted sites zone.2. There are regtweaks to disable this...I will post when I find them...I have them in my regtweaks...EDIT: Here:[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]"CheckExeSignatures"="no""RunInvalidSignatures"=dword:00000001Try 1 or 2 or both of them, see what fixes this and post back! Edited August 4, 2006 by JuMz
kristoff Posted August 4, 2006 Author Posted August 4, 2006 you may find the answer in the RIS section, however more details on teh actual error will help.how do you link to your applications folder?i usedStart \\10.254.25.14\Microsoft office 2003\setup.msi.lnk /QBthe command works. but he gives a open file / security warning.then i must push next and then the setup runs.but i doesn't this open file/security warning.
kristoff Posted August 4, 2006 Author Posted August 4, 2006 hi,I'm making a unattended setup and i want to install also applications.because software is moving so fast. i want to put the software on a network drive.but when i ask to install the software gives windows a pop up of open file / security warning.does have someone a solution for this problem?thanksgrtskristoffI believe there are a couple of things you can do...1. In internet explorer, you have to add the servername "\\appserver" in the trusted sites zone.2. There are regtweaks to disable this...I will post when I find them...I have them in my regtweaks...EDIT: Here:[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]"CheckExeSignatures"="no""RunInvalidSignatures"=dword:00000001Try 1 or 2 or both of them, see what fixes this and post back!i will try i to morrow and i will post which was a correct method
Acatincho Posted April 29, 2007 Posted April 29, 2007 this vbs migth help as wellOn Error Resume NextConst HKEY_CURRENT_USER = &H80000001strComputer = "."Set objReg=GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings\" _ & "ZoneMap\Domains\Yourtrustedserver"objReg.CreateKey HKEY_CURRENT_USER, strKeyPathstrValueName = "http"dwValue = 2objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now