summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2004-05-27 13:47:14 +0000
committerMikhail Voitenko <mav@openoffice.org>2004-05-27 13:47:14 +0000
commite7385170b269628124ccfdc5ed1fcbf2948b6809 (patch)
treee8e78413d08cef6e99b0449ea1a4e4e9404f007f /setup_native
parent7a9aad2814feaba6f441059c060d0ff603d81caf (diff)
#i28277# remove message box
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/regactivex/regactivex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup_native/source/win32/customactions/regactivex/regactivex.cxx b/setup_native/source/win32/customactions/regactivex/regactivex.cxx
index ae3fcb2b02c9..41e3f2ef807e 100644
--- a/setup_native/source/win32/customactions/regactivex/regactivex.cxx
+++ b/setup_native/source/win32/customactions/regactivex/regactivex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regactivex.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tra $ $Date: 2004-05-26 17:02:51 $
+ * last change: $Author: mav $ $Date: 2004-05-27 14:47:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -273,7 +273,7 @@ extern "C" UINT __stdcall InstallActiveXControl( MSIHANDLE hMSI )
int nInstallMode = 0;
int nDeinstallMode = 0;
- MessageBox(NULL, L"InstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION);
+ // MessageBox(NULL, L"InstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION);
INSTALLSTATE current_state;
INSTALLSTATE future_state;
@@ -319,7 +319,7 @@ extern "C" __stdcall UINT DeinstallActiveXControl( MSIHANDLE hMSI )
INSTALLSTATE current_state;
INSTALLSTATE future_state;
- MessageBox(NULL, L"DeinstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION);
+ // MessageBox(NULL, L"DeinstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION);
if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_state ) )
{