projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Assorted typo, spelling, wording and case fixes.
[wine]
/
dlls
/
msi
/
2012-05-15
Francois Gouget
Assorted typo, spelling, wording and case fixes.
tree
|
commitdiff
2012-05-15
Hans Leidekker
msi: Add support for the ActionInfo progress message...
tree
|
commitdiff
2012-05-15
Hans Leidekker
msi: Add support for the ProgressAddition progress...
tree
|
commitdiff
2012-05-15
Hans Leidekker
msi: Don't hide failure of script custom actions.
tree
|
commitdiff
2012-05-08
Hans Leidekker
msi: Resolve the target path for the ODBC driver file...
tree
|
commitdiff
2012-05-03
Alexandre Julliard
msi/tests: Skip MsiEnumProductsEx tests if not supported.
tree
|
commitdiff
2012-05-03
Francois Gouget
msi: Tweak msiexec's usage message.
tree
|
commitdiff
2012-05-01
Hans Leidekker
msi: Fix a couple of DispGetParam calls.
tree
|
commitdiff
2012-05-01
Hans Leidekker
msi: Add the Session object as a global member to custo...
tree
|
commitdiff
2012-05-01
Hans Leidekker
msi: Remove a workaround for missing Windows Script...
tree
|
commitdiff
2012-04-30
Hans Leidekker
msi: Add support for uninstalling global assemblies.
tree
|
commitdiff
2012-04-26
Hans Leidekker
msi: Avoid a crash in get_registered_local_package.
tree
|
commitdiff
2012-04-26
Hans Leidekker
msi: Don't free cached tables in MsiDatabaseCommit.
tree
|
commitdiff
2012-04-23
Hans Leidekker
msi: Check supported languages in the AppSearch action.
tree
|
commitdiff
2012-04-23
Hans Leidekker
msi: Remove child folders first in the RemoveFolders...
tree
|
commitdiff
2012-04-23
Hans Leidekker
msi: Dynamically allocate the path buffer in MsiQueryCo...
tree
|
commitdiff
2012-04-23
Hans Leidekker
msi: Initialize hkey in msi_comp_find_prod_key.
tree
|
commitdiff
2012-04-23
Hans Leidekker
msi: Reduce the indentation level in ACTION_GetComponen...
tree
|
commitdiff
2012-04-20
Francois Gouget
msi: Make create_record() static.
tree
|
commitdiff
2012-04-20
Hans Leidekker
msi: Remove an unneeded assignment.
tree
|
commitdiff
2012-04-20
Hans Leidekker
msi/tests: Fix some leaks.
tree
|
commitdiff
2012-04-20
Hans Leidekker
msi/tests: Add a test for MsiEnumProductsEx.
tree
|
commitdiff
2012-04-20
Hans Leidekker
msi: Fix install state detection for registry components.
tree
|
commitdiff
2012-04-06
Robert van Herk
msi: Fixed MsiGetFileHashW for empty files.
tree
|
commitdiff
2012-04-05
Hans Leidekker
msi: Keep the UI level fixed during the lifetime of...
tree
|
commitdiff
2012-04-02
Hans Leidekker
msi: Suspend the installation if an action sets MSIRUNM...
tree
|
commitdiff
2012-04-02
Hans Leidekker
msi: Implement MsiGet/SetMode(MSIRUNMODE_REBOOTNOW).
tree
|
commitdiff
2012-04-02
Hans Leidekker
msi: Use the state parameter passed to MsiSetMode.
tree
|
commitdiff
2012-04-02
Hans Leidekker
msi: Rename the need_reboot flag to need_reboot_at_end.
tree
|
commitdiff
2012-04-02
Hans Leidekker
msi/tests: Add tests for MsiEnumComponents and MsiEnumC...
tree
|
commitdiff
2012-04-02
Hans Leidekker
msi: Reimplement MsiEnumComponents on top of MsiEnumCom...
tree
|
commitdiff
2012-04-02
Hans Leidekker
msi: Implement MsiEnumComponentsEx.
tree
|
commitdiff
2012-03-30
Hans Leidekker
msi: Detect installed side-by-side assemblies.
tree
|
commitdiff
2012-03-28
Hans Leidekker
msi/tests: Reduce code duplication in the feature/compo...
tree
|
commitdiff
2012-03-28
Hans Leidekker
msi: Clear the cert pointer in MsiGetFileSignatureInfor...
tree
|
commitdiff
2012-03-28
Hans Leidekker
msi: Also set the Intel property on 64-bit processors.
tree
|
commitdiff
2012-03-28
Andoni Morales Ala...
msi: Implement MSIMODIFY_MERGE function in TABLE_modify.
tree
|
commitdiff
2012-03-26
Hans Leidekker
msi: Mask off modifiers before setting the UILevel...
tree
|
commitdiff
2012-03-26
Hans Leidekker
msi: Get the UI level from the global variable instead...
tree
|
commitdiff
2012-03-26
André Hentschel
msi: Allow ARM installations.
tree
|
commitdiff
2012-03-16
Hans Leidekker
msi: Restrict the match on files from cabinets to files...
tree
|
commitdiff
2012-03-13
Hans Leidekker
msi: Fix deleting services on installation.
tree
|
commitdiff
2012-03-12
Hans Leidekker
msi: Perform a case insensitive match on filenames...
tree
|
commitdiff
2012-03-12
Hans Leidekker
msi: Reimplement MsiEnumProducts on top of MsiEnumProdu...
tree
|
commitdiff
2012-03-12
Hans Leidekker
msi: Implement MsiEnumProductsEx.
tree
|
commitdiff
2012-03-12
Hans Leidekker
msi: Deformat the description field of INSTALLMESSAGE_A...
tree
|
commitdiff
2012-02-06
Hans Leidekker
msi: Use the return value of IXMLDOMNode_get_text ...
tree
|
commitdiff
2012-02-06
Hans Leidekker
msi: Avoid a null pointer dereference in MsiGetFileVers...
tree
|
commitdiff
2012-02-05
Hans Leidekker
msi: Follow the parent state for preselected features...
tree
|
commitdiff
2012-01-30
Stefan Leichter
msi: Update version resource.
tree
|
commitdiff
2012-01-30
Frédéric Delanoy
msi: Avoid dead code in parse_prop (Coverity).
tree
|
commitdiff
2012-01-25
Frédéric Delanoy
msi: Avoid dead code in parse_prop (Coverity).
tree
|
commitdiff
2012-01-24
Hans Leidekker
msi: Use the column count specified in the table transf...
tree
|
commitdiff
2012-01-23
Francois Gouget
Use a single space after a full stop to follow the...
tree
|
commitdiff
2012-01-23
Hans Leidekker
msi: Don't evaluate msidbFeatureAttributesFollowParent...
tree
|
commitdiff
2012-01-20
Hans Leidekker
msi: Pass the file identifier instead of the filename...
tree
|
commitdiff
2012-01-19
Hans Leidekker
msi: Don't parse the format string when building the...
tree
|
commitdiff
2012-01-18
Hans Leidekker
msi: Make sure target paths are normalized.
tree
|
commitdiff
2012-01-18
Nikolay Sivov
msi: Support test for aplicable patch of MSIPATCH_DATAT...
tree
|
commitdiff
2012-01-18
Nikolay Sivov
msi: Support MSIPATCH_DATATYPE_XMLBLOB when testing...
tree
|
commitdiff
2012-01-17
Nikolay Sivov
msi: Create the rest of objects with separate helpers.
tree
|
commitdiff
2012-01-16
Nikolay Sivov
msi: Use data table for dispid tests.
tree
|
commitdiff
2012-01-16
Nikolay Sivov
msi: Implement list on top of general object.
tree
|
commitdiff
2012-01-16
Nikolay Sivov
msi: Add a helper to create database object.
tree
|
commitdiff
2012-01-16
Nikolay Sivov
msi: Add null terminator to typelib name.
tree
|
commitdiff
2012-01-16
Nikolay Sivov
msi: Create installer object initializing automation...
tree
|
commitdiff
2012-01-16
Nikolay Sivov
msi: Implement session object directly on top of automa...
tree
|
commitdiff
2012-01-16
Nikolay Sivov
msi: COM cleanup for automation object implementation.
tree
|
commitdiff
2012-01-16
Hans Leidekker
msi: Set the SourceDir and SOURCEDIR properties in...
tree
|
commitdiff
2012-01-10
Hans Leidekker
msi: Don't try to ready media for files from a previous...
tree
|
commitdiff
2012-01-10
Hans Leidekker
msi: Downgrade an error.
tree
|
commitdiff
2012-01-10
Hans Leidekker
msi: Fix detection of installed global assemblies.
tree
|
commitdiff
2012-01-06
Hans Leidekker
msi: Execute custom actions in the right script.
tree
|
commitdiff
2012-01-05
Hans Leidekker
msi: Don't crash on secondary root folders in msi_resol...
tree
|
commitdiff
2012-01-03
Hans Leidekker
msi: VolumeLabel and DiskPrompt are optional fields...
tree
|
commitdiff
2012-01-03
Hans Leidekker
msi: Accept a missing left backquote in SQL identifiers.
tree
|
commitdiff
2011-12-23
Hans Leidekker
msi: Fix handling of single quoted column names in...
tree
|
commitdiff
2011-12-23
Hans Leidekker
msi: Use a common function to validate a product ID.
tree
|
commitdiff
2011-12-23
Hans Leidekker
msi: Fix changing media for normal files.
tree
|
commitdiff
2011-12-13
Hans Leidekker
msi: Don't run the rollback script in reinstall mode.
tree
|
commitdiff
2011-12-13
Hans Leidekker
msi: Pass REINSTALL and REINSTALLMODE properties on...
tree
|
commitdiff
2011-12-13
Hans Leidekker
msi: Don't set the LOGVERBOSE property in MsiReinstallF...
tree
|
commitdiff
2011-12-13
Hans Leidekker
msi: Don't set the Installed property in MsiReinstallFe...
tree
|
commitdiff
2011-12-13
Hans Leidekker
msi: Support all install contexts in MsiReinstallFeatureW.
tree
|
commitdiff
2011-12-13
Hans Leidekker
msi: Move some traces from implementations to entry...
tree
|
commitdiff
2011-12-12
Hans Leidekker
msi: Format the value name from the RegLocator table.
tree
|
commitdiff
2011-12-06
Hans Leidekker
msi/tests: Try harder to remove a shortcut file.
tree
|
commitdiff
2011-12-06
Hans Leidekker
msi: Make sure to keep a reference to custom action...
tree
|
commitdiff
2011-12-01
Hans Leidekker
msi: Resolve the target folder if necessary in msi_get_...
tree
|
commitdiff
2011-12-01
Hans Leidekker
msi: Split up delete_reg_key_or_value.
tree
|
commitdiff
2011-11-28
Francois Gouget
Assorted spelling fixes and wording tweaks.
tree
|
commitdiff
2011-11-22
Hans Leidekker
msi: Perform a case insensitive match on the volume...
tree
|
commitdiff
2011-11-17
Francois Gouget
msi: Delete the handle static critical sections when...
tree
|
commitdiff
2011-11-14
Hans Leidekker
msi: Trace the exit code from custom action processes.
tree
|
commitdiff
2011-11-14
Hans Leidekker
msi: Process messages while waiting for custom actions...
tree
|
commitdiff
2011-11-07
Andrew Talbot
msi: Remove extraneous braces from switch statement.
tree
|
commitdiff
2011-11-03
Hans Leidekker
msi: GetComputerName returns ERROR_BUFFER_OVERFLOW...
tree
|
commitdiff
2011-11-01
Hans Leidekker
msi: Set the ComputerName property.
tree
|
commitdiff
2011-11-01
Hans Leidekker
msi: Handle some more message types in MSI_ProcessMessage.
tree
|
commitdiff
2011-11-01
Hans Leidekker
msi: Fix the log mode for progress messages.
tree
|
commitdiff
next