summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/regactivex
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
commitac65a9f515d0ce79062cb4bd3c3ccf3ca18f2427 (patch)
tree3dfe753966ce69f5dbff1fe18eea2ffb9f1f86b4 /setup_native/source/win32/customactions/regactivex
parent77928c59767730d67cfaf145227d232c67b16ddc (diff)
#i28277# remove message box
Diffstat (limited to 'setup_native/source/win32/customactions/regactivex')
-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 f47fb36c1..355d11b3b 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 ) )
{