projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ddraw: Add IDirectDraw3 interface.
[wine]
/
dlls
/
msi
/
2006-12-14
Alexandre Julliard
Revert "msi: Comparisons with null in conditions are...
tree
|
commitdiff
2006-12-14
Alexandre Julliard
msi: Fix the condition test to not assume MsiNetAssembl...
tree
|
commitdiff
2006-12-12
Andrew Talbot
msi/tests: Cast-qual warning fix.
tree
|
commitdiff
2006-12-11
Marcus Meissner
made functions and variables static in some testcases.
tree
|
commitdiff
2006-12-07
Mike McCormack
msi: Add tests for comparison to empty strings.
tree
|
commitdiff
2006-12-07
Mike McCormack
msi: Comparisons with null in conditions are special.
tree
|
commitdiff
2006-12-06
Mike McCormack
msi: More tests for the SourceDir property.
tree
|
commitdiff
2006-12-06
Mike McCormack
msi: Add some tests for the ALTER query.
tree
|
commitdiff
2006-12-05
James Hawkins
msi: Initialize sid_str to NULL.
tree
|
commitdiff
2006-12-05
James Hawkins
msi: Fail if stg is NULL.
tree
|
commitdiff
2006-12-05
Mike McCormack
msi: Examine the attributes of all features before...
tree
|
commitdiff
2006-12-05
Mike McCormack
msi: Add the names of features/components to debugging...
tree
|
commitdiff
2006-12-05
Francois Gouget
Consistently use SUBLANG_NEUTRAL for Italian resources.
tree
|
commitdiff
2006-12-04
Mike McCormack
msi: Double quotes are not valid in queries.
tree
|
commitdiff
2006-12-04
Mike McCormack
msi: Add tests for quoting in queries.
tree
|
commitdiff
2006-12-04
James Hawkins
msi: Add handling for the StartServices action.
tree
|
commitdiff
2006-12-01
James Hawkins
msi: Set the UserSID property.
tree
|
commitdiff
2006-11-30
James Hawkins
msi: Use mi->source if the source is not a full path.
tree
|
commitdiff
2006-11-29
James Hawkins
msi: Add handling for the InstallODBC action.
tree
|
commitdiff
2006-11-29
James Hawkins
msi: Don't fail if we can't remove an existing install...
tree
|
commitdiff
2006-11-29
Dmitry Timoshkov
msi: Make some data const and static.
tree
|
commitdiff
2006-11-29
Mike McCormack
msi: Update the UI in one place only in ACTION_ProcessC...
tree
|
commitdiff
2006-11-29
Mike McCormack
msi: Advertise components of a feature that has the...
tree
|
commitdiff
2006-11-29
Dmitry Timoshkov
msi: Synchronize msi exports with what PSDK has.
tree
|
commitdiff
2006-11-28
Mike McCormack
msi: Use MSI_IterateRecords in ACTION_AppSearch.
tree
|
commitdiff
2006-11-28
Mike McCormack
msi: Use MSI_QueryGetRecord in ACTION_AppSearchIni.
tree
|
commitdiff
2006-11-28
Mike McCormack
msi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.
tree
|
commitdiff
2006-11-27
Mike McCormack
msi: Use MSI_QueryGetRecord in ACTION_AppSearchReg.
tree
|
commitdiff
2006-11-27
Mike McCormack
msi: Use MSI_QueryGetRecord in ACTION_AppSearchComponents.
tree
|
commitdiff
2006-11-27
Mike McCormack
msi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSigna...
tree
|
commitdiff
2006-11-27
Mike McCormack
msi: Use MSI_IterateRecords when cloning properties.
tree
|
commitdiff
2006-11-27
Francois Gouget
msi: Add a Portuguese translation (contributed by Ameri...
tree
|
commitdiff
2006-11-24
Francois Gouget
Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
tree
|
commitdiff
2006-11-22
Mike McCormack
msi: Treat the SourceDir folder the same as TargetDir.
tree
|
commitdiff
2006-11-22
Mike McCormack
msi: Load all folders in one query, rather one per...
tree
|
commitdiff
2006-11-22
Mike McCormack
msi: Only wait for custom actions that don't have msidb...
tree
|
commitdiff
2006-11-22
Mike McCormack
msi: Split process_action_return_value into two differe...
tree
|
commitdiff
2006-11-22
Mike McCormack
msi: Remove an unused parameter.
tree
|
commitdiff
2006-11-21
Mike McCormack
msi: Fix use of integer fields in MsiFormatRecord.
tree
|
commitdiff
2006-11-21
Mike McCormack
msi: Test MsiRecordGetString on an integer record field...
tree
|
commitdiff
2006-11-21
Mike McCormack
msi: Add a test for formatting records with strings.
tree
|
commitdiff
2006-11-21
Mike McCormack
msi: Don't access the list of controls after the dialog...
tree
|
commitdiff
2006-11-21
Mike McCormack
msi: Create a function to free control data.
tree
|
commitdiff
2006-11-21
Mike McCormack
msi: Fix an access after freeing memory.
tree
|
commitdiff
2006-11-20
Mike McCormack
msi: Split msi_set_sourcedir_props into a separate...
tree
|
commitdiff
2006-11-20
Mike McCormack
msi: Spelling fixes.
tree
|
commitdiff
2006-11-20
Mike McCormack
msi: Add another test for the SourceDir property.
tree
|
commitdiff
2006-11-20
Mike McCormack
msi: Clean up parameters of msi_media_get_disk_info().
tree
|
commitdiff
2006-11-20
Mike McCormack
msi: Fix some memory leaks.
tree
|
commitdiff
2006-11-20
Mike McCormack
msi: Don't leak row handles.
tree
|
commitdiff
2006-11-17
Mike McCormack
msi: Fix a memory leak in load_folder().
tree
|
commitdiff
2006-11-17
Mike McCormack
msi: Remove unnecessary includes.
tree
|
commitdiff
2006-11-17
Mike McCormack
msi: Remove a level of indent in resolve_folder().
tree
|
commitdiff
2006-11-17
Mike McCormack
msi: Add a test showing the _Properties table is a...
tree
|
commitdiff
2006-11-17
Mike McCormack
msi: Add a test showing which tables are special.
tree
|
commitdiff
2006-11-17
Mike McCormack
msi: Remove some redundant else statements.
tree
|
commitdiff
2006-11-14
Mike McCormack
msi: Split MSI_CreatePackage into two functions.
tree
|
commitdiff
2006-11-14
Mike McCormack
msi: Delete the tempfile created by GetTempFileName.
tree
|
commitdiff
2006-11-14
Mike McCormack
msi: Defer package deletion until after the database...
tree
|
commitdiff
2006-11-14
Mike McCormack
msi: Remove track_tempfile()'s unused 2nd parameter.
tree
|
commitdiff
2006-11-14
Mike McCormack
msi: Always delete temp files after creating them.
tree
|
commitdiff
2006-11-14
Mike McCormack
msi: Print a message if we fail to delete a file.
tree
|
commitdiff
2006-11-14
James Hawkins
msi: Notify the external UI handler when changing media.
tree
|
commitdiff
2006-11-13
Mike McCormack
msi: Only free a string in one place.
tree
|
commitdiff
2006-11-13
Mike McCormack
msi: Fix error handling.
tree
|
commitdiff
2006-11-13
Mike McCormack
msi: Track temp files as soon as they are created.
tree
|
commitdiff
2006-11-13
Mike McCormack
msi: Fail if we can't write out a temporary file.
tree
|
commitdiff
2006-11-13
Mike McCormack
msi: Fix an uninitialized variable in the test cases.
tree
|
commitdiff
2006-11-13
Mike McCormack
msi: Clean upstore_binary_to_temp.
tree
|
commitdiff
2006-11-13
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2006-11-13
Francois Gouget
msi: assert.h is not a local header (spotted by winapi_...
tree
|
commitdiff
2006-11-13
Paul Vriens
msi: Fix typo's (Coverity).
tree
|
commitdiff
2006-11-13
James Hawkins
msi: Fix a heap corruption bug by resizing the src...
tree
|
commitdiff
2006-11-10
Mike McCormack
msi: Only log the Action, as it's the same as ActionReq...
tree
|
commitdiff
2006-11-10
Mike McCormack
msi: Check whether the component is enabled first.
tree
|
commitdiff
2006-11-10
Mike McCormack
msi: Component attributes are bitmasks.
tree
|
commitdiff
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
next