mshtml: Use correct iexplore.exe path in mshtml.inf.
[wine] / dlls / mshtml / install.c
2010-06-07  Sylvain Petreollemshtml: Allow either REG_SZ or REG_EXPAND_SZ for GeckoC...
2009-12-03  Jacek Cabanmshtml: Disable Gecko installation on unsupported CPU...
2009-11-19  Jeremy Whitemshtml: Declare prototype of wine_dos_get_file_name...
2009-08-04  Jacek Cabanmshtml: Wine Gecko 1.0.0 release.
2009-08-04  Jacek Cabanmshtml: Install Gecko in system directory.
2009-04-23  Colin Finckmshtml: Fix the size passed to MultiByteToWideChar.
2009-02-06  Marcus Meissnermshtml: Fixed size passed to MultiByteToWideChar.
2009-02-05  Marcus Meissnermshtml: Call install_cab_file() with name directly...
2009-02-05  Marcus Meissnermshtml: Fixed last argument to MultiByteToWideChar.
2009-02-05  Juan Langmshtml: Pass bytes written pointer to WriteFile.
2008-05-13  Jacek Cabanmshtml: Fixed a typo.
2008-04-22  Andrew Talbotmshtml: Remove unused variable.
2008-04-11  Rob Shearmanmshtml: Fix the buffer length being passed into MultiBy...
2008-03-26  Jacek Cabanmshtml: Fixed invalid use of -1 length in WideCharToMul...
2008-02-27  Rob Shearmanmshtml: Don't use typeof as it's not portable.
2008-01-07  Rico Schüllermshtml: Fix memory leak (found by Smatch).
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-11-05  Jacek Cabaniexplore: Added self-registration code.
2007-11-02  Chris Robinsonmshtml: Fix hkey leak.
2007-11-01  Chris Robinsonmshtml: Set IE version when installing wine gecko.
2007-10-19  Jacek Cabanmshtml: Added support for installing Gecko from build...
2007-10-15  Francois Gougetmshtml: Check for HAVE_UNISTD_H before including unistd.h.
2007-10-15  Jacek Cabanmshtml: Try installing Gecko from local file in DllRegi...
2007-10-11  Jacek Cabanmshtml: Added support for installing Gecko from the...
2007-09-10  Mikolaj Zalewskimshtml: Hide the progress bar while asking the user...
2007-06-07  Jacek Cabanmshtml: Added support for coexisting different Gecko...
2007-02-14  Jacek Cabanmshtml: Make load_gecko thread safe.
2006-11-29  Dmitry Timoshkovmshtml: Make some data const.
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-07-20  Jacek Cabanmshtml: Wrap remaining Heap* functions by inline functions.
2006-07-03  Jacek Cabanmshtml: Add trailing '\' to gecko_path if needed.
2006-06-16  Jacek Cabanmshtml: Added Wine Gecko installer.