Security dialog during .NET install
Greetings,
I am customizing a distribution point for Windows XP Service Pack 2. The distribution point is set up to run a VBScript after OS installation that launches setup silently for several apps, including .NET Framework 1.1 and .NET 1.1 SP1. The commands are as follows:
.NET 1.1 - dotnetfx.exe /q:a /c:"install /l /q"
.NET 1.1 SP1 - NDP1.1sp1-KB867460-X86.exe /Q
When the script reaches these lines, it executes the installations. These are for the most part silent, but I still receive the Windows Security Dialog box ("Do you want to run this file?"). How can I elminate this security dialog from being displayed? I have several other chained apps in the script (Windows Installer 3.1, WMP 10) that do not display this prompt.
As always, any help is appreciated :)
I am customizing a distribution point for Windows XP Service Pack 2. The distribution point is set up to run a VBScript after OS installation that launches setup silently for several apps, including .NET Framework 1.1 and .NET 1.1 SP1. The commands are as follows:
.NET 1.1 - dotnetfx.exe /q:a /c:"install /l /q"
.NET 1.1 SP1 - NDP1.1sp1-KB867460-X86.exe /Q
When the script reaches these lines, it executes the installations. These are for the most part silent, but I still receive the Windows Security Dialog box ("Do you want to run this file?"). How can I elminate this security dialog from being displayed? I have several other chained apps in the script (Windows Installer 3.1, WMP 10) that do not display this prompt.
As always, any help is appreciated :)
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
AngelD
18 years ago
Try change the ZoneId from 3 to 1 or add the directory where the media is located as "Trusted site" and execute it once. This will remove the issue your having.
To change the ZoneId just run:
notepad "dotnetfx.exe:Zone.Identifier"
change to ZoneId=1 and save the file from notepad
This work sometimes.
To change the ZoneId just run:
notepad "dotnetfx.exe:Zone.Identifier"
change to ZoneId=1 and save the file from notepad
This work sometimes.
Posted by:
PudgeRok
18 years ago
Posted by:
AngelD
18 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.