projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Added parsing of public key token in manifests.
[wine]
/
dlls
/
msi
/
msi.c
2007-07-03
James Hawkins
msi: Read the components state directly from the registry.
blob
|
commitdiff
|
raw
2007-07-03
James Hawkins
msi: Return INSTALLSTATE_BADCONFIG if we can't decode...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-03
James Hawkins
msi: Return INSTALLSTATE_ADVERTISED if the component...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-03
James Hawkins
msi: Open the correct key and return INSTALLSTATE_ADVER...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
James Hawkins
msi: If the UserData product key exists, but the user...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
James Hawkins
msi: Any value of WindowsInstaller besides 0 means...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
James Hawkins
msi: Use the correct registry key when detecting a...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
James Hawkins
msi: If the user product key exists, the product's...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
James Hawkins
msi: Validate MsiQueryProductCode parameters.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-26
James Hawkins
msi: Add a stub implementation of MsiQueryComponentStateA.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-26
Rob Shearman
msi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
James Hawkins
msi: Implement MsiApplyPatchW.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
James Hawkins
msi: Forward MsiApplyPatchA to MsiApplyPatchW.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-11
Jeff Latimer
msi: Use the langbuff len rather than the versionbuff...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Andrew Talbot
msi: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-17
Misha Koshelev
msi: Return appropriate values for empty MsiProductInfo...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Aric Stewart
msi: Do not crash in MsiGetUserInfo if org, user or...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-19
Andrew Talbot
msi: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Merge action.h into msipriv.h.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
James Hawkins
msi: Make internal functions static.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Mike McCormack
msi: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-29
Dan Kegel
msi: Callers of alloc_msihandle should handle failure.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Mike McCormack
msi: Fix some memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-27
Mike McCormack
msi: Use msi_alloc/free, not HeapAlloc/Free.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Mike McCormack
msi: Make MsiConfigureFeature a bit more robust.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Mike McCormack
msi: Move COM server implementation to a separate file.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Robert Shearman
msi: The szLogFile parameter of MsiEnableLogW is option...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Mike McCormack
msi: Implement MsiGetFileHash.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Mike McCormack
msi: Reimplement MsiGetUserInfo using awstrings.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Mike McCormack
msi: MoveMsiEnumPatches to registry.c
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Mike McCormack
msi: Handle W/A conversions more correctly in MsiProvid...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Mike McCormack
msi: Use msi_reg_get_val_str() to read a registry value.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Mike McCormack
msi: Add a stub implementation for MsiProvideQualifiedC...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Mike McCormack
msi: Components with INSTALLSTATE_NOTUSED are considere...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Mike McCormack
msi: A component with an empty path is not used.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Mike McCormack
msi: Use TRACE not FIXME for already implemented functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Mike McCormack
msi: Implement MsiConfigureFeatureW.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Mike McCormack
msi: Fix the size of base 85 GUIDs.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Mike McCormack
msi: Check the right pointers for NULL.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Mike McCormack
msi: Set properties, not the command line in MsiReinsta...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-18
Robert Shearman
msi: Fix conversion of path to include nul-termination...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Mike McCormack
msi: Tidy up MsiCreateAndVerifyInstallerDirectory a...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Mike McCormack
msi: Implement MsiConfigureFeatureA using MsiConfigureF...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Mike McCormack
msi: Add support for INSTALLSTATE_ADVERTISED to MsiQuer...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Mike McCormack
msi: MsiGetComponentPath cannot return INSTALLSTATE_ADV...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Mike McCormack
msi: Use awstring to return strings from MsiGetProductInfo.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Mike McCormack
msi: Read from the registry, not the database in MsiGet...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-06
Mike McCormack
msi: Features may be published but absent.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-06
Mike McCormack
msi: Add a test for MsiGetComponentPath and make it...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-06
Mike McCormack
msi: Use msi_strcpy_to_awstring to return the string...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-06
Mike McCormack
msi: Forward MsiUseFeature to MsiUseFeatureEx.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-30
Hans Leidekker
msi: Implement MsiLocateComponent{A,W}.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Dmitry Timoshkov
msi: Translate the resulting string only if the previou...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Mike McCormack
msi: Clean up memset usage.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-17
Mike McCormack
msi: Fix some possible NULL pointer dereferences (Cover...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Francois Gouget
Small documentation tweaks to avoid winapi_check warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-05
Christian Gmeiner
msi: Implemented DllCanUnloadNow.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-11
Steven Edwards
Partly implement MsiMessageBox[A/W] on top of MessageBo...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Aric Stewart
Use MsiDecomposeDescriptorW in MsiProvideQualifiedCompo...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-09
Mike McCormack
Make sure we only CoUninitialize after successfully...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Ivan Leo Puoti
Fix some wrong prototypes.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Stub implementation for MsiAdvertiseScriptA/W.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Stub implementation for MsiGetFileHashA/W.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-31
Mike McCormack
Improve MsiUseFeatureEx and MsiGetFeatureState a little...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-30
Mike McCormack
Define MSIDBOPEN_ constants using LPCWSTR when compilin...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Mike McCormack
Implement MsiGetFeatureUsageA and MsiUseFeature(Ex...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Mike McCormack
Add an implementation for MsiGetShortcutTargetA/W.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Mike McCormack
Return an error in MsiGetComponentPathW if passed a...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-30
Mike McCormack
Rename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Mike McCormack
Don't create MSI handles unless we have to pass one...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Mike McCormack
Handle copying of the install package to a temporary...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mike McCormack
Implement MsiGetShortcutTargetA.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-20
Mike McCormack
Added memory allocation inline functions (part 2).
blob
|
commitdiff
|
raw
|
diff to current
2005-09-16
Mike McCormack
Fix the stub for MsiConfigureFeature.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-07
Aric Stewart
Implement MsiReinstallFeature.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Aric Stewart
Be sure to null terminate the string in MsiGetProductIn...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Aric Stewart
Added stub implementations for MsiEnumPatchesA/W.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-10
Francois Gouget
Change some Dll* functions so they are exported by...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-10
Vincent Béron
Correct mismatches between spec files and comments...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-08
Alexandre Julliard
Don't prefix the functions DllCanUnloadNow, DllGetClass...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Steven Edwards
Add real stub for MsiConfigureFeatureW.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-13
Alexandre Julliard
Use the official names for the Unicode string constants.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-12
Aric Stewart
Use the SourceList functions to get the source path in
blob
|
commitdiff
|
raw
|
diff to current
2005-07-11
Aric Stewart
Use the strings defined in msi.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-08
Robert Shearman
In MsiLocateComponent pcchBuf can be NULL so don't...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-28
Aric Stewart
Relocate the msi file to prevent cd locking, corrected...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Aric Stewart
A "1" is returned not a 1 for AssignmentType. Also...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-08
Aric Stewart
Add Language to the values we can query with MsiGetProd...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Aric Stewart
Correct a crash if the length buffer is NULL.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-03
Aric Stewart
Locate where a buffer size is not being set and correct...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-01
Dmitry Timoshkov
Make more of the OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-30
Mike McCormack
Add and correct some function declarations.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Aric Stewart
Fix a leaking handle.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-20
Aric Stewart
Fix a leaking handle in MsiConfigureProductExW.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-11
Stefan Leichter
Added minimal implementation of MsiCreateAndVerifyInsta...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-28
Aric Stewart
Correct user component publication.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-28
Aric Stewart
Implement MsiQueryFeatureStateW.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-27
Aric Stewart
Correct a leaking hkey handle.
blob
|
commitdiff
|
raw
|
diff to current
next