Release 1.5.29.
[wine] / programs / msiexec /
2013-03-27  Alexandre Julliardmsiexec: Add a 256x256 icon.
2013-02-12  Hans Leidekkermsiexec: Convert DoRegServer to Unicode.
2013-02-12  Hans Leidekkermsiexec: Add /unregserver support.
2012-11-12  Michael Stefaniucmsiexec: Use FIELD_OFFSET to calculate the size of...
2012-03-12  Hans Leidekkermsiexec: Support the "b!" UI option.
2012-01-30  Stefan Leichtermsi: Update version resource.
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2011-11-03  Hans Leidekkermsiexec: Preserve the first argument in process_args_fr...
2011-02-14  Austin Englishmsiexec: Add /unreg as an alias for /z.
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-11-15  Austin Englishmsiexec: Add a manpage.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-22  Michael Stefaniucmsiexec: Remove the ignored common resource attributes.
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-05-17  Joel Holdsworthmsiexec: Reused appwiz.cpl icon in msiexec.
2010-05-06  Detlef Riekenbergmsiexec: Use resource in msi for a help dialog to allow...
2010-04-21  Detlef Riekenbergmsiexec: Recognize /uninstall as alias for /x [resend].
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-04  Josselin Bardetmsiexec: Support of /package option.
2009-07-03  Michael Stefaniucmsiexec: Import the version.rc into the main rc file.
2008-12-15  Francois Gougetmsiexec: Make KillService() static.
2008-11-13  Vincent Povirkmsiexec: Build with -mwindows.
2008-10-23  Alexandre Julliardmsiexec: Fix initial state of the argument parsing...
2008-10-18  Alexandre Julliardprograms: Convert source files to utf-8.
2008-09-03  Alexandre Julliardprograms: Build the programs that support it with ...
2008-03-20  Herve Chanalmsiexec: Add SVG source for the icon.
2008-03-19  Herve Chanalmsiexec: A nicer icon.
2007-11-26  Patrick Moranmsiexec: Fix atou() return value mistake.
2007-10-16  Andrew Talbotmsiexec: Fix a memory leak.
2007-09-18  Alexandre Julliardmsiexec.exe: We can now store binary files in the repos...
2007-07-31  James Hawkinsmsiexec: Implement a stub MSIServer service.
2007-05-09  James Hawkinsmsiexec: /quiet is the same options as /qn.
2007-03-22  Aric StewartRevert 7c35db07c35db0... msiexec: Use CommandLineToArgv...
2007-02-08  Mike McCormackmsiexec: Catch the -Embedding flag and print out a...
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-09-25  Andrey Turkinmsiexec: Should recognize /xpackage syntax.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Alexandre Julliardmsiexec: Ignore failure to create the service if it...
2006-08-23  James Hawkinsmsiexec: Add handling for msiexec's regserver option.
2006-07-28  Mike McCormackmsiexec: Don't crash if there's no args.
2006-07-14  Alexandre Julliardmsiexec: Invert the return values of the boolean functi...
2006-07-14  James Hawkinsmsiexec: Also support options using a hyphen.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_progs: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-27  James Hawkinsmsiexec: Use CommandLineToArgvW instead of process_args...
2006-05-30  Mike McCormackmsiexec: Improve 64bit compatibility.
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Mike McCormackmsiexec: Force using /i file.msi, some programs pass...
2006-04-04  Mike McCormackmsiexec: Add an icon for msiexec and .msi files.
2006-01-16  Mike McCormackprograms: Use WIN32_LEAN_AND_MEAN in some more places.
2006-01-04  Mike McCormackmsiexec: Ignore the TRANSFORMS variable.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-11  Alexandre JulliardRemoved a useless header file.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-05-30  Stefan LeichterUpdate version resource of msiexec.exe to current versi...
2005-05-17  Robert ShearmanRename DllRegisterServer and DllUnregisterServer to...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-21  Aric StewartThe values are quoted and spaces added, so having space...
2005-02-10  Mike McCormackSet full UI mode by default.
2005-02-10  Mike McCormackRead args from the registry when passed the /@ flag.
2005-02-10  Mike McCormackConvert to Unicode.
2005-02-09  Mike McCormack- Quote the parameter strings passed to MsiInstallProduct.
2005-02-09  Mike McCormack- Fix msiexec's command line parsing.
2004-11-23  Hans LeidekkerUse string functions that are Windows locale aware.
2004-11-22  Hans LeidekkerHandle unknown parameters more gracefully.
2004-10-04  Kevin KoltzauCorrect problem with /i argument handling.
2004-09-20  Alexandre JulliardAdded /regserver and /unregserver options.
2004-08-30  Kevin KoltzauCorrect parsing of /i argument.
2004-08-09  Mike McCormackAdded a version resource.
2004-07-30  Vincent BéronRefactor some other code in msiexec.
2004-07-30  Vincent BéronRefactor some of the string processing in msiexec.
2004-07-30  Vincent BéronImplement proper properties handling on the commandline...
2004-07-29  Vincent BéronIn the absence of any other option to msiexec, treat...
2004-07-29  Vincent BéronImplement patching in msiexec.
2004-07-24  Vincent BéronImprove msiexec usage prompt.
2004-07-23  Vincent BéronImplement logging in msiexec.
2004-07-23  Vincent BéronImplement the UI level change part of msiexec.
2004-07-23  Vincent BéronAdd the correct default mode to the repair option.
2004-07-23  Vincent BéronDump (via TRACEs) all the arguments of msiexec.
2004-07-23  Vincent BéronImplement the advertise part of msiexec.
2004-07-19  Vincent BéronImplement the repair mechanism in msiexec, and stub...
2004-07-19  Vincent BéronCleanup of the properties last space removal, since...
2004-07-19  Vincent BéronFirst draft for a msiexec.exe replacement.