IELaunch is a Windows application designed to launch Internet Explorer under Windows 10 and greater, where it is no longer possible due to operating system restrictions. This is helpful for legacy applications that require Internet Explorer to function.
⚠ WARNING: Internet Explorer is no longer supported by Microsoft, and may be vulnerable. See this notice or the Microsoft website for further details.
IELaunch is compatible with the following operating systems:
- Windows 11
- Windows 10
Older Windows versions may be supported, but Internet Explorer restrictions are not in place, so IELaunch is not needed.
IELaunch is compatible with the following processor architecures:
- x86-64 (x64)
- x86
IELaunch may function on ARM64 architectures, but this has not been tested, and binaries for ARM64 are not currently provided.
IELaunch can be installed in one of the following ways:
- GitHub Releases MSI (recommended)
- GitHub Releases EXE
- Building from source
Read the corresponding sections for more information.
- Visit the releases page and download the appropriate MSI package for your system.
- Open the downloaded package and wait for the installation to complete.
- Desktop and Start Menu shortcuts are created automatically.
- Run
IELaunch
from the Desktop or Start Menu to start Internet Explorer.
- Visit the releases page and download the appropriate ZIP package for your system.
- Extract the contents of the downloaded ZIP file into a directory of your choice.
- Run
IELaunch.exe
to start Internet Explorer. - OPTIONAL: Create shortcuts to
IELaunch.exe
for easy access.
Prerequisites:
- Microsoft Visual Studio (Tested with Visual Studio 2022, but may work on older versions), with C++ Desktop Development workload.
- Windows SDK (Tested with version 10, but may work with older versions). Automatically installed when selecting C++ Desktop Development workload in Visual Studio.
- WiX Toolset v5 for building installer.
- Clone this repository with
git clone https://github.com/OldUser101/IELaunch.git
. - Open the solution file
IELaunch.sln
in Visual Studio. - Select the appropriate configuration, and build
IELaunch.vcxproj
. - Locate the compiled binaries, look for
IELaunch.exe
in your project directory.
⚠ WARNING: Internet Explorer is deprecated and is no longer supported by Microsoft. This means it will no longer receive important security updates. Check Microsoft's website for further details. IELaunch is intended for legacy applications where Internet Explorer is required. It is strongly recommended that you do not use Internet Explorer.