bigred Posted February 22, 2012 Share Posted February 22, 2012 After using and continuously updating my XP unattended installer for years, I'm now working on one for Windows 7. I'm just getting back into this, so it's possible I'm missing something fairly simple...When my apps install via RunOnce, (I have about 7-8 apps in total) Java and both Flash installers pop up with the "Open file - security warning" page, with the checkmark at the bottom where it says "Always ask before opening this file". This is obviously not the way I want my unattended installation to go. Does anyone have any ideas as to why this is happening, and what I can do to stop it?Just so you know, it doesn't seem to be a switch issue, as those three installers all work as soon as I bypass the security warning page (unless there's a switch I need to activate that will help me bypass this?).Any info/advice would be appreciated, thanks. Link to comment Share on other sites More sharing options...
bigred Posted February 22, 2012 Author Share Posted February 22, 2012 Ok, figured this one out myself and thought I'd post back in case anyone else is looking for an answer.I ended up right-clicking on the installers, and going to the General tab, where I could choose to enable or disable the "Block" feature. Disabling it solved my problem. Hope this helps someone else.This is weird..kind of like talking to myself! Link to comment Share on other sites More sharing options...
Sp0iLedBrAt Posted February 22, 2012 Share Posted February 22, 2012 This is the correct, and at the same time, a well-known and documented solution. Downloading from a server in a different timezone prompts for that screen during install, but you can remove it permanently by clicking Unblock on the Properties->General tab page.Cheers Link to comment Share on other sites More sharing options...
Rico.JohnnY Posted February 23, 2012 Share Posted February 23, 2012 or apply this to affect the global.; Disable the "Open file - Security Warning"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]"LowRiskFileTypes"=".bat;.cmd;.exe;.msi;.reg;.vbs;" Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now