search for: szusersid

Displaying 3 results from an estimated 3 matches for "szusersid".

2009 Mar 27
0
Wine release 1.1.18
...up. urlmon: Return IAsyncMoniker from QueryInterface. urlmon: Added StdURLMoniker implementation. urlmon: Fixed handling NULL URLName in GetDisplatName implementation. James Hawkins (15): msi: Fix a typo (Coverity 910). msi: Enumerate the current user's patches if szUserSid is NULL. msi: Allow the enumeration of other users' patches. msi: Factor out the MsiEnumPatchesEx tests and test the NULL szUserSid and an szUserSid that is different from the current user. msi: Test and handle the case where the SourceList key does not exist and the PackageNa...
2007 Nov 09
0
Wine release 0.9.49
...nd a slash to network and url sources. msi: An empty source is an invalid parameter. msi: The options must include a source type. msi: Reimplement MsiSourceListAddSourceEx to handle reordering the source list. msi: Handle the MSIINSTALLCONTEXT_USERMANAGED context. msi: szUserSid must be NULL if context is MSIINSTALLCONTEXT_MACHINE. msi: Fix the location used to read machine context source list info. msi: Initialize a handle in case MsiGetSummaryInformation fails. msi: Test and implement the MSIMODIFY_DELETE command. msi: Remove a legacy error check....
2008 Feb 22
0
Wine release 0.9.56
...WN_PATCH if dwOptions contains MSICODE_PATCH. msi: Return the results from OpenSourceKey. msi: Simplify the MEDIAPACKAGEPATH and DISKPROMPT cases. msi: Validate the dwOptions parameter of MsiSourceListSetInfo. msi: Return ERROR_INVALID_PARAMETER if the context is machine and szUserSid is non-NULL. msi: Remove invalid FIXMEs. msi: Forward MsiSourceListEnumSourcesA to a stub implementation of MsiSourceListEnumSourcesW. msi: Implement MsiSourceListEnumSources. msi: Publish a few SourceList properties. msi: Allow enumerating the sources without querying...