wpp: Add explicit casts when mixing unsigned and signed integers.
[wine] / dlls / msi /
2011-02-25  Paul Vriensmsi: Add a missing va_end() (Coverity).
2011-02-25  Austin Englishmsi/tests: Remove win9x hacks.
2011-02-23  Hans Leidekkermsi: A custom action dll failing to load is not a fatal...
2011-02-22  Hans Leidekkermsi: Fix a trace.
2011-02-17  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-17  Austin Englishmsi/tests: Remove dead assignments.
2011-02-14  Detlef Riekenbergmsi/tests: Fix a typo.
2011-02-11  Austin Englishmsi/tests: Make sure to use a return value (LLVM/Clang).
2011-02-11  Austin Englishmsi/tests: Don't check return values inside of if(0...
2011-02-10  Hans Leidekkermsi: Preserve existing advertise strings in the Publish...
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2011-02-10  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-08  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-07  Hans Leidekkermsi/tests: Show that a failing call to MsiGetSourcePath...
2011-02-07  Hans Leidekkermsi: Split up resolve_folder.
2011-02-02  Hans Leidekkermsi: Try harder to remove non-persistent directories.
2011-02-01  Hans Leidekkermsi: Handle out-of-memory condition in encode_streamname.
2011-02-01  Hans Leidekkermsi: Reset file attributes before removing a file.
2011-01-27  Hans Leidekkermsi: Skip rollback custom actions.
2011-01-27  Hans Leidekkermsi: Initialize a variable in get_patch_product_codes...
2011-01-27  Hans Leidekkermsi: Return the correct disk prompt size from MsiSource...
2011-01-27  Hans Leidekkermsi: Check a return value (clang).
2011-01-27  Hans Leidekkermsi/tests: Test a return value (clang).
2011-01-27  Hans Leidekkermsi: Use a return value (clang).
2011-01-27  Hans Leidekkermsi: Make sure the return value is initialized in save_...
2011-01-27  Hans Leidekkermsi: Check the return value of IActiveScript_AddNamedIt...
2011-01-27  Hans Leidekkermsi/tests: Consistently test return values (clang).
2011-01-27  Hans Leidekkermsi: Check the return value of fetch_int (clang).
2011-01-27  Greg Geldorpmsi/tests: Check 64-bit reg view if key not present...
2011-01-24  Hans Leidekkermsi: Implement the MsiPublishAssemblies and MsiUnpublis...
2011-01-24  Hans Leidekkermsi: Don't interpret assembly name attributes.
2011-01-20  Hans Leidekkermsi/tests: More tests for publishing and unpublishing...
2011-01-20  Hans Leidekkermsi: Clean up better when removing a product.
2011-01-20  Hans Leidekkermsi: Search all contexts in ACTION_GetComponentInstallS...
2011-01-19  Hans Leidekkermsi: Downgrade a warning.
2011-01-19  Hans Leidekkermsi: Don't ignore disabled components when resolving...
2011-01-18  Hans Leidekkermsi: Free memory on error (valgrind).
2011-01-13  Hans Leidekkermsi/tests: Accept one more estimated size.
2011-01-13  Hans Leidekkermsi: Fix some memory leaks (valgrind).
2011-01-12  Hans Leidekkermsi: Fix parsing of patch product codes (valgrind).
2011-01-12  Hans Leidekkermsi: Fix a memory leak (valgrind).
2011-01-11  Hans Leidekkermsi: Improve detection of installed local assemblies.
2011-01-11  Hans Leidekkermsi: Don't extract files for assemblies which are alrea...
2011-01-11  Hans Leidekkermsi: Fix detection of installed global assemblies.
2011-01-11  Hans Leidekkermsi: Add support for comparing TrueType font versions.
2011-01-10  Hans Leidekkermsi/tests: Add a test for MsiGetComponentState.
2011-01-10  Hans Leidekkermsi/tests: Add tests for publishing and unpublishing...
2011-01-06  Hans Leidekkermsi/tests: Mark a test result on some old Wow64 platfor...
2011-01-06  Alexandre Julliardmsi: Convert translations to po files.
2011-01-04  Greg Geldorpmsi/tests: Fix remaining Wow64 failures for action...
2011-01-03  Greg Geldorpmsi/tests: Fix some failures on Wow64.
2010-12-30  André Hentschelmsi/tests: Don't test function directly when reporting...
2010-12-27  Hwang YunSongmsi: Update Korean resource.
2010-12-24  Hans Leidekkermsi: Change ACTION_UpdateComponentStates to take a...
2010-12-24  Hans Leidekkermsi: Use a function to determine if a feature is selected.
2010-12-24  Hans Leidekkermsi: Set the install level to the maximum if the reques...
2010-12-24  Hans Leidekkermsi: Set the Preselected property if the default featur...
2010-12-23  Hans Leidekkermsi: Remove an incorrect error trace.
2010-12-23  Hans Leidekkermsi: Don't flag an error in the InstallServices action...
2010-12-23  Hans Leidekkermsi: Global and local win32 assembly names are formatte...
2010-12-23  Hans Leidekkermsi: Add some traces.
2010-12-23  Hans Leidekkermsi: Rewrite command line parsing to handle quoted...
2010-12-23  Hans Leidekkermsi: Return INSTALLSTATE_UNKNOWN from MsiGetComponentSt...
2010-12-20  André Hentschelmsi/tests: Remove superfluous check.
2010-12-17  Alexandre Julliardmsi: Convert the dll registration to the IRegistrar...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of a vtbl pointer in msi_remo...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of a vtbl pointer in msi_remo...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of a vtbl pointer in msi_cust...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of an vtbl pointer in IClassF...
2010-12-15  Hans Leidekkermsi: Support MSIRUNMODE_LOGENABLED in MsiGetMode.
2010-12-13  André Hentschelmsi: Fix test failure on some 2k3 machines.
2010-12-10  Hans Leidekkermsi/tests: Fix some test failures on Wow64.
2010-12-09  Hans Leidekkermsi/tests: Avoid a test failure on 64-bit.
2010-12-09  Hans Leidekkermsi: Don't try to install or remove ODBC drivers if...
2010-12-06  Hans Leidekkermsi: Map neutral parts of package language ids to the...
2010-12-03  Alexandre Julliardmsi/tests: Fix a test failure on win2k.
2010-12-03  Joris Huizermsi: Don't leak memory on error path.
2010-12-02  Hans Leidekkermsi: Clear last error on success in MsiQueryFeatureStat...
2010-12-02  Hans Leidekkermsi: Reuse temporary executables.
2010-11-30  Hans Leidekkermsi: Improve the stub implementations of RemoveExisting...
2010-11-30  Hans Leidekkermsi: Look for transform files relative to the package...
2010-11-30  Hans Leidekkermsi: Always ignore disabled components.
2010-11-26  Hans Leidekkermsi/tests: Fix the scope of todo_wine in the tests...
2010-11-26  Hans Leidekkermsi: Always initialize the dialog font list. Convert...
2010-11-26  Hans Leidekkermsi: Trace errors from LoadLibraryShim.
2010-11-26  Hans Leidekkermsi: Fix the Create/RemoveFolders actions to actually...
2010-11-26  Peter Urbanecmsi: Add AMD64 platform definition to support installat...
2010-11-18  Hans Leidekkermsi: Install assemblies only if the component action...
2010-11-17  Hans Leidekkermsi: Add support for importing and exporting the specia...
2010-11-17  Hans Leidekkermsi: Improve tracing in MsiQueryFeatureStateW.
2010-11-17  Hans Leidekkermsi: Fix handling of an empty language id list in msi_p...
2010-11-17  Hans Leidekkermsi: Trace the reinstall mode in hex in MsiReinstallFea...
2010-11-16  Hans Leidekkermsi: Forward MsiInstallMissingComponentA to MsiInstallM...
2010-11-16  Hans Leidekkermsi: Components don't require a key path.
2010-11-16  Hans Leidekkermsi: Honor msidbComponentAttributesPermanent.
2010-11-16  Hans Leidekkermsi: Check component attributes before extracting the...
2010-11-15  Paul Vriensmsi/tests: Cleanup properly on Win9x.
2010-11-12  Hans Leidekkermsi: Don't use a temporary directory for local assemblies.
2010-11-12  Hans Leidekkermsi: Don't rebuild the target path for files from globa...
2010-11-12  Hans Leidekkermsi: Honor msidbComponentAttributesNeverOverwrite.
next