Skip to content

Instantly share code, notes, and snippets.

@mcolyer
Created May 4, 2009 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcolyer/106703 to your computer and use it in GitHub Desktop.
Save mcolyer/106703 to your computer and use it in GitHub Desktop.
How to make standalone IE6 work
Note: You can not run standalone IE6 if IE7 is currently open. You MUST close all IE7 windows.
Make a file called config.py and save it to your current directory.
IE_BINARY = "C:\Program Files\<Put your directory here>\iexplore.exe"
In a command window:
set WINDMILL_CONFIG_FILE="config.py"
windmill -x shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment