From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpCL1-0008BD-02 for qemu-devel@nongnu.org; Mon, 04 May 2015 05:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpCKv-0001kR-4t for qemu-devel@nongnu.org; Mon, 04 May 2015 05:06:54 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:32857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpCKu-0001kN-VM for qemu-devel@nongnu.org; Mon, 04 May 2015 05:06:49 -0400 Received: by wgin8 with SMTP id n8so143264299wgi.0 for ; Mon, 04 May 2015 02:06:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <554736A5.60805@redhat.com> Date: Mon, 04 May 2015 11:06:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430031884-5483-1-git-send-email-yhindin@redhat.com> <1430031884-5483-4-git-send-email-yhindin@redhat.com> In-Reply-To: <1430031884-5483-4-git-send-email-yhindin@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yossi Hindin , qemu-devel@nongnu.org Cc: yvugenfi@redhat.com, dfleytma@redhat.com, mdroth@linux.vnet.ibm.com On 26/04/2015 09:04, Yossi Hindin wrote: > + > + > + > + "Environment" Ironically, msitools was started exactly to build an installer with qemu-ga (the idea was to do it with raw tables, that was a few months before Marc-Andre wrote wixl). It only took 2.5 years... Paolo