projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wined3d: Initialise WINED3DVERTEXELEMENT's Reg field in
[wine]
/
dlls
/
msi
/
action.c
2006-03-22
Mike McCormack
msi: Add stub for the RegisterComPlus and UnregisterCom...
blob
|
commitdiff
|
raw
2006-03-21
Mike McCormack
msi: Improve handling of short paths.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Mike McCormack
msi: Remove some unnecessary indent.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Robert Shearman
msi: Fix heap overflow in ITERATE_CreateShortcuts.
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-23
Robert Shearman
msi: Call ui_actiondata for more actions.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-16
Mike McCormack
msi: Eliminate a fixed length buffer.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Mike McCormack
msi: Don't crash if there's no script present when...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-04
Mike McCormack
msi: Apply any MSI transforms specified by the TRANSFOR...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-31
Mike McCormack
msi: Change some FIXME messages to comments.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-31
Mike McCormack
msi: Add stub actions for CCPSearch and RMCCPSearch.
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
Ivan Leo Puoti
Fix some wrong prototypes.
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
Aric Stewart
Force files to install if the REINSTALL property is...
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-30
Mike McCormack
Add a stub for the AllocateRegistrySpace action.
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-30
Mike McCormack
Use msi_get_property_int() in a few more places.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-30
Mike McCormack
Use "static const" rather than "const static" as gcc...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-29
Mike McCormack
Don't change the UI level during ExecuteAction.
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
Thomas Weidenmueller
Passing NULL as the last two parameters to ReadFile...
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-10-27
Mike McCormack
If an action fails, print out its name as well as the...
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-10-27
Mike McCormack
Tidy up the RegisterProduct action a little.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Mike McCormack
Create a stub function to apply a single table transfor...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Mike McCormack
Enumerate the substorage transforms for any patches...
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-29
Mike McCormack
Create a function to read a property as an integer.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Mike McCormack
Add some more action stubs, remove forward declarations.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Mike McCormack
Split command line parsing from MSI_InstallPackage...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-26
Mike McCormack
Make a macro function for unimplemented actions.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Mike McCormack
Stub implementation of the IsolateComponents action.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mike McCormack
Add a stub implementation of the BindImage action.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mike McCormack
Stub implementation of the PatchFiles action.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mike McCormack
Stub implementation of the MoveFiles action.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mike McCormack
Stub implementation of the RemoveIniValues action.
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
Simplify the ProcessComponents action a little.
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
Implement MsiSequenceA/W.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-21
Mike McCormack
Simplify the InstallValidate action a little.
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 a bug in a previous patch spotted by Dieter Komendera.
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-15
Mike McCormack
Use the new msi_reg_set* macros where possible.
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
Fix more fixed length buffers.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Mike McCormack
Reduce the indent level of a function.
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
Remove an unnecessary level of indent.
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
Make some fixme messages less alarmist.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Mike McCormack
Make sure to save the result calculated in ACTION_Updat...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Aric Stewart
Display the correct text string in the action text...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Johan Dahlin
Added a null check for component.
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-23
Aric Stewart
Make index INT not UINT because it can be -1.
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-08-16
Aric Stewart
Fixed a memory overflow and leak identified by Mike...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Aric Stewart
Add some body to ResolveSource because it is possible...
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-11
Aric Stewart
Use the strings defined in msi.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-08
Aric Stewart
InstallShield does a number of actions using DoAction...
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-07-06
Mike McCormack
Stop the install when cancelling from a modeless dialog.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-06
Mike McCormack
gcc 4.0 -Wpointer-sign fixes.
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-28
Aric Stewart
Relocate the msi file to prevent cd locking, corrected...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-24
Aric Stewart
Perform ExecuteAction at UILevel 2.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-24
Aric Stewart
Rework CreateShortcuts to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-24
Aric Stewart
Properly handle -1 as a registry key root.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-24
Aric Stewart
Rework SelfRegModules to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-23
Aric Stewart
Rework component, feature and file loading to use MSI_I...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-23
Aric Stewart
Rework RegisterFonts to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-23
Aric Stewart
Rework WriteIniValues to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-22
Aric Stewart
Rework PublishProduct to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-22
Aric Stewart
Rework RegisterTypeLibraries to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-22
Aric Stewart
Rework LaunchConditions to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Aric Stewart
Rework CostFinalize to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Aric Stewart
Rework WriteRegistryValues to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Aric Stewart
Rework CreateFolders to use MSI_IterateRecords.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Aric Stewart
Use MSI_IterateRecords for processing actions.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Aric Stewart
Flesh out the remaining keys in RegisterProduct.
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
2005-06-16
Aric Stewart
Break out all the top level apis into install.c.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-16
Aric Stewart
Break out all the class registration actions into class...
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
2005-06-09
Aric Stewart
Extending upon Mike McCormack's cleanup to use MSI_Reco...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Aric Stewart
Register the Product Version also.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Aric Stewart
Avoid a loop where a parent's parent refers to itself...
blob
|
commitdiff
|
raw
|
diff to current
next