projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
msi: Fix a typo.
[wine]
/
dlls
/
msi
/
files.c
2006-11-30
James Hawkins
msi: Use mi->source if the source is not a full path.
blob
|
commitdiff
|
raw
2006-11-29
James Hawkins
msi: Don't fail if we can't remove an existing install...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Mike McCormack
msi: Clean up parameters of msi_media_get_disk_info().
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Mike McCormack
msi: Fix some memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Mike McCormack
msi: Don't leak row handles.
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
James Hawkins
msi: Notify the external UI handler when changing media.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-13
James Hawkins
msi: Fix a heap corruption bug by resizing the src...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-09
James Hawkins
msi: Add support for continuous cabinets.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-09
James Hawkins
msi: Extract cabinets in ACTION_InstallFiles. ready_med...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-09
James Hawkins
msi: Move the file sequence check out of ready_media_in...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-09
James Hawkins
msi: Factor out load_media_info from ready_media_for_file.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-09
James Hawkins
msi: Use disk_prompt from the media_info structure...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Factor out download_remote_cabinet and reuse extra...
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-08
James Hawkins
msi: Factor copy_install_file out of ACTION_InstallFiles.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Factor schedule_install_files out of ACTION_Instal...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Model the media_info structure members after the...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Use msi_alloc_zero instead of a helper function...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Use the file's component instead of passing an...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Use the media_info structure instead of passing...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-27
James Hawkins
msi: Extract cabinets based on DiskId, not LastSequence.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-27
James Hawkins
msi: Implement handling for the ErrorDialog and use...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-27
Mike McCormack
msi: Avoid crashing if writeout_cabinet_stream fails.
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-15
James Hawkins
msi: Non-compressed files may come before the list...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-11
Andrew Talbot
msi: Write-strings warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-11
James Hawkins
msi: Only remove a file if the version to be installed...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
James Hawkins
msi: Download install cabinet files if the msi package...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-08
James Hawkins
msi: Fix the compressed files logic.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-02
James Hawkins
msi: A file that does not have the msidbFileAttributesC...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-29
Mike McCormack
msi: Change an ERR to a WARN.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Huw Davies
msi: Create files with the correct file attributes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Stefan Siebert
msi: cabinet_notify - don't fail on files with the...
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-07
Mike McCormack
msi: Remove broken volume management code.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-06
Mike McCormack
msi: Avoid a crash if a parameter is NULL.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Mike McCormack
msi: Improve handling of short paths.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Robert Shearman
msi: Always set a value for intype in ready_volume.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-23
Robert Shearman
msi: Call ui_actiondata for more actions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Mike McCormack
Remove some redundant null pointer checks.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Implement the RemoveFiles action.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Use an enumeration for file states.
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-29
Mike McCormack
Some installers don't call the CreateFolders action...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Mike McCormack
Remove an incorrect comment and check for 0 being an...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Mike McCormack
Extract file directly to their target location, bypassi...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Mike McCormack
Put the UI update code for cabinet file into a separate...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Mike McCormack
Translate INVALID_HANDLE_VALUE to zero for cabinet...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Mike McCormack
Fix a memory leak in the cabinet extracting code.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Mike McCormack
Create component folders in the CreateFolders action.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Mike McCormack
Fix another memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mike McCormack
Avoid using static variables in the InstallFiles action.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-22
Mike McCormack
Fix various 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-07
Mike McCormack
Keep temporary files in a seperate list.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Aric Stewart
The file name used in the ui messages is the target...
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 components instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-21
Aric Stewart
Use SOURCEDIR instead of PackagePath. Because the Packa...
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
When working toward install on demand support we need...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-11
Aric Stewart
Add the string constants located in msi.h and make...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Aric Stewart
Add source.c to start handling the various MsiSourceLis...
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-24
Aric Stewart
Redo how we extract files from a cabinet in order to...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Aric Stewart
Duplicate files should not fail if unable to get Destin...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Aric Stewart
Use MSI_IterateRecords for DuplicateFiles.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Aric Stewart
Break out all the file related actions and helper funct...
blob
|
commitdiff
|
raw
|
diff to current