search for: msigetproductinfo

Displaying 5 results from an estimated 5 matches for "msigetproductinfo".

Did you mean: msigetproductinfow
2008 May 26
1
Interest in win32-installer
I was wondering if people would be interested in wrapping msi.dll functionality, I''ve started writing a small library to enable enumeration of products installed via Windows Installer using win32api (I know I can also query via win32ole to win32_product but I don''t seem to get all the properties that are in msi.h). It''s a little messy, and I''ve not got far as
2008 Feb 22
0
Wine release 0.9.56
...msi: Handle the special table _ForceCodepage in MsiDatabaseExport. msi: Don't check for the existence of the msi package when running a concurrent install. msi: Successfully return an empty string when requesting a record index beyond the record's size. msi: Add tests for MsiGetProductInfo. msi: Return ERROR_INVALID_PARAMETER if szProduct is invalid. msi: Test the remaining installer properties returned by MsiGetProductInfo. msi: Reimplement MsiGetProductInfo. msi: Read the language info from the file. msi: Use MsiViewModify instead of building a SQL que...
2009 Mar 27
0
Wine release 1.1.18
...the enumeration of other users' patches. msi: Factor out the MsiEnumPatchesEx tests and test the NULL szUserSid and an szUserSid that is different from the current user. msi: Test and handle the case where the SourceList key does not exist and the PackageName value does not exist in MsiGetProductInfo. msi: MsiCollectUserInfo cannot be called from a custom action (Coverity 565, 566). msi: Don't try to release a NULL record, with tests (Coverity 536). msi: Handle a NULL and empty szPackagePath in MsiInstallProduct (Coverity 181). twain_32: Fix the use of an uninitializ...
2007 Jun 01
0
Wine release 0.9.38
...lue. msi: automation: Simplify counting products/related products. msi: automation: Condense a few loops. msi/tests: automation: Remove unnecessary if (SUCCEEDED(hr)) statements. msi/tests: automation: Add tests for Installer::ProductInfo. msi/tests: Add test for empty MsiGetProductInfo parameters not referencing default registry values. msi: Return appropriate values for empty MsiProductInfo parameters. msi: automation: Implement Installer::ProductInfo. msi/tests: automation: Change non-const LPCWSTR parameters to LPWSTR. msi/tests: automation: Check for N...
2008 Mar 21
0
Wine release 0.9.58
...meter being passed into CommitUrlCacheEntryA. oleaut32: Split the methods for opening different sources of typelibs out of TLB_ReadTypeLib. msi: Fix typos which caused joins of three or more tables to not work properly. msi: Passing NULL for szBuffer and NULL for pcchValueBuf into MsiGetProductInfo{A, W} shouldn't crash. wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex. wine.inf: Update timezone information. oleaut32: Fix the return type of TLB_ReadTypeLib. ole32: CreatePointerMoniker is implemented. wininet: Assume that if we're conne...