Posts

Showing posts with the label packging internet explorer

Packaging Internet explorer update

Issues :- Application cannot be captured. We have to install using the silent switches. TYPE: - MSI Method:- For installing the patch you can use silesnt switches /QUIET or /PASSIVE. In /QUIET mode, there is no GUI, where as in /passive mode there will be GUI without any user interaction. To disable the first launch window we need to add a registry HKLM\Software\Policies\Microsoft\Internet Explorer\DisableFirstRunCustomize = DWORD=1 To disable auto updates  HKCU\Software\Microsoft\Internet Explorer\Main\NoUpdateCheck = DWORD=0