summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-09-04 06:07:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-09-04 06:07:23 +0000
commit3cf17bcb76a8e23a7171bdaecdd86ae736eca958 (patch)
tree333a137f1632bf809e8e90870a5f029cea22e464 /desktop/win32
parenta392c5d4f3bd17930804d2471f4db9d8caab5177 (diff)
INTEGRATION: CWS native190_DEV300 (1.11.38); FILE MERGED
2008/09/01 14:19:38 dv 1.11.38.2: #i93250# DON'T look for *.msp files when doing an administrative install 2008/09/01 06:00:09 dv 1.11.38.1: #i93250# Look for *.msp files and prepare patch install
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/setup/setup.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/win32/source/setup/setup.hxx b/desktop/win32/source/setup/setup.hxx
index e57f226c27..8a96f0d5f8 100644
--- a/desktop/win32/source/setup/setup.hxx
+++ b/desktop/win32/source/setup/setup.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: setup.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -83,10 +83,10 @@ class SetupAppX : public SetupApp
LPTSTR m_pTmpName;
LPTSTR m_pErrorText;
LPTSTR m_pModuleFile;
+ LPTSTR m_pPatchFiles;
int *m_pMSIErrorCode;
boolean m_bQuiet : 1;
- boolean m_bAdministrative : 1;
boolean m_bIgnoreAlreadyRunning : 1;
boolean m_bRegNoMsoTypes :1;
boolean m_bRegAllMsoTypes :1;
@@ -130,13 +130,14 @@ public:
virtual boolean Initialize( HINSTANCE hInst );
virtual boolean AlreadyRunning() const;
virtual boolean ReadProfile();
+ virtual boolean GetPatches();
virtual boolean ChooseLanguage( long& rLanguage );
virtual boolean CheckVersion();
virtual boolean Install( long nLanguage );
virtual UINT GetError() const;
virtual void DisplayError( UINT nErr ) const;
-
+
void Log( LPCTSTR pMessage, LPCTSTR pText = NULL ) const;
long GetLanguageCount() const { return m_nLanguageCount; }