Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unattended install over the network

Featured Replies

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


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?

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!

Edited by JuMz

  • Author
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.

  • Author

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

  • 8 months later...

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.