My DebugBar
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Wiki Home

DebugBar Doc

Companion.JS

IETester

Tutorials

Public

edit SideBar

DebugBar Home > WikiIETester

:: Installer ::

The installer can be used with the following options:

  • "/S": silent install
  • "/noversioncheck": will disable the version check when IETester is launched. (IETester 0.5.4+)

Another way to disable the version check is to create a DWORD value with the name "CheckUpdateFrequency" in one of the two following registry key:

HKEY_LOCAL_MACHINE\Software\Core Services\IETester\Options
HKEY_CURRENT_USER\Software\Core Services\IETester\Options

with the value set to "4".

The HKEY_CURRENT_USER takes precedence over the HKEY_LOCAL_MACHINE. The HKEY_CURRENT_USER Is the one updated by the UI in the IETester Options dialog box.

Note that IETester is 32 bits, so on 64 bits Windows versions, the registry paths are :

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Core Services\IETester\Options
HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Core Services\IETester\Options