2007-06-27 |
James Hawkins | msi: Add support for remote handles. |
tree | commitdiff |
2007-06-27 |
James Hawkins | msi: Set the WindowsInstaller value of the UserData... |
tree | commitdiff |
2007-06-27 |
James Hawkins | msi: If the UserData product key exists, but the user... |
tree | commitdiff |
2007-06-27 |
James Hawkins | msi: Any value of WindowsInstaller besides 0 means... |
tree | commitdiff |
2007-06-27 |
James Hawkins | msi: Use the correct registry key when detecting a... |
tree | commitdiff |
2007-06-27 |
James Hawkins | msi: If the user product key exists, the product's... |
tree | commitdiff |
2007-06-27 |
James Hawkins | msi: Validate MsiQueryProductCode parameters. |
tree | commitdiff |
2007-06-27 |
James Hawkins | msi: Add tests for MsiQueryProductState. |
tree | commitdiff |
2007-06-27 |
Rob Shearman | msi: Fix transforms to work when the number of bytes... |
tree | commitdiff |
2007-06-27 |
Rob Shearman | msi: Fix bytes_per_column for binary types when the... |
tree | commitdiff |
2007-06-27 |
Rob Shearman | msi: Fix loading string tables for databases that use... |
tree | commitdiff |
2007-06-27 |
Rob Shearman | msi: Free version after using lpVer in msi_get_disk_fil... |
tree | commitdiff |
2007-06-27 |
Rob Shearman | msi: Check the return value of VerQueryValueW in msi_ge... |
tree | commitdiff |
2007-06-26 |
James Hawkins | msi: Add tests for publishing and unpublishing products... |
tree | commitdiff |
2007-06-26 |
James Hawkins | msi: Add a stub implementation of MsiQueryComponentStateA. |
tree | commitdiff |
2007-06-26 |
James Hawkins | msi: Fetch the volume name when getting disk info. |
tree | commitdiff |
2007-06-26 |
Rob Shearman | msi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED... |
tree | commitdiff |
2007-06-25 |
Andrew Talbot | msi: Fix use of uninitialized variable (Coverity). |
tree | commitdiff |
2007-06-22 |
Rob Shearman | msi: Only use the long name for the file source if... |
tree | commitdiff |
2007-06-19 |
James Hawkins | msi: Properly delete rows from the table, instead of... |
tree | commitdiff |
2007-06-19 |
James Hawkins | msi: Send the expected data to set_deferred_action_props. |
tree | commitdiff |
2007-06-18 |
Andrew Talbot | msi: Name all or none of the formal arguments in functi... |
tree | commitdiff |
2007-06-18 |
James Hawkins | msi: Patches are applied based on ProductCode, not... |
tree | commitdiff |
2007-06-18 |
James Hawkins | msi: Implement MsiApplyPatchW. |
tree | commitdiff |
2007-06-18 |
James Hawkins | msi: Forward MsiApplyPatchA to MsiApplyPatchW. |
tree | commitdiff |
2007-06-15 |
Dmitry Timoshkov | msi: Simplify the code. |
tree | commitdiff |
2007-06-15 |
James Hawkins | msi: Set the UserSID and ProductCode properties for... |
tree | commitdiff |
2007-06-14 |
James Hawkins | msi: Fixed the WriteEnvironmentStrings action. |
tree | commitdiff |
2007-06-14 |
Andrew Talbot | msi: Constify some variables. |
tree | commitdiff |
2007-06-14 |
James Hawkins | msi: Protect custom actions with a structured exception... |
tree | commitdiff |
2007-06-13 |
James Hawkins | msi: Set the MsiNetAssemblySupport property. |
tree | commitdiff |
2007-06-13 |
Andrew Talbot | msi: Constify some variables. |
tree | commitdiff |
2007-06-12 |
Andrew Talbot | msi: Constify a variable. |
tree | commitdiff |
2007-06-11 |
Jeff Latimer | msi: Use the langbuff len rather than the versionbuff... |
tree | commitdiff |
2007-06-08 |
James Hawkins | msi: Add support for large string tables. |
tree | commitdiff |
2007-06-08 |
James Hawkins | msi: Represent table data as bytes instead of shorts. |
tree | commitdiff |
2007-06-08 |
James Hawkins | msi: Reduce the amount of code that directly accesses... |
tree | commitdiff |
2007-06-08 |
James Hawkins | msi: Use fetch_int to reduce code duplication and acces... |
tree | commitdiff |
2007-06-06 |
Andrew Talbot | msi: Constify some variables. |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi: automation: Implement SummaryInfo::PropertyCount. |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi/tests: automation: Add tests for SummaryInfo::Prope... |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi: automation: Implement SummaryInfo::Property, put. |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi/tests: automation: Add tests for SummaryInfo::Prope... |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi: automation: Add MsiOpenDatabaseMode enum. |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi/tests: automation: Add test for Installer::OpenData... |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi: automation: SummaryInfo::Property, remove all... |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi: suminfo: Return ERROR_UNKNOWN_PROPERTY as native. |
tree | commitdiff |
2007-06-05 |
Misha Koshelev | msi/tests: suminfo: Add tests for MsiSummaryInfoGetProp... |
tree | commitdiff |
2007-06-04 |
Misha Koshelev | msi: automation: Fix SummaryInfo::Property get to confo... |
tree | commitdiff |
2007-06-04 |
Misha Koshelev | msi/tests: automation: Add tests for SummaryInfo::Prope... |
tree | commitdiff |
2007-06-04 |
Misha Koshelev | msi: automation: Database::SummaryInformation is a... |
tree | commitdiff |
2007-06-04 |
Misha Koshelev | msi: automation: Remove redundant VariantClear(pVarResult). |
tree | commitdiff |
2007-06-04 |
Misha Koshelev | msi: msiserver.idl: Maintain spacing as spaces, not... |
tree | commitdiff |
2007-06-04 |
Misha Koshelev | msi: automation: Add missing operand for evaluation. |
tree | commitdiff |
2007-06-04 |
Misha Koshelev | msi: automation: Remove duplicate error messages on... |
tree | commitdiff |
2007-06-01 |
Andrew Talbot | msi: Constify some variables. |
tree | commitdiff |
2007-06-01 |
James Hawkins | msi: Implement SummaryInfo::Property get. |
tree | commitdiff |
2007-06-01 |
James Hawkins | msi: Implement Installer::OpenDatabase. |
tree | commitdiff |
2007-06-01 |
James Hawkins | msi: Add handling for MsiBreak. |
tree | commitdiff |
2007-06-01 |
Alexander Nicolays... | msi: Update Norwegian Bokmål resources. |
tree | commitdiff |
2007-05-31 |
James Hawkins | msi: Implement the WriteEnvironmentStrings standard... |
tree | commitdiff |
2007-05-30 |
James Hawkins | msi: Perform a forced reboot if a custom action returns... |
tree | commitdiff |
2007-05-30 |
James Hawkins | msi: Set the MsiNTProductType property. |
tree | commitdiff |
2007-05-30 |
James Hawkins | msi: Fall back to checking if the cab exists if the... |
tree | commitdiff |
2007-05-30 |
James Hawkins | msi: Create the destination directory if it doesn't... |
tree | commitdiff |
2007-05-29 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2007-05-29 |
Francois Gouget | msi/tests: Fix a signed/unsigned int mismatch. |
tree | commitdiff |
2007-05-25 |
Dmitry Timoshkov | wine: Switch to using 'long' for INT_PTR type for 64... |
tree | commitdiff |
2007-05-25 |
James Hawkins | msi: Add the ability to deformat the component's source. |
tree | commitdiff |
2007-05-25 |
James Hawkins | msi: Remove a misleading ERR, as this fails if a file... |
tree | commitdiff |
2007-05-24 |
Michael Stefaniuc | msi: A signed 1-bit bitfield doesn't make much sense... |
tree | commitdiff |
2007-05-23 |
Misha Koshelev | msi: automation: Append copyright notice. |
tree | commitdiff |
2007-05-21 |
Misha Koshelev | msi: Make MsiEnumProducts enumerate products, not features. |
tree | commitdiff |
2007-05-21 |
Misha Koshelev | msi/tests: automation: Test Installer::Products before... |
tree | commitdiff |
2007-05-21 |
Misha Koshelev | msi/tests: automation: Installer::InstallProduct, remov... |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi: automation: Implement StringList::_NewEnum. |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi: automation: Generalize list implementation. |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi/tests: automation: Add tests for StringList::_NewEnum. |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi/tests: automation: Fix Installer_ProductInfo ok... |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi/tests: automation: Change SUCCEEDED(hr) to more... |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi: script: Change all tabs to spaces to conform to... |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi: automation: Change all tabs to spaces to conform... |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi/tests: automation: Check for NULL source string... |
tree | commitdiff |
2007-05-18 |
Misha Koshelev | msi/tests: automation: Change non-const LPCWSTR paramet... |
tree | commitdiff |
2007-05-17 |
Misha Koshelev | msi: automation: Implement Installer::ProductInfo. |
tree | commitdiff |
2007-05-17 |
Misha Koshelev | msi: Return appropriate values for empty MsiProductInfo... |
tree | commitdiff |
2007-05-17 |
Misha Koshelev | msi/tests: Add test for empty MsiGetProductInfo paramet... |
tree | commitdiff |
2007-05-16 |
Misha Koshelev | msi/tests: automation: Add tests for Installer::Product... |
tree | commitdiff |
2007-05-16 |
Misha Koshelev | msi/tests: automation: Remove unnecessary if (SUCCEEDED... |
tree | commitdiff |
2007-05-16 |
Misha Koshelev | msi: automation: Condense a few loops. |
tree | commitdiff |
2007-05-15 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi: automation: Simplify counting products/related... |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi: automation: Installer::Products, verify HeapAlloc... |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi: Make MsiEnumRelatedProducts enumerate registry... |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi: automation: Implement Installer::RelatedProducts. |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi/tests: automation: Add tests for Installer::Related... |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi: automation: Implement Installer::InstallProduct. |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi/tests: automation: Add test for Installer::InstallP... |
tree | commitdiff |
2007-05-15 |
Misha Koshelev | msi: automation: Implement Record::IntegerData. |
tree | commitdiff |
2007-05-14 |
Misha Koshelev | msi: automation: Implement View::Modify. |
tree | commitdiff |
next |