Commit c6689520 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

Break out all the file related actions and helper functions into

files.c
parent 483bce1d
......@@ -18,6 +18,7 @@ C_SRCS = \
dialog.c \
distinct.c \
events.c \
files.c \
format.c \
handle.c \
helpers.c \
......
......@@ -205,6 +205,8 @@ UINT ACTION_CustomAction(MSIPACKAGE *package,const WCHAR *action, BOOL execute);
/* actions in other modules */
UINT ACTION_AppSearch(MSIPACKAGE *package);
UINT ACTION_FindRelatedProducts(MSIPACKAGE *package);
UINT ACTION_InstallFiles(MSIPACKAGE *package);
UINT ACTION_DuplicateFiles(MSIPACKAGE *package);
UINT ACTION_RegisterClassInfo(MSIPACKAGE *package);
UINT ACTION_RegisterProgIdInfo(MSIPACKAGE *package);
UINT ACTION_RegisterExtensionInfo(MSIPACKAGE *package);
......@@ -252,3 +254,4 @@ void ui_actiondata(MSIPACKAGE *, LPCWSTR, MSIRECORD *);
extern const WCHAR cszSourceDir[];
extern const WCHAR szProductCode[];
extern const WCHAR cszRootDrive[];
extern const WCHAR cszbs[];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment