ultimatepp/uppdev/Installer/install.h
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

18 lines
691 B
C

//////////////////////////////////////////////////////////////////////
// smallprg: small (in terms of requirements) progress window.
#ifndef __INCLUDE_SMALLPRG_H__
#define __INCLUDE_SMALLPRG_H__
#include <RichText/RichText.h>
#include <plugin/bz2/bz2.h>
#define LAYOUTFILE <Installer/Installer.lay>
#include <CtrlCore/lay.h>
bool InstallDesktopIcon(const char *exe, const char *lnk, const char *desc);
bool InstallProgramGroup(const char *file, const char *group, const char *lnk, int icon = -1);
void InstallUninstall(const char *name, const char *dname, const char *cmdline);
void InstallUninstall(const char *exe, const char *name);
#endif//__INCLUDE_SMALLPRG_H__