Make more arrays const.
[wine] / programs / msiexec /
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.