summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-30 15:46:32 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-30 15:46:32 +0300
commitf4def585fa3b6ea29e2ee9d179b151956644cfa9 (patch)
tree2be93904ac3614ce63d842d1103e72fe8aec9292 /setup_native
parente25ca371cdef387bf6421747830434fd1694d3f1 (diff)
Add removed variable which now is used back
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/registerextensions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx b/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
index 8139bb664e9e..28ea3998e76f 100644
--- a/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
@@ -215,7 +215,7 @@ extern "C" UINT __stdcall RegisterExtensions(MSIHANDLE handle)
std::_tstring sCommand = sUnoPkgFile + " sync";
DWORD exitCode = 0;
- ExecuteCommand( sCommand.c_str(), & exitCode);
+ bool fSuccess = ExecuteCommand( sCommand.c_str(), & exitCode);
if ( ! fSuccess )
{
mystr = "ERROR: An error occured during registration of extensions!";