MSFN Forum: unattended install over the network - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

unattended install over the network Rate Topic: -----

#1 User is offline   kristoff 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 04-August 06

Posted 04 August 2006 - 07:54 AM

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?

thanks

grts

kristoff


#2 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 04 August 2006 - 09:58 AM

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?

#3 User is offline   JuMz 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 466
  • Joined: 09-August 04

Posted 04 August 2006 - 10:31 AM

View Postkristoff, on Aug 4 2006, 08:54 AM, said:

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?

thanks

grts

kristoff


I 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:00000001



Try 1 or 2 or both of them, see what fixes this and post back!

This post has been edited by JuMz: 04 August 2006 - 10:34 AM


#4 User is offline   kristoff 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 04-August 06

Posted 04 August 2006 - 03:04 PM

View Postoioldman, on Aug 4 2006, 05:58 PM, said:

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 used

Start \\10.254.25.14\Microsoft office 2003\setup.msi.lnk /QB

the 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.

#5 User is offline   kristoff 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 04-August 06

Posted 04 August 2006 - 03:20 PM

View PostJuMz, on Aug 4 2006, 05:31 PM, said:

View Postkristoff, on Aug 4 2006, 08:54 AM, said:

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?

thanks

grts

kristoff


I 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:00000001



Try 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

#6 User is offline   Acatincho 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 30-March 05

Posted 29 April 2007 - 03:41 PM

this vbs migth help as well

On Error Resume Next

Const HKEY_CURRENT_USER = &H80000001

strComputer = "."
Set objReg=GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings\" _
& "ZoneMap\Domains\Yourtrustedserver"

objReg.CreateKey HKEY_CURRENT_USER, strKeyPath

strValueName = "http"
dwValue = 2

objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy