February 22, 201214 yr 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.
February 22, 201214 yr Author 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!
February 22, 201214 yr 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
February 23, 201214 yr 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;"
Create an account or sign in to comment