summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-12 07:20:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-12 07:20:12 +0000
commit1b8aed3650a5c803ffcef7d69584d9cf4a804295 (patch)
treebe23fd0f08e52f196f00474defb3f32cc01fe299
parent3bd987874754bb3ed3ab10623b70bc9b68f4e7cb (diff)
INTEGRATION: CWS cnpsdk (1.1.2); FILE ADDED
2004/07/21 15:20:48 hro 1.1.2.1: #i31485# #i31020# MSI custom actions for quickstarter
-rw-r--r--setup_native/source/win32/customactions/quickstarter/quickstarter.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/quickstarter/quickstarter.hxx b/setup_native/source/win32/customactions/quickstarter/quickstarter.hxx
new file mode 100644
index 000000000000..ca9a42dfe740
--- /dev/null
+++ b/setup_native/source/win32/customactions/quickstarter/quickstarter.hxx
@@ -0,0 +1,10 @@
+#pragma once
+
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
+#include <msiquery.h>
+#include <string>
+
+std::string GetOfficeInstallationPath(MSIHANDLE handle);
+std::string GetOfficeProductName(MSIHANDLE handle);
+std::string GetProcessImagePath( DWORD dwProcessId );