projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
inetcomm: Fix spelling typo.
[wine]
/
dlls
/
msi
/
helpers.c
2007-11-01
James Hawkins
msi: A feature's requested action does not depend on...
blob
|
commitdiff
|
raw
2007-07-03
James Hawkins
msi: Delay publishing of the SourceList until the Publi...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Andrew Talbot
msi: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-29
James Hawkins
msi: Load the folder property if available and requested.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-22
Mike McCormack
msi: Treat the SourceDir folder the same as TargetDir.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-22
Mike McCormack
msi: Load all folders in one query, rather one per...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-21
Mike McCormack
msi: Fix use of integer fields in MsiFormatRecord.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Mike McCormack
msi: Remove a level of indent in resolve_folder().
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Mike McCormack
msi: Remove some redundant else statements.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-14
Mike McCormack
msi: Remove track_tempfile()'s unused 2nd parameter.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-14
Mike McCormack
msi: Print a message if we fail to delete a file.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Store the base URL of the MSI package if it is...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Mike McCormack
msi: Avoid a memory leak by freeing actions scripts...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Use msi_feature_set_state and msi_component_set_st...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-11
James Hawkins
msi: Set the SourceDir and SOURCEDIR properties in...
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-09-28
James Hawkins
msi: Follow state resolution rules when a feature paren...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-28
James Hawkins
msi: A feature state of INSTALLSTATE_ABSENT translates...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-26
James Hawkins
msi: Only specifically resolve the TARGETDIR directory...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-21
James Hawkins
msi: Disable child features of parent features that...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-20
James Hawkins
msi: INSTALLSTATE_SOURCE also overrides a parent featur...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Mike McCormack
msi: Reimplement msi_dup_property and msi_get_property_int.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
James Hawkins
msi: Inform the user with an error message when the...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Mike McCormack
msi: Move msi_get_property_int() to helpers.c
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Mike McCormack
msi: Move version string conversions to registry.c.
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: Don't fall back to the folder's parent if the...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Mike McCormack
msi: Simplify create_component_advertise_string() a...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Mike McCormack
msi: Improve handling of short paths.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-24
Dmitry Timoshkov
Make more arrays const.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-23
Robert Shearman
msi: Move the firing of control events to MSI_ProcessMe...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-06
Mike McCormack
msi: Clean trailing and leading spaces from path segments.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Mike McCormack
If a source directory doesn't exist, use the install...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-24
Mike McCormack
Make all source directories at the root of the install.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Mike McCormack
Remove some redundant null pointer checks.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Mike McCormack
Remove the unused 1st parameter of ACTION_VerifyCompone...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-27
Mike McCormack
Rename load_dynamic_stringW to msi_dup_record_field...
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-22
Mike McCormack
Fix various memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-22
Mike McCormack
Make build_icon_path return the path directly.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-21
Mike McCormack
Fix some simple memory leaks.
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-15
Mike McCormack
Rename load_dynamic_property and remove its unused...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-13
Mike McCormack
Eliminate fixed length buffers from the MSIFEATURE...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Mike McCormack
Eliminate yet more fixed length buffers.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Mike McCormack
Fix more fixed length buffers.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Mike McCormack
Make sure not to access invalid components or features.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Mike McCormack
Move a fixed size buffer to the heap.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Mike McCormack
Allocate memory rather than using fixed length buffers.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Mike McCormack
Fix memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-07
Mike McCormack
Keep temporary files in a seperate list.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Mike McCormack
Avoid fixed length buffers for conditions.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Mike McCormack
Remove an unnecessary level of indent.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Mike McCormack
Convert progids to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Mike McCormack
- convert verbs into a standard list
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Mike McCormack
- build a standard Wine list of extensions instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-26
Mike McCormack
- build a standard Wine list of mime types instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Mike McCormack
- build a standard Wine list of classes instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Mike McCormack
- build a standard Wine list of appids instead of using...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-23
Mike McCormack
- build a standard Wine list of folders instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-23
Mike McCormack
- build a standard Wine list of files instead of using...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Mike McCormack
- build a standard Wine list of features instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Mike McCormack
- build a standard Wine list of components instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Mike McCormack
Store the component information in a standard Wine...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-07
Aric Stewart
Fill and use the ProductCode part of the MSIPACKAGE...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-30
Aric Stewart
Keep track of what sequence we are in and register...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-29
Aric Stewart
Handle installs off multiple volumes and properly pull...
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-21
Aric Stewart
Fix situations where TARGETDIR is set to a non \ terminated
blob
|
commitdiff
|
raw
|
diff to current
2005-06-15
Aric Stewart
Break out all the helper functions into helpers.c.
blob
|
commitdiff
|
raw
|
diff to current