From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMJws-0003B9-F6 for qemu-devel@nongnu.org; Mon, 03 Aug 2015 13:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMJwp-0003fS-P8 for qemu-devel@nongnu.org; Mon, 03 Aug 2015 13:54:54 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:34712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMJwp-0003f2-Fn for qemu-devel@nongnu.org; Mon, 03 Aug 2015 13:54:51 -0400 Received: by wibud3 with SMTP id ud3so145944350wib.1 for ; Mon, 03 Aug 2015 10:54:50 -0700 (PDT) From: Leonid Bloch Date: Mon, 3 Aug 2015 20:54:23 +0300 Message-Id: <1438624464-22770-4-git-send-email-leonid@daynix.com> In-Reply-To: <1438624464-22770-1-git-send-email-leonid@daynix.com> References: <1438624464-22770-1-git-send-email-leonid@daynix.com> Subject: [Qemu-devel] [PATCH v3 3/4] qemu-ga: Created a separate component for each installed file in the MSI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Leonid Bloch , marcandre.lureau@gmail.com This is done to follow the recommendations given here: https://msdn.microsoft.com/en-us/library/aa368269%28VS.85%29.aspx Signed-off-by: Leonid Bloch --- qga/installer/qemu-ga.wxs | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index dac1df0..2302745 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -71,16 +71,6 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -131,6 +146,16 @@ + + + + + + + + + + -- 2.4.3