From: Sameeh Jubran <sameeh@daynix.com>
To: qemu-devel@nongnu.org, Michael Roth <mdroth@linux.vnet.ibm.com>
Cc: Yan Vugenfirer <yan@daynix.com>
Subject: [Qemu-devel] [PATCH qemu-ga] Start VSS Provider after install
Date: Tue, 21 Mar 2017 14:03:26 +0200 [thread overview]
Message-ID: <20170321120326.10011-1-sameeh@daynix.com> (raw)
Signed-off-by: Sameeh Jubran <sameeh@daynix.com>
---
qga/vss-win32/install.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/qga/vss-win32/install.cpp b/qga/vss-win32/install.cpp
index f4160a3..7e38332 100644
--- a/qga/vss-win32/install.cpp
+++ b/qga/vss-win32/install.cpp
@@ -307,6 +307,7 @@ STDAPI COMRegister(void)
chk(put_Value(pObj, L"User", L"SYSTEM"));
chk(pUsersInRole->SaveChanges(&n));
+ chk(pCatalog->StartApplication(_bstr_t(QGA_PROVIDER_LNAME)));
out:
if (unregisterOnFailure && FAILED(hr)) {
COMUnregister();
--
2.9.3
next reply other threads:[~2017-03-21 12:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 12:03 Sameeh Jubran [this message]
2017-03-21 16:15 ` [Qemu-devel] [PATCH qemu-ga] Start VSS Provider after install Michael Roth
2017-03-22 10:58 ` Sameeh Jubran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170321120326.10011-1-sameeh@daynix.com \
--to=sameeh@daynix.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=yan@daynix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).