Re: [Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script

2015-05-04 Thread Paolo Bonzini
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

[Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script

2015-04-26 Thread Yossi Hindin
The script enables building Windows MSI installation package on Linux with wixl tool. Signed-off-by: Yossi Hindin --- qga/installer/qemu-ga.wxs | 145 ++ 1 file changed, 145 insertions(+) create mode 100644 qga/installer/qemu-ga.wxs diff --git a/qga

[Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script

2015-04-19 Thread Joseph Hindin
The script enables building Windows MSI installation package on Linux with wixl tool. Signed-off-by: Joseph Hindin --- qga/installer/qemu-ga.wxs | 156 ++ 1 file changed, 156 insertions(+) create mode 100644 qga/installer/qemu-ga.wxs diff --git a/qg