diff options
Diffstat (limited to 'desktop/win32/source/setup/setup.hxx')
-rw-r--r-- | desktop/win32/source/setup/setup.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/win32/source/setup/setup.hxx b/desktop/win32/source/setup/setup.hxx index 0c0a54db2a..1393fbd326 100644 --- a/desktop/win32/source/setup/setup.hxx +++ b/desktop/win32/source/setup/setup.hxx @@ -75,8 +75,6 @@ class SetupAppX : public SetupApp LPTSTR m_pAppTitle; LPTSTR m_pCmdLine; LPTSTR m_pDatabase; - LPTSTR m_pInstMsiW; - LPTSTR m_pInstMsiA; LPTSTR m_pReqVersion; LPTSTR m_pProductName; LPTSTR m_pAdvertise; @@ -123,7 +121,6 @@ private: boolean GetCommandLine(); - boolean InstallMsi( LPCTSTR pInstaller ); boolean IsTerminalServerInstalled() const; void AddFileToPatchList( TCHAR* pPath, TCHAR* pFile ); |