summaryrefslogtreecommitdiff
path: root/desktop/win32/source/setup/setup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/setup/setup.hxx')
-rw-r--r--desktop/win32/source/setup/setup.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/win32/source/setup/setup.hxx b/desktop/win32/source/setup/setup.hxx
index 8119685c4b..0c0a54db2a 100644
--- a/desktop/win32/source/setup/setup.hxx
+++ b/desktop/win32/source/setup/setup.hxx
@@ -93,6 +93,7 @@ class SetupAppX : public SetupApp
boolean m_bRegNoMsoTypes :1;
boolean m_bRegAllMsoTypes :1;
boolean m_bIsMinorUpgrade :1;
+ boolean m_bSupportsPatch :1;
FILE *m_pLogFile;
@@ -125,7 +126,8 @@ private:
boolean InstallMsi( LPCTSTR pInstaller );
boolean IsTerminalServerInstalled() const;
-
+ void AddFileToPatchList( TCHAR* pPath, TCHAR* pFile );
+ boolean IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName );
public:
SetupAppX();
~SetupAppX();