projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Implement SQLInstallDriverManager.
[wine]
/
dlls
/
msi
/
2005-09-30
Mike McCormack
Rename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
tree
|
commitdiff
2005-09-29
Mike McCormack
Avoid UpdateWindow, it causes trouble with WS_EX_TRANSP...
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-29
Mike McCormack
Create a function to read a property as an integer.
tree
|
commitdiff
2005-09-28
Mike McCormack
Add some more action stubs, remove forward declarations.
tree
|
commitdiff
2005-09-28
Mike McCormack
Split command line parsing from MSI_InstallPackage...
tree
|
commitdiff
2005-09-28
Mike McCormack
Add the progress control.
tree
|
commitdiff
2005-09-28
Mike McCormack
Fix and test MsiViewGetColumnInfo and binary fields.
tree
|
commitdiff
2005-09-28
Mike McCormack
Don't quote numbers in a query, as it doesn't parse...
tree
|
commitdiff
2005-09-28
Mike McCormack
Don't create MSI handles unless we have to pass one...
tree
|
commitdiff
2005-09-26
Mike McCormack
Create a function to determine the table's row size...
tree
|
commitdiff
2005-09-26
Mike McCormack
Fix various query related memory leaks.
tree
|
commitdiff
2005-09-26
Mike McCormack
Make a macro function for unimplemented actions.
tree
|
commitdiff
2005-09-26
Mike McCormack
Fill out the stubs for MsiApplyTransformA/W a bit more.
tree
|
commitdiff
2005-09-26
Mike McCormack
Fix handle leaks in the test cases.
tree
|
commitdiff
2005-09-26
Mike McCormack
Make sure to set the minimum size before allocating...
tree
|
commitdiff
2005-09-25
Mike McCormack
Handle copying of the install package to a temporary...
tree
|
commitdiff
2005-09-25
Mike McCormack
Fix another memory leak.
tree
|
commitdiff
2005-09-25
Mike McCormack
Stub implementation of the IsolateComponents action.
tree
|
commitdiff
2005-09-23
Mike McCormack
Fix a memory leak.
tree
|
commitdiff
2005-09-23
Mike McCormack
Add a stub implementation of the BindImage action.
tree
|
commitdiff
2005-09-23
Mike McCormack
Stub implementation of the PatchFiles action.
tree
|
commitdiff
2005-09-23
Mike McCormack
Implement MsiGetShortcutTargetA.
tree
|
commitdiff
2005-09-23
Mike McCormack
Stub implementation of the MoveFiles action.
tree
|
commitdiff
2005-09-23
Dmitry Timoshkov
COLOR_3DFACE is a better choice for the dialog background.
tree
|
commitdiff
2005-09-23
Mike McCormack
Stub implementation of the RemoveIniValues action.
tree
|
commitdiff
2005-09-23
Mike McCormack
Take advantage of the msi_get_deformatted_field functio...
tree
|
commitdiff
2005-09-23
Mike McCormack
Avoid using static variables in the InstallFiles action.
tree
|
commitdiff
2005-09-22
Mike McCormack
Fix various memory leaks.
tree
|
commitdiff
2005-09-22
Mike McCormack
Skip the first character of a font identifier if it...
tree
|
commitdiff
2005-09-22
Mike McCormack
Fix an error introduced when converting dialog lists...
tree
|
commitdiff
2005-09-22
Mike McCormack
Simplify the ProcessComponents action a little.
tree
|
commitdiff
2005-09-22
Mike McCormack
Load a table's column information separately from the...
tree
|
commitdiff
2005-09-22
Mike McCormack
Make build_icon_path return the path directly.
tree
|
commitdiff
2005-09-21
Mike McCormack
Implement MsiSequenceA/W.
tree
|
commitdiff
2005-09-21
Mike McCormack
Don't refcount tables.
tree
|
commitdiff
2005-09-21
Mike McCormack
Simplify the InstallValidate action a little.
tree
|
commitdiff
2005-09-21
Mike McCormack
Make sure not to free a a pointer that has been modified.
tree
|
commitdiff
2005-09-21
Mike McCormack
Fix some simple memory leaks.
tree
|
commitdiff
2005-09-20
Dmitry Timoshkov
Fix the usage of COLOR_xxx constants in the place of...
tree
|
commitdiff
2005-09-20
Mike McCormack
Added memory allocation inline functions (part 2).
tree
|
commitdiff
2005-09-20
Mike McCormack
Added memory allocation inline functions (part 1).
tree
|
commitdiff
2005-09-20
Mike McCormack
Fix if's that are followed by semicolons.
tree
|
commitdiff
2005-09-20
Jan Van Buggenhout
implement stubs for MsiSequence[AW].
tree
|
commitdiff
2005-09-19
Milko Krachounov
Bulgarian resources for mpr, msi, user, commdlg, oleaut...
tree
|
commitdiff
2005-09-19
Kimmo Myllyvirta
Added Finnish resources.
tree
|
commitdiff
2005-09-18
Alexander N. Sørnes
Added Norwegian translations.
tree
|
commitdiff
2005-09-17
Mike McCormack
Fix memory leaks in the table code.
tree
|
commitdiff
2005-09-17
Mike McCormack
Read the MaskEdit template from the correct db field.
tree
|
commitdiff
2005-09-16
Mike McCormack
Convert the list of dialog controls to a standard list.
tree
|
commitdiff
2005-09-16
Mike McCormack
Make load_string_table return the string table.
tree
|
commitdiff
2005-09-16
Mike McCormack
Deformat all dialog text strings before using them.
tree
|
commitdiff
2005-09-16
Mike McCormack
Load riched20.dll on demand, and unload it after it...
tree
|
commitdiff
2005-09-16
Mike McCormack
Fix a bug in a previous patch spotted by Dieter Komendera.
tree
|
commitdiff
2005-09-16
Mike McCormack
Fix the stub for MsiConfigureFeature.
tree
|
commitdiff
2005-09-15
Mike McCormack
Rename load_dynamic_property and remove its unused...
tree
|
commitdiff
2005-09-15
Mike McCormack
Use the new msi_reg_set* macros where possible.
tree
|
commitdiff
2005-09-15
Mike McCormack
Create a macro to write a value to a subkey.
tree
|
commitdiff
2005-09-14
Mike McCormack
Create a macro function to write registry values.
tree
|
commitdiff
2005-09-14
Mike McCormack
Remove some unused values in the object header.
tree
|
commitdiff
2005-09-14
Mike McCormack
Convert the list of tables to a standard list.
tree
|
commitdiff
2005-09-13
Alexandre Julliard
Get rid of a couple of non-portable long long constants.
tree
|
commitdiff
2005-09-13
Mike McCormack
Fix the handling of MsiGetTargetPath args (with test...
tree
|
commitdiff
2005-09-13
Mike McCormack
Make sure to release the package we grabbed on the...
tree
|
commitdiff
2005-09-13
Mike McCormack
Fix the handling of MsiDoAction args (with test case).
tree
|
commitdiff
2005-09-13
Mike McCormack
Eliminate fixed length buffers from the MSIFEATURE...
tree
|
commitdiff
2005-09-13
Mike McCormack
Skip dash characters in the PIDMask for a MaskedEdit...
tree
|
commitdiff
2005-09-12
Mike McCormack
Eliminate yet more fixed length buffers.
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed memory leak introduced in previous change.
tree
|
commitdiff
2005-09-12
Mike McCormack
Fix more fixed length buffers.
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Avoid non-portable va_list manipulations.
tree
|
commitdiff
2005-09-12
Mike McCormack
Make sure not to access invalid components or features.
tree
|
commitdiff
2005-09-12
Mike McCormack
Fix an uninitialized variable problem.
tree
|
commitdiff
2005-09-09
Mike McCormack
Move a fixed size buffer to the heap.
tree
|
commitdiff
2005-09-09
Mike McCormack
Reduce the indent level of a function.
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
tree
|
commitdiff
2005-09-08
Mike McCormack
Allocate memory rather than using fixed length buffers.
tree
|
commitdiff
2005-09-08
Mike McCormack
Convert RunningActions array into a list.
tree
|
commitdiff
2005-09-08
Mike McCormack
Improve a fixme message a little.
tree
|
commitdiff
2005-09-08
Mike McCormack
- fix a bug introduced by the progid list conversion
tree
|
commitdiff
2005-09-08
Mike McCormack
Fix memory leaks.
tree
|
commitdiff
2005-09-08
Mike McCormack
Remove an unnecessary level of indent.
tree
|
commitdiff
2005-09-08
Mike McCormack
Fix memory leaks in custom actions.
tree
|
commitdiff
2005-09-07
Aric Stewart
Implement MsiReinstallFeature.
tree
|
commitdiff
2005-09-07
Mike McCormack
Keep temporary files in a seperate list.
tree
|
commitdiff
2005-09-07
Mike McCormack
Don't include the terminating nul in the length in
tree
|
commitdiff
2005-09-07
Mike McCormack
- add test for MsiGetSourcePath
tree
|
commitdiff
2005-09-06
Aric Stewart
Be sure to null terminate the string in MsiGetProductIn...
tree
|
commitdiff
2005-09-06
Alexandre Julliard
Authors: Mike McCormack <mike@codeweavers.com>, Aric...
tree
|
commitdiff
2005-09-06
Mike McCormack
Avoid fixed length buffers for conditions.
tree
|
commitdiff
2005-09-06
Mike McCormack
Fixes for MsiGetSourcePath parameter handling.
tree
|
commitdiff
2005-09-06
Aric Stewart
Added stub implementations for MsiEnumPatchesA/W.
tree
|
commitdiff
2005-09-06
Mike McCormack
Remove an unnecessary level of indent.
tree
|
commitdiff
2005-09-06
Mike McCormack
- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DA...
tree
|
commitdiff
2005-09-06
Mike McCormack
Convert progids to a standard list.
tree
|
commitdiff
2005-09-06
Aric Stewart
Add the GUID for Patch files so that they can be opened...
tree
|
commitdiff
2005-09-06
Mike McCormack
Make some fixme messages less alarmist.
tree
|
commitdiff
2005-09-06
Saulius Krasuckas
Older platforms choke on a NULL as the third parameter to
tree
|
commitdiff
2005-09-02
Mike McCormack
- convert verbs into a standard list
tree
|
commitdiff
2005-09-02
Mike McCormack
Add objects to lists at the right time.
tree
|
commitdiff
next