mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
c5106fcc0a7d80f643907da772d2cbedfb3aba81
Mike McCormack <[email protected]> - Load and display bitmaps in the dialogs. - Make sure there's only one place we allocate dialog controls. - Rename dupstrW to strdupW, and remove duplicate definition. - Move definition of string manipulation functions to msipriv.h. - Split out database functions, remove dependence on wine/unicode.h. - Fix loading of the summary information. - test cases for summary information - fix memory leaks - Implement summary information loading and saving. - Declare MsiExportDatabase* in the spec file, and fix a typo. - Replace instances of HeapAlloc/MultiByteToWideChar with the internally defined strdupAtoW. - Use strdup, implement MsiDatabaseImportA. Francois Gouget <[email protected]> - Assorted spelling fixes. Peter Berg Larsen <[email protected]> - Janitorial: Get rid of strncpy/strncpyW. - Remove 2 identicals calls to strlenW. Jose Manuel Ferrer Ortiz <[email protected]> - Spanish translations updated. Aric Stewart <[email protected]> - Implement Publish Components in order for MsiGetQualifiedComponent apis to work. Also implement MsiGetQualifiedComponent, or at least some of the functionality as it is supposed to install stuff if it is absent, which it does not do yet. - Make sure the GUID of the typelib we are registering matches the guid requested from MSI. If not search the given typelib file to find the typelib requested to register. - If running in UI mode, then display the UI mode dialogs at the end of the installs. Steven Edwards <[email protected]> - Avoid using ver.h in favor of winver.h. Jakob Eriksson <[email protected]> - Get rid of HeapAlloc casts. Hans Leidekker <[email protected]> - Dutch resource translation. Marcus Meissner <[email protected]> - Fixed MsiDatabaseImportA, MsiDatabaseImportW, and MsiCreateAndVerifyInstallerDirectory stub parameter counts. Juan Lang <[email protected]> - Log missing environment vars for easier debugging. svn path=/trunk/; revision=14823
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%