2005-05-26 |
Aric Stewart | A big rewrite of the whole RegisterClass, RegisterProgId, |
tree | commitdiff |
2005-05-25 |
Aric Stewart | Implement the [!file] format to produce the short filename. |
tree | commitdiff |
2005-05-24 |
Mike McCormack | Simplify parsing of the FROM keyword. |
tree | commitdiff |
2005-05-23 |
Aric Stewart | Double terminate SZ_MULTI properly. |
tree | commitdiff |
2005-05-23 |
Aric Stewart | Fix a leaking handle. |
tree | commitdiff |
2005-05-23 |
Mike McCormack | Improve parser error checking. |
tree | commitdiff |
2005-05-23 |
Mike McCormack | Track memory allocations in the SQL parser. |
tree | commitdiff |
2005-05-23 |
Mike McCormack | Simplify parsing of select query. |
tree | commitdiff |
2005-05-23 |
Mike McCormack | Create the ORDER BY view in a single call. |
tree | commitdiff |
2005-05-23 |
Mike McCormack | - remove the unused utf8 field of an expression |
tree | commitdiff |
2005-05-23 |
Stefan Leichter | Update version resource of msi.dll to current version... |
tree | commitdiff |
2005-05-20 |
Juan Lang | Turn handled errors from ERRs to WARNs or TRACEs. |
tree | commitdiff |
2005-05-20 |
Aric Stewart | We have a stub for MsiGetUserInfoA we should use it. |
tree | commitdiff |
2005-05-20 |
Aric Stewart | Fix a leaking handle in MsiConfigureProductExW. |
tree | commitdiff |
2005-05-20 |
Aric Stewart | Write the RegOwner and RegCompany keys as blank if... |
tree | commitdiff |
2005-05-20 |
Aric Stewart | Fix quoting on queries. |
tree | commitdiff |
2005-05-20 |
Aric Stewart | Quoting fixes. |
tree | commitdiff |
2005-05-20 |
Aric Stewart | Correct query quoting based on Mike's patch. |
tree | commitdiff |
2005-05-19 |
Mike McCormack | Only tables can be backquoted, strings must be single... |
tree | commitdiff |
2005-05-19 |
Juan Lang | Don't fail in RegisterFonts if the Fonts table is missing. |
tree | commitdiff |
2005-05-18 |
Aric Stewart | A few small fixes. |
tree | commitdiff |
2005-05-18 |
Aric Stewart | We cannot internally load the files in FileCost because... |
tree | commitdiff |
2005-05-18 |
Aric Stewart | Correctly use short filenames from uncompressed file... |
tree | commitdiff |
2005-05-18 |
Aric Stewart | Some error messages and strcmp changes suggested by... |
tree | commitdiff |
2005-05-16 |
Aric Stewart | Correct a problem with parse_data if binary data was... |
tree | commitdiff |
2005-05-13 |
Aric Stewart | - ExecuteAction runs the whole Execute table and not... |
tree | commitdiff |
2005-05-11 |
Mike McCormack | Avoid some non-standard str functions. |
tree | commitdiff |
2005-05-11 |
Stefan Leichter | Added minimal implementation of MsiCreateAndVerifyInsta... |
tree | commitdiff |
2005-05-10 |
Mike McCormack | - make sure to free the string table when closing the... |
tree | commitdiff |
2005-05-10 |
Juan Lang | Partially implement AppSearch for RegLocator-type searches. |
tree | commitdiff |
2005-05-09 |
Aric Stewart | Fix a few leaking object handles. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-07 |
Aric Stewart | Add a missing msiobj_release that was resulting in... |
tree | commitdiff |
2005-05-07 |
Aric Stewart | Correct a missing MsiCloseHandle(). |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Tweak the documentation to make winapi_check happy. |
tree | commitdiff |
2005-05-04 |
Marcus Meissner | Set PhysicalMemory property from system data. |
tree | commitdiff |
2005-05-04 |
Vincent Béron | Use SUBLANG_NEUTRAL for French resources. |
tree | commitdiff |
2005-04-28 |
Aric Stewart | Correct user component publication. |
tree | commitdiff |
2005-04-28 |
Aric Stewart | Implement MsiQueryFeatureStateW. |
tree | commitdiff |
2005-04-27 |
Mike McCormack | Make sure that dialogs are only created and destroyed... |
tree | commitdiff |
2005-04-27 |
Aric Stewart | Correct a leaking hkey handle. |
tree | commitdiff |
2005-04-26 |
Aric Stewart | Expand some handling of special properties in MsiGetPro... |
tree | commitdiff |
2005-04-26 |
Mike McCormack | Declare MsiExportDatabase* in the spec file, and fix... |
tree | commitdiff |
2005-04-22 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
tree | commitdiff |
2005-04-21 |
Aric Stewart | Fix for the return codes for the Qualified component... |
tree | commitdiff |
2005-04-20 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
tree | commitdiff |
2005-04-20 |
Mike McCormack | Test MsiSummaryInfoGetProperty reading an empty property. |
tree | commitdiff |
2005-04-20 |
Mike McCormack | Fix loading of the summary information. |
tree | commitdiff |
2005-04-20 |
Aric Stewart | Implement Publish Components in order for MsiGetQualifi... |
tree | commitdiff |
2005-04-19 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Remove 2 identicals calls to strlenW. |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
tree | commitdiff |
2005-04-12 |
Juan Lang | Log missing environment vars for easier debugging. |
tree | commitdiff |
2005-04-11 |
Steven Edwards | Avoid using ver.h in favor of winver.h. |
tree | commitdiff |
2005-04-11 |
José Manuel Ferrer... | Spanish translations updated. |
tree | commitdiff |
2005-04-11 |
Mike McCormack | Load and display bitmaps in the dialogs. |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-30 |
Aric Stewart | Make sure the GUID of the typelib we are registering... |
tree | commitdiff |
2005-03-29 |
Mike McCormack | Split out database functions, remove dependence on... |
tree | commitdiff |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-25 |
Mike McCormack | Use strdup, implement MsiDatabaseImportA. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-24 |
Mike McCormack | Replace instances of HeapAlloc/MultiByteToWideChar... |
tree | commitdiff |
2005-03-24 |
Aric Stewart | If running in UI mode, then display the UI mode dialogs... |
tree | commitdiff |
2005-03-24 |
Mike McCormack | Make sure there's only one place we allocate dialog... |
tree | commitdiff |
2005-03-24 |
Mike McCormack | Clean up registry functions. |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-23 |
Marcus Meissner | Fixed MsiDatabaseImportA, MsiDatabaseImportW, and |
tree | commitdiff |
2005-03-22 |
Jakob Eriksson | Windows 98 doesn't like it when we delete the tempfile. |
tree | commitdiff |
2005-03-22 |
Aric Stewart | Test package creation. |
tree | commitdiff |
2005-03-22 |
Hans Leidekker | Dutch resource translation. |
tree | commitdiff |
2005-03-19 |
Mike McCormack | - test cases for summary information |
tree | commitdiff |
2005-03-18 |
Mike McCormack | Implement summary information loading and saving. |
tree | commitdiff |
2005-03-16 |
Mike McCormack | - Rename dupstrW to strdupW, and remove duplicate defin... |
tree | commitdiff |
2005-03-10 |
Juan Lang | Fix a regression in AppSearch. |
tree | commitdiff |
2005-03-10 |
Juan Lang | Implement MsiEnumRelatedProducts. |
tree | commitdiff |
2005-03-10 |
Juan Lang | - make sure msihandle2msiinfo is correctly matched... |
tree | commitdiff |
2005-03-08 |
Ulrich Czekalla | Allocate space for terminating null. |
tree | commitdiff |
2005-03-08 |
Ulrich Czekalla | Fix a memory leak. |
tree | commitdiff |
2005-03-04 |
Ulrich Czekalla | Add support for radio buttons. |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's... |
tree | commitdiff |
2005-03-01 |
Aric Stewart | Text reformatting patch to clean up all the static... |
tree | commitdiff |
2005-03-01 |
Juan Lang | Don't hardcode windows or system directories, correct... |
tree | commitdiff |
2005-02-26 |
Dmitry Timoshkov | Remove a temporary msi database file. |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-25 |
Aric Stewart | Implement the action RegisterFonts. |
tree | commitdiff |
2005-02-24 |
Aric Stewart | Add the ExecuteAction handler. |
tree | commitdiff |
2005-02-24 |
Aric Stewart | Do some basic work with registry component paths. |
tree | commitdiff |
2005-02-24 |
Ulrich Czekalla | Prevent accessing freed memory in failure case. |
tree | commitdiff |
2005-02-23 |
Aric Stewart | Make sure formats like [\\]] and [\\[] work properly. |
tree | commitdiff |
2005-02-23 |
José Manuel Ferrer... | Added MSI Spanish resources. |
tree | commitdiff |
2005-02-22 |
Mike McCormack | Make sure strings are null terminated. |
tree | commitdiff |
2005-02-22 |
Aric Stewart | Update the installed state for components during CostFi... |
tree | commitdiff |
2005-02-22 |
Steven Edwards | Correct typo. |
tree | commitdiff |
2005-02-18 |
Aric Stewart | Fixed problems with my code for finding the PackageCode. |
tree | commitdiff |
2005-02-16 |
Jonathan Ernst | Add French resources. |
tree | commitdiff |
2005-02-16 |
Mike McCormack | Move product, feature and component enumeration functio... |
tree | commitdiff |
2005-02-16 |
Mike McCormack | Add a border to the edit control, add some more controls. |
tree | commitdiff |
next |