/build/static/layout/Breadcrumb_cap_w.png

open file - scurity warning stops auto installation of softwares

AMyweB.jpeg


How can i disable this Open file - Warning, I'm creating scripted install from K1000 using network share, exe files are executing fine , but when .msi files are installed its waiting for run button to be clicked, how this pop can be ignored so that all softwares are installed in a single click without manual intervention .

start /B /wait ""  \\10.11.10.10\Dell_Kace_Agent\SoftwareInstall\anyconnect-win-3.1.05152-pre-deploy-k9.msi /qb /norestart



0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Posted by: anonymous_9363 6 years ago
Red Belt
0
Use the SysInternals 'Streams' tool to remove the ADS marker that tells the OS that the file originated externally to the computer:

streams -d [blah].msi
As ever, the SysInternals suite should be in every support person's arsenal of tools.

Comments:
  • thanks, but i have not used this before, can you share an example for this or any link how to perform this? - rahimpal 6 years ago
Posted by: anonymous_9363 6 years ago
Red Belt
0
Are you seriously going to make me send you a LMGTFY link?

Comments:
  • :) ok let me google - rahimpal 6 years ago
Posted by: rad33k 6 years ago
Fourth Degree Brown Belt
0

Top Answer

As I remember you can also set environment variable SEE_MASK_NOZONECHECKS=1 prior MSi execution in a BAT/VBS script, for example:
@echo off    
set SEE_MASK_NOZONECHECKS=1

start /B /wait "" msiexec /i \\10.11.10.10\Dell_Kace_Agent\SoftwareInstall\anyconnect-win-3.1.05152-pre-deploy-k9.msi /qb /norestart

Comments:
  • thanks a lot, works great!!!! - rahimpal 6 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ