projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
dmcompos: Replaced && 0xff by & 0xff.
[wine]
/
dlls
/
msi
/
2006-11-09
Eric Pouech
msi: Fixed bogus A -> W conversion.
tree
|
commitdiff
2006-11-09
Eric Pouech
msi: Don't call PropVariantClear on uninitialized variants.
tree
|
commitdiff
2006-11-09
James Hawkins
msi: Add support for continuous cabinets.
tree
|
commitdiff
2006-11-09
James Hawkins
msi: Extract cabinets in ACTION_InstallFiles. ready_med...
tree
|
commitdiff
2006-11-09
James Hawkins
msi: Move the file sequence check out of ready_media_in...
tree
|
commitdiff
2006-11-09
James Hawkins
msi: Factor out load_media_info from ready_media_for_file.
tree
|
commitdiff
2006-11-09
James Hawkins
msi: Use disk_prompt from the media_info structure...
tree
|
commitdiff
2006-11-09
James Hawkins
msi: Only add text to the scroll control if text is...
tree
|
commitdiff
2006-11-08
Stefan Leichter
msi: Added stub for MsiGetFeatureValidStatesA/W.
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Factor out download_remote_cabinet and reuse extra...
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Store the base URL of the MSI package if it is...
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Factor copy_install_file out of ACTION_InstallFiles.
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Factor schedule_install_files out of ACTION_Instal...
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Model the media_info structure members after the...
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Use msi_alloc_zero instead of a helper function...
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Use the file's component instead of passing an...
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Use the media_info structure instead of passing...
tree
|
commitdiff
2006-11-08
James Hawkins
msi: Add more tests for installing from cabinets.
tree
|
commitdiff
2006-11-08
Mike McCormack
msi: Fix a memory leak.
tree
|
commitdiff
2006-11-07
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2006-11-07
Mike McCormack
msi: By default, install components locally.
tree
|
commitdiff
2006-11-07
Mike McCormack
msi: Fix WHERE IS (NOT) NULL queries.
tree
|
commitdiff
2006-11-07
Mike McCormack
msi: Fix regression tests failing on Windows.
tree
|
commitdiff
2006-11-07
Mike McCormack
msi: Split ACTION_CostFinalize into two functions.
tree
|
commitdiff
2006-11-06
Alexandre Julliard
msi: Fixed definition of the MSIITERHANDLE type.
tree
|
commitdiff
2006-11-02
Mike McCormack
msi: Avoid a memory leak by freeing actions scripts...
tree
|
commitdiff
2006-11-02
Mike McCormack
msi: Fix a memory leak.
tree
|
commitdiff
2006-11-02
Mike McCormack
msi: Fix a handle leak in the tests.
tree
|
commitdiff
2006-11-01
Mike McCormack
msi: Fix a typo.
tree
|
commitdiff
2006-11-01
Mike McCormack
msi: Don't print traces for addref and release.
tree
|
commitdiff
2006-11-01
Mike McCormack
msi: Search the patch package for source cabinet files.
tree
|
commitdiff
2006-10-31
Mike McCormack
msi: Add a test showing a join doesn't need a WHERE...
tree
|
commitdiff
2006-10-31
Mike McCormack
msi: Use a simpler algorithm for joins.
tree
|
commitdiff
2006-10-31
Mike McCormack
msi: Test the data returned by join queries in one...
tree
|
commitdiff
2006-10-31
Mike McCormack
msi: Remove tokens that aren't valid for MSI SQL.
tree
|
commitdiff
2006-10-31
Mike McCormack
msi: Fix a trace.
tree
|
commitdiff
2006-10-31
Mike McCormack
msi: Fix the ALTER and FREE keywords in the tokenizer.
tree
|
commitdiff
2006-10-31
Mike McCormack
msi: Mark components with missing or outdated files...
tree
|
commitdiff
2006-10-30
Mike McCormack
msi: Split ACTION_UpdateInstallStates into two separate...
tree
|
commitdiff
2006-10-27
James Hawkins
msi: Extract cabinets based on DiskId, not LastSequence.
tree
|
commitdiff
2006-10-27
James Hawkins
msi: Test the order in which cab files are handled...
tree
|
commitdiff
2006-10-27
James Hawkins
msi: Implement handling for the ErrorDialog and use...
tree
|
commitdiff
2006-10-27
Mike McCormack
msi: Avoid crashing if writeout_cabinet_stream fails.
tree
|
commitdiff
2006-10-27
Mike McCormack
msi: Remove redundant null checks before MSI_EvaluateCo...
tree
|
commitdiff
2006-10-26
Mike McCormack
msi: Fix the join algorithm.
tree
|
commitdiff
2006-10-26
Mike McCormack
msi: Allow UPDATE queries without a condition.
tree
|
commitdiff
2006-10-26
Mike McCormack
msi: Update tables using records, not integer by integer.
tree
|
commitdiff
2006-10-26
Mike McCormack
msi: Remove some unused functions.
tree
|
commitdiff
2006-10-26
Mike McCormack
msi: Fixed the UPDATE query to work with explicit values.
tree
|
commitdiff
2006-10-26
Mike McCormack
msi: Use msi_feature_set_state and msi_component_set_st...
tree
|
commitdiff
2006-10-26
Mike McCormack
msi: Create macro functions to set feature and componen...
tree
|
commitdiff
2006-10-26
James Hawkins
msi: Add tests for the UPDATE sql command.
tree
|
commitdiff
2006-10-25
Alexandre Julliard
msi: Properly handle negative coordinates for mouse...
tree
|
commitdiff
2006-10-24
Mikołaj Zalewski
resources: Change Dutch sublanguage code to SUBLANG_NEU...
tree
|
commitdiff
2006-10-24
Mikołaj Zalewski
resources: Change German sublanguage code to SUBLANG_NE...
tree
|
commitdiff
2006-10-24
Mike McCormack
msi: Split code to get a file's verion into a separate...
tree
|
commitdiff
2006-10-24
James Hawkins
msi: Add tests for installing from continuous cabinets.
tree
|
commitdiff
2006-10-24
James Hawkins
msi: Allow more customization of install test files.
tree
|
commitdiff
2006-10-24
James Hawkins
msi: Remove unused function pointer and definitions.
tree
|
commitdiff
2006-10-24
James Hawkins
msi: Remove two unnecessary install tables.
tree
|
commitdiff
2006-10-24
James Hawkins
msi: Add support for localizable strings in MsiDatabase...
tree
|
commitdiff
2006-10-23
Francois Gouget
msi/tests: Fix compilation with gcc 2.95.
tree
|
commitdiff
2006-10-23
Mike McCormack
msi: Fix insertion of null integers into a table.
tree
|
commitdiff
2006-10-23
Mike McCormack
msi: Add the column type INTEGER as an alias for INT.
tree
|
commitdiff
2006-10-23
Mike McCormack
msi: Only apply transforms that are valid for a database.
tree
|
commitdiff
2006-10-23
Mike McCormack
msi: Initialize the summary information from a storage...
tree
|
commitdiff
2006-10-20
Byeong-Sik Jeon
Korean: Use SUBLANG_NEUTRAL in Korean resources.
tree
|
commitdiff
2006-10-20
James Hawkins
msi: Add tests for integer column types.
tree
|
commitdiff
2006-10-20
James Hawkins
msi: Integer columns can have the 'NOT NULL' modifier...
tree
|
commitdiff
2006-10-20
James Hawkins
msi: Allow more than one primary key in a table when...
tree
|
commitdiff
2006-10-20
James Hawkins
msi: Only initialize a component's state if it is linke...
tree
|
commitdiff
2006-10-20
James Hawkins
msi: Use the ProgramFileDir reg value instead of Progra...
tree
|
commitdiff
2006-10-20
James Hawkins
msi: Implement the InstallServices action.
tree
|
commitdiff
2006-10-20
Mike McCormack
msi: Fix an uninitialized variable causing random confo...
tree
|
commitdiff
2006-10-19
James Hawkins
msi: Add tests for the InstallServices action.
tree
|
commitdiff
2006-10-19
Mike McCormack
msi: Allow rows in the _Columns table to be unordered.
tree
|
commitdiff
2006-10-19
Mike McCormack
msi: Reset the column number for each new table in...
tree
|
commitdiff
2006-10-19
James Hawkins
msi: Set the USERNAME and COMPANYNAME properties when...
tree
|
commitdiff
2006-10-19
James Hawkins
msi: Run SetProperty events before all other events...
tree
|
commitdiff
2006-10-18
Alexandre Julliard
msi/tests: Make sure to delete the test data file.
tree
|
commitdiff
2006-10-17
Mike McCormack
msi: Fix tables with binary data where the key is an...
tree
|
commitdiff
2006-10-17
Mike McCormack
msi: Stream fields shouldn't be treated as strings.
tree
|
commitdiff
2006-10-17
Mike McCormack
msi: Fix a memory leak.
tree
|
commitdiff
2006-10-17
Mike McCormack
msi: Add a test for modifying a table containing binary...
tree
|
commitdiff
2006-10-17
Mike McCormack
msi: Add a test for summary information.
tree
|
commitdiff
2006-10-17
James Hawkins
msi: Revert "msi: Perform button control events in...
tree
|
commitdiff
2006-10-16
Francois Gouget
msi: Remove spaces before '\n's.
tree
|
commitdiff
2006-10-14
James Hawkins
msi: Also set the SOURCEDIR property in MSI_InstallPackage.
tree
|
commitdiff
2006-10-13
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2006-10-12
Mike McCormack
msi: Handle the sign properly when converting integer...
tree
|
commitdiff
2006-10-12
Mike McCormack
msi: Improve error checking when applying transform...
tree
|
commitdiff
2006-10-12
José Manuel Ferrer...
msi: Updated Spanish translation.
tree
|
commitdiff
2006-10-12
Mike McCormack
msi: Test transforms removing a row in a table.
tree
|
commitdiff
2006-10-12
Mike McCormack
msi: Tests for transforms modifying rows in a table.
tree
|
commitdiff
2006-10-12
Mike McCormack
msi: An empty string table entry should always have...
tree
|
commitdiff
2006-10-11
James Hawkins
msi: Set the SourceDir and SOURCEDIR properties in...
tree
|
commitdiff
2006-10-11
James Hawkins
msi: Clean up after the package tests.
tree
|
commitdiff
2006-10-11
Mike McCormack
msi: Check transforms have the correct storage guid.
tree
|
commitdiff
2006-10-11
Mike McCormack
msi: Check that transforms return the correct data.
tree
|
commitdiff
2006-10-10
Mike McCormack
msi: Merge action.h into msipriv.h.
tree
|
commitdiff
next