projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msi: Use ACTION_UpdateComponentStates in the selection tree so we don't have to dupli...
[wine]
/
dlls
/
msi
/
action.c
2006-09-13
Mike McCormack
msi: Split the font registration code out into a separa...
blob
|
commitdiff
|
raw
2006-09-08
Mike McCormack
msi: Split code to create a random package name into...
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-12
James Hawkins
msi: If a component's state is not local, source, or...
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-03
Robert Shearman
msi: Fix the creation of shortcuts with a null icon...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-02
James Hawkins
msi: Set the install state to INSTALLSTATE_LOCAL for...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-01
James Hawkins
msi: Fix a couple install state test cases.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
James Hawkins
msi: Set the install state to INSTALLSTATE_LOCAL for...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Mike McCormack
msi: Don't set the shortcut's working directory if...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Mike McCormack
msi: Always load all the components.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
James Hawkins
msi: Set the component's initial state based on its...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-20
James Hawkins
msi: Update feature states after changing install level...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-20
James Hawkins
msi: Rename SetFeatureStates to match the naming scheme...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Mike McCormack
msi: Only load the features and files tables once.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
James Hawkins
msi: Sort SelectionTree items by their Display value.
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-06-21
James Hawkins
msi: Fix handling of the no-op identifier in the Direct...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-12
Alexandre Julliard
msi: Make some variables static and/or const.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Mike McCormack
msi: Remove some unnecessary NULL checks.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Mike McCormack
msi: Fix some pointer to integer casts.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-24
Mike McCormack
msi: Fix a possible memory leak.
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-05-23
Labrousse Jean
msi: Fix short name and long name mismatch in action.c.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-15
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Mike McCormack
msi: Clean up memset usage.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-22
Mike McCormack
msi: Add stub for the RegisterComPlus and UnregisterCom...
blob
|
commitdiff
|
raw
|
diff to current
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
next