projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make ddraw tests loadable on NT4.
[wine]
/
dlls
/
msi
/
2005-06-09
Aric Stewart
Extending upon Mike McCormack's cleanup to use MSI_Reco...
tree
|
commitdiff
2005-06-09
Aric Stewart
Register the Product Version also.
tree
|
commitdiff
2005-06-09
Aric Stewart
Avoid a loop where a parent's parent refers to itself...
tree
|
commitdiff
2005-06-09
Aric Stewart
Added module upgrade.c and implemented FindRelatedProducts.
tree
|
commitdiff
2005-06-08
Aric Stewart
Set the Preselected property if appropriate (relevant to
tree
|
commitdiff
2005-06-08
Aric Stewart
Write out Product Language and Product Icon to the...
tree
|
commitdiff
2005-06-08
Aric Stewart
Write out UpgradeCodes to the registry to allow for...
tree
|
commitdiff
2005-06-08
Aric Stewart
Add Language to the values we can query with MsiGetProd...
tree
|
commitdiff
2005-06-08
Mike McCormack
Use MSI_RecordGetString in more actions.
tree
|
commitdiff
2005-06-07
Mike McCormack
Use MSI_RecordGetString where possible.
tree
|
commitdiff
2005-06-07
Mike McCormack
Use a richedit control for license text.
tree
|
commitdiff
2005-06-07
Mike McCormack
Fixes for -Wmissing-declarations and -Wwrite-strings...
tree
|
commitdiff
2005-06-07
Mike McCormack
Fix radio button groups. Don't add the WS_GROUP style...
tree
|
commitdiff
2005-06-07
Aric Stewart
Add functions to add the User UpgradeCodes.
tree
|
commitdiff
2005-06-07
Aric Stewart
Correct a crash if the length buffer is NULL.
tree
|
commitdiff
2005-06-06
Mike McCormack
Use standard lists in the event subscription code.
tree
|
commitdiff
2005-06-06
Aric Stewart
Don't get caught in loops on parent progids.
tree
|
commitdiff
2005-06-04
Alexandre Julliard
Authors: Aric Stewart <aric@codeweavers.com>, Mike...
tree
|
commitdiff
2005-06-04
Aric Stewart
Make sure the TRACE statements do not spew garbage...
tree
|
commitdiff
2005-06-04
Mike McCormack
Take the dialog frame into account when calculating...
tree
|
commitdiff
2005-06-04
Aric Stewart
Since multiple progids can refer to 1 class we need...
tree
|
commitdiff
2005-06-03
Aric Stewart
Locate where a buffer size is not being set and correct...
tree
|
commitdiff
2005-06-03
Aric Stewart
Add install_on_demand for Extension servers also. curre...
tree
|
commitdiff
2005-06-02
Aric Stewart
Do not loop if a ProgId's Parent Index it itself.
tree
|
commitdiff
2005-06-02
Mike McCormack
Use MSI_QueryGetRecord in one more place.
tree
|
commitdiff
2005-06-02
Aric Stewart
Print a message for skipped actions in ProcessExecSeque...
tree
|
commitdiff
2005-06-02
Aric Stewart
Do not change a features state to Advertise if it expli...
tree
|
commitdiff
2005-06-02
Aric Stewart
For typelibs index 1 do not add \\1 to the path. This...
tree
|
commitdiff
2005-06-02
Aric Stewart
Register the FileType and correct short vs long path...
tree
|
commitdiff
2005-06-02
Mike McCormack
Use the new helper function MSI_QueryGetRecord.
tree
|
commitdiff
2005-06-02
Mike McCormack
Create a helper function to fetch a single record from...
tree
|
commitdiff
2005-06-01
Dmitry Timoshkov
Make more of the OLE interface vtables const.
tree
|
commitdiff
2005-06-01
Alexandre Julliard
Authors: Aric Stewart <aric@codeweavers.com>, Mike...
tree
|
commitdiff
2005-06-01
Mike McCormack
Clean up headers and make some functions static.
tree
|
commitdiff
2005-06-01
Mike McCormack
- avoid unicode.h
tree
|
commitdiff
2005-05-31
Mike McCormack
Remove some unused code.
tree
|
commitdiff
2005-05-31
Mike McCormack
More -Wmissing-declarations and -Wwrite-strings warning...
tree
|
commitdiff
2005-05-31
Mike McCormack
Improve number parsing and avoid unicode.h.
tree
|
commitdiff
2005-05-30
Mike McCormack
Remove more types from the parser.
tree
|
commitdiff
2005-05-30
Mike McCormack
Add and correct some function declarations.
tree
|
commitdiff
2005-05-30
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-05-29
Mike McCormack
Get rid of some redundant parser types.
tree
|
commitdiff
2005-05-29
Mike McCormack
-Wmissing-declarations and -Wwrite-strings warning...
tree
|
commitdiff
2005-05-27
Alexandre Julliard
Authors: Mike McCormack <mike@codeweavers.com>, Aric...
tree
|
commitdiff
2005-05-27
Aric Stewart
Introduce really basic scripting of actions. This is...
tree
|
commitdiff
2005-05-27
Aric Stewart
Restrict deformating of nested index keys [[1]].
tree
|
commitdiff
2005-05-27
Mike McCormack
Test and fix the size of stream fields in a record.
tree
|
commitdiff
2005-05-27
Alexandre Julliard
Authors: Aric Stewart <aric@codeweavers.com>, Mike...
tree
|
commitdiff
2005-05-26
Aric Stewart
First pass at writing out CurVer keys for ProgIds....
tree
|
commitdiff
2005-05-26
Aric Stewart
A big rewrite of the whole RegisterClass, RegisterProgId,
tree
|
commitdiff
2005-05-25
Aric Stewart
Implement the [!file] format to produce the short filename.
tree
|
commitdiff
2005-05-24
Mike McCormack
Simplify parsing of the FROM keyword.
tree
|
commitdiff
2005-05-23
Aric Stewart
Double terminate SZ_MULTI properly.
tree
|
commitdiff
2005-05-23
Aric Stewart
Fix a leaking handle.
tree
|
commitdiff
2005-05-23
Mike McCormack
Improve parser error checking.
tree
|
commitdiff
2005-05-23
Mike McCormack
Track memory allocations in the SQL parser.
tree
|
commitdiff
2005-05-23
Mike McCormack
Simplify parsing of select query.
tree
|
commitdiff
2005-05-23
Mike McCormack
Create the ORDER BY view in a single call.
tree
|
commitdiff
2005-05-23
Mike McCormack
- remove the unused utf8 field of an expression
tree
|
commitdiff
2005-05-23
Stefan Leichter
Update version resource of msi.dll to current version...
tree
|
commitdiff
2005-05-20
Juan Lang
Turn handled errors from ERRs to WARNs or TRACEs.
tree
|
commitdiff
2005-05-20
Aric Stewart
We have a stub for MsiGetUserInfoA we should use it.
tree
|
commitdiff
2005-05-20
Aric Stewart
Fix a leaking handle in MsiConfigureProductExW.
tree
|
commitdiff
2005-05-20
Aric Stewart
Write the RegOwner and RegCompany keys as blank if...
tree
|
commitdiff
2005-05-20
Aric Stewart
Fix quoting on queries.
tree
|
commitdiff
2005-05-20
Aric Stewart
Quoting fixes.
tree
|
commitdiff
2005-05-20
Aric Stewart
Correct query quoting based on Mike's patch.
tree
|
commitdiff
2005-05-19
Mike McCormack
Only tables can be backquoted, strings must be single...
tree
|
commitdiff
2005-05-19
Juan Lang
Don't fail in RegisterFonts if the Fonts table is missing.
tree
|
commitdiff
2005-05-18
Aric Stewart
A few small fixes.
tree
|
commitdiff
2005-05-18
Aric Stewart
We cannot internally load the files in FileCost because...
tree
|
commitdiff
2005-05-18
Aric Stewart
Correctly use short filenames from uncompressed file...
tree
|
commitdiff
2005-05-18
Aric Stewart
Some error messages and strcmp changes suggested by...
tree
|
commitdiff
2005-05-16
Aric Stewart
Correct a problem with parse_data if binary data was...
tree
|
commitdiff
2005-05-13
Aric Stewart
- ExecuteAction runs the whole Execute table and not...
tree
|
commitdiff
2005-05-11
Mike McCormack
Avoid some non-standard str functions.
tree
|
commitdiff
2005-05-11
Stefan Leichter
Added minimal implementation of MsiCreateAndVerifyInsta...
tree
|
commitdiff
2005-05-10
Mike McCormack
- make sure to free the string table when closing the...
tree
|
commitdiff
2005-05-10
Juan Lang
Partially implement AppSearch for RegLocator-type searches.
tree
|
commitdiff
2005-05-09
Aric Stewart
Fix a few leaking object handles.
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-05-07
Aric Stewart
Add a missing msiobj_release that was resulting in...
tree
|
commitdiff
2005-05-07
Aric Stewart
Correct a missing MsiCloseHandle().
tree
|
commitdiff
2005-05-06
Francois Gouget
Tweak the documentation to make winapi_check happy.
tree
|
commitdiff
2005-05-04
Marcus Meissner
Set PhysicalMemory property from system data.
tree
|
commitdiff
2005-05-04
Vincent Béron
Use SUBLANG_NEUTRAL for French resources.
tree
|
commitdiff
2005-04-28
Aric Stewart
Correct user component publication.
tree
|
commitdiff
2005-04-28
Aric Stewart
Implement MsiQueryFeatureStateW.
tree
|
commitdiff
2005-04-27
Mike McCormack
Make sure that dialogs are only created and destroyed...
tree
|
commitdiff
2005-04-27
Aric Stewart
Correct a leaking hkey handle.
tree
|
commitdiff
2005-04-26
Aric Stewart
Expand some handling of special properties in MsiGetPro...
tree
|
commitdiff
2005-04-26
Mike McCormack
Declare MsiExportDatabase* in the spec file, and fix...
tree
|
commitdiff
2005-04-22
Francois Gouget
Tweak the API documentation to silence winapi_check...
tree
|
commitdiff
2005-04-21
Aric Stewart
Fix for the return codes for the Qualified component...
tree
|
commitdiff
2005-04-20
Francois Gouget
Tweak the API documentation to silence winapi_check...
tree
|
commitdiff
2005-04-20
Mike McCormack
Test MsiSummaryInfoGetProperty reading an empty property.
tree
|
commitdiff
2005-04-20
Mike McCormack
Fix loading of the summary information.
tree
|
commitdiff
2005-04-20
Aric Stewart
Implement Publish Components in order for MsiGetQualifi...
tree
|
commitdiff
2005-04-19
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
next