mshtml: Remove some stray #undef.
[wine] / dlls / msi /
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.
2010-11-11  Hans Leidekkermsi: Add support for installing side-by-side assemblies.
2010-11-11  Hans Leidekkermsi: Calculate file install states after evaluating...
2010-11-11  Hans Leidekkermsi: Put quotes around the filename in MsiApplyPatch.
2010-11-11  Hans Leidekkermsi: Remove redundant function msi_find_file.
2010-11-11  Hans Leidekkermsi: MsiGet/SetFeatureState must get and set the reques...
2010-11-09  André Hentschelmsi: Downgrade an error.
2010-11-05  Hans Leidekkermsi: Features don't require a directory.
2010-11-04  Paul Vriensmsi: Update Serbian (Latin and Cyrillic) translations.
2010-11-03  Hans Leidekkermsi: Revert 3cd55cc916ad8d74710f435845d8f970161f77fe.
2010-11-03  Hans Leidekkermsi: Downgrade some warnings.
2010-11-03  Hans Leidekkermsi: Components don't require a key path.
2010-11-03  Hans Leidekkermsi: Don't crash if there is no feature parent.
2010-10-26  Hans Leidekkermsi: An inactive dialog control does not require a...
2010-10-26  Hans Leidekkermsi: Open the log file once per package.
2010-10-26  Hans Leidekkermsi: Open the log file in shared write mode.
2010-10-22  Aleksey Braginmsi: Fix freed memory access and fix freeing of invalid...
2010-10-22  Hans Leidekkermsi: Register service arguments in the InstallServices...
2010-10-22  Hans Leidekkermsi: Register service dependencies in the InstallServic...
2010-10-22  Hans Leidekkermsi: The LoadOrderGroup, StartName and Password fields...
2010-10-22  Hans Leidekkermsi: Register the service description in the InstallSer...
2010-10-22  Hans Leidekkermsi/tests: Add tests for msidbFeatureAttributesUIDisall...
2010-10-22  Hans Leidekkermsi: Don't inline msi_feature_set_state and msi_compone...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-18  Trygve Veamsi: Updated Norwegian translation.
2010-10-14  Hans Leidekkermsi/tests: Move test coverage for standard actions...
2010-10-13  Hans Leidekkermsi/tests: Don't create a nested restore point on recen...
2010-10-13  Hans Leidekkermsi: Store action data for deferred rollback actions...
2010-10-13  Hans Leidekkermsi: A commit or rollback custom action can be a deferr...
2010-10-13  Hans Leidekkermsi: Put keys from 32-bit packages starting with HLKM...
2010-10-13  Hans Leidekkermsi: Register class ids from 32-bit packages under...
2010-10-11  Hans Leidekkermsi/tests: Reduce the UI level for a couple of tests.
2010-10-11  Hans Leidekkermsi/tests: Set the MSIFASTINSTALL property.
2010-10-11  Hans Leidekkermsi/tests: Fix some test failures on 64-bit.
2010-10-11  Hans Leidekkermsi: Allocate 3 bytes instead of 2 for in-memory string...
2010-10-11  Hans Leidekkermsi/tests: Use a different product code in the automati...
2010-10-11  Hans Leidekkermsi/tests: Determine Wow64 mode just once.
2010-10-06  Hans Leidekkermsi/tests: Fix some test failures on 64-bit.
2010-10-06  Hans Leidekkermsi Set the feature action to INSTALLSTATE_UNKNOWN...
2010-10-06  Hans Leidekkermsi: Look at the requested action instead of the action...
2010-10-06  Hans Leidekkermsi: Add package validation tests.
2010-10-06  Hans Leidekkermsi: Validate packages based on supported version,...
2010-10-06  Hans Leidekkermsi: Remove a potentially noisy trace.
2010-10-05  Hans Leidekkermsi: Put the uninstall key for 32-bit packages under...
2010-10-01  Andrew Eikummsi/tests: Fix copy-paste errors in tests.
2010-10-01  Hans Leidekkermsi: Set more 64-bit properties.
2010-10-01  Hans Leidekkermsi: Remove an unnecessary warning.
2010-10-01  Alexandre Julliardmsi/tests: Make some variables static.
2010-09-30  Alexandre Julliardmsi/tests: Fix a test failure on 64-bit.
2010-09-30  Alexandre Julliardmsi/tests: Avoid corrupting the pending file renames...
2010-09-29  Hans Leidekkermsi: Treat empty string as NULL in MsiGetSummaryInforma...
2010-09-29  Hans Leidekkermsi: Always check the return value of msi_string2idW.
next