winedbg: When filling an imagehlp frame information, also do the stack field, it...
[wine] / dlls / msi /
2010-03-29  Mikhail Maroukhinemsi: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-26  Hans Leidekkermsi: Improve the SetODBCFolders action stub.
2010-03-26  Hans Leidekkermsi: Implement the Reinstall control event.
2010-03-26  Hans Leidekkermsi: Keep source directory and cabinet file separate.
2010-03-26  Hans Leidekkermsi: Return the right error when a cabinet cannot be...
2010-03-26  Hans Leidekkermsi: Update the UI in the StartServices and StopService...
2010-03-26  Alexandre Julliardmsi: Reset the MsiEnumProductsW index on failure.
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-24  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-23  Hans Leidekkermsi: Search network sources in addition to disk sources.
2010-03-23  Hans Leidekkermsi: Remove stream from streams cache before destroying it.
2010-03-23  Hans Leidekkermsi: Don't crash on null last parameter in MsiDecompose...
2010-03-23  Hans Leidekkermsi: Display REG_EXPAND_SZ values too in the WriteRegis...
2010-03-23  Hans Leidekkermsi: Update the UI in the UnpublishFeatures action.
2010-03-23  Hans Leidekkermsi: Implement a second cabinet extractor on top of...
2010-03-23  Hans Leidekkermsi: Set the action taken in the ProcessComponents...
2010-03-23  Hans Leidekkermsi: The AppSearch and CCPSearch actions must be run...
2010-03-23  Hans Leidekkermsi: Display the file identifier instead of the filenam...
2010-03-22  Paul Vriensmsi/tests: Remove temporary files.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Nikolay Sivovmsi: Convert IWineMsiRemoteDatabase BSTR parameters...
2010-03-15  Paul Vriensmsi/tests: Remove a key after running tests.
2010-03-05  Hans Leidekkermsi: Also update the UI when removing files listed...
2010-03-05  Hans Leidekkermsi: Update the UI in the RegisterUser action.
2010-03-05  Hans Leidekkermsi: Update the UI in the RegisterProduct action.
2010-03-05  Hans Leidekkermsi: Display the product code in the PublishProduct...
2010-03-05  Hans Leidekkermsi: Update the UI in the MsiPublishAssemblies action.
2010-03-05  Hans Leidekkermsi: Update the UI in the MoveFiles action.
2010-03-05  Hans Leidekkermsi: Move the implementation of the MoveFiles action...
2010-03-05  Hans Leidekkermsi: Update the UI in the RemoveODBC action.
2010-03-05  Hans Leidekkermsi: Update the UI in the InstallODBC action.
2010-03-05  Hans Leidekkermsi: Display the product code in the FindRelatedProduct...
2010-03-05  Hans Leidekkermsi: Properly update the UI in the DuplicateFiles and...
2010-03-05  Hans Leidekkermsi: Update the UI in the DeleteServices action.
2010-03-05  Hans Leidekkermsi: Display directory identifier instead of the full...
2010-03-05  Hans Leidekkermsi: Update the UI in the AppSearch action.
2010-03-05  Hans Leidekkermsi: Update the UI in the AllocateRegistrySpace action.
2010-03-04  Hans Leidekkermsi: Initialize a couple of variables.
2010-03-03  Hans Leidekkermsi: Add tests for removing environment strings.
2010-03-03  Hans Leidekkermsi: Implement the RemoveEnvironmentStrings standard...
2010-03-03  Hans Leidekkermsi: Strip leading text style label from control text...
2010-03-03  Andrew Nguyenmsi: Correctly set the process working directory in...
2010-03-02  Hans Leidekkermsi: Add tests for removing values from .ini files.
2010-03-02  Hans Leidekkermsi: Implement the RemoveIniValues standard action.
2010-03-02  Hans Leidekkermsi: Skip the FindRelatedProducts action when product...
2010-03-02  Hans Leidekkermsi: Improve a trace.
2010-03-02  Hans Leidekkermsi: Look at the requested action when publishing assem...
2010-03-02  Hans Leidekkermsi: Look at the requested action when moving files...
2010-03-02  Hans Leidekkermsi: Look at the requested action when deleting service...
2010-03-02  Hans Leidekkermsi: Look at the requested action when stopping service...
2010-03-02  Hans Leidekkermsi: Look at the requested action when installing servi...
2010-03-02  Hans Leidekkermsi: Only create environment strings when the component...
2010-03-02  Hans Leidekkermsi: Improve a trace.
2010-02-26  Hans Leidekkermsi: The table for isolated components is called Isolat...
2010-02-26  Hans Leidekkermsi: Remove empty directories as part of the RemoveFile...
2010-02-25  Hans Leidekkermsi: Add tests for removing registry values.
2010-02-25  Hans Leidekkermsi: Implement the RemoveRegistryValues standard action.
2010-02-23  Hans Leidekkermsi: Add tests for creating and removing duplicate...
2010-02-23  Hans Leidekkermsi: Implement the RemoveDuplicateFiles standard action.
2010-02-22  Hans Leidekkermsi: Allocate sufficient memory in ITERATE_InstallODBCD...
2010-02-22  Hans Leidekkermsi/tests: Free exception information.
2010-02-22  Hans Leidekkermsi: All stream names starting with 0x0005 are unencoded.
2010-02-22  Hans Leidekkermsi: Make msi_reset_folders static.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Hans Leidekkermsi: Add summary information stream to the streams...
2010-02-19  Hans Leidekkermsi: Fix a memory leak.
2010-02-19  Hans Leidekkermsi: Encode stream name in the callers of db_get_raw_st...
2010-02-19  Hans Leidekkermsi: Destroy streams cache when applying a transform.
2010-02-19  Hans Leidekkermsi: Accept '\5' and '-' in SQL identifiers.
2010-02-19  Hans Leidekkermsi: Include run mode in fixmes.
2010-02-18  Hans Leidekkermsi: Implement MSIRUNMODE_MAINTENANCE and MSIRUNMODE_RE...
2010-02-18  Hans Leidekkermsi: Implement MsiSetMode.
2010-02-17  Hans Leidekkermsi: Add tests for publishing and unpublishing components.
2010-02-17  Hans Leidekkermsi: Implement the UnpublishComponents standard action.
2010-02-17  Hans Leidekkermsi: PublishComponents must look at the requested insta...
2010-02-16  Hans Leidekkermsi: Only run the CreateFolder and RemoveFolder actions...
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyFeatureForAction.
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyComponentForAction.
2010-02-16  Hans Leidekkermsi: Update the UI when registering or unregistering...
2010-02-15  Hans Leidekkermsi: Implement and test MsiGetPatchInfoA/W.
2010-02-15  Hans Leidekkermsi: Add tests for creating and removing shortcuts.
2010-02-15  Hans Leidekkermsi: Implement the RemoveShortcuts standard action.
2010-02-12  Paul Vriensmsi/tests: Fix a test failure on Win9x/WinMe.
2010-02-12  Hans Leidekkermsi: Fix a memory leak in ITERATE_StartService.
2010-02-12  Hans Leidekkermsi: Return the right error from ITERATE_RegisterTypeLi...
2010-02-12  Hans Leidekkermsi: Implement the UnregisterTypeLibraries standard...
2010-02-11  Hans Leidekkermsi: Add tests for installing and removing ODBC drivers.
2010-02-11  Hans Leidekkermsi: Implement the RemoveODBC standard action.
2010-02-11  Hans Leidekkermsi: Make sure attrs variable is properly double nul...
2010-02-11  Hans Leidekkermsi: The File_Setup field in the ODBCDriver and ODBCTra...
2010-02-10  Paul Vriensmsi/tests: Run the 'in_use' tests again.
2010-02-10  Hans Leidekkermsi: Add a partial implementation of the ValidateProduc...
2010-02-10  Hans Leidekkermsi: Implement the UnregisterFonts standard action.
2010-02-10  Hans Leidekkermsi: Add stub implementations of the DisableRollback...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-02-05  Hans Leidekkermsi: Implement the SelfUnregModules standard action.
2010-02-05  Hans Leidekkermsi: Implement the RemoveFolders standard action.
next