wine/dlls/msi action.c

Alexandre Julliard julliard at winehq.org
Mon Jan 31 10:23:12 CST 2005


ChangeSet ID:	15807
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/01/31 10:23:12

Modified files:
	dlls/msi       : action.c 

Log message:
	Aric Stewart <aric at codeweavers.com>
	Eliminate the giant if.. else if block from ACTION_ProcessAction in
	favor of a table of handlers.
	Return code of the install should not depend on the return code of the
	final action.
	Update component installed states as they are installed so that
	conditions based on component states are at least a little more
	correct.
	Add icon and argument when regestering clsids.
	Add a stub for ResolveSource because we do that work just not in
	ResolveSource like we should.
	When quering a Component state return the correct state.

Patch: http://cvs.winehq.org/patch.py?id=15807

Old revision  New revision  Changes     Path
 1.76          1.77          +240 -78    wine/dlls/msi/action.c




More information about the wine-cvs mailing list