[virt-tools-list] [PATCH virt-viewer] win: add virt-viewer-x86.msi build rule

Paolo Bonzini pbonzini at redhat.com
Thu Jan 17 13:05:57 UTC 2013



Il 16/01/2013 19:46, Marc-André Lureau ha scritto:
> In order to build the MSI, you will need msitools:
> http://ftp.gnome.org/pub/GNOME/sources/msitools/
> 
> Granted, the WiX syntax is quite verbose. I have ideas to provide a
> simpler syntax or an alternative for packaging entire directories in
> the future, so that all installed files would be packaged.
> ---
>  configure.ac            |   1 +
>  data/Makefile.am        |  11 +-
>  data/virt-viewer.wxi    | 556 ++++++++++++++++++++++++++++++++++++++++++++++++
>  data/virt-viewer.wxs.in |  81 +++++++
>  4 files changed, 648 insertions(+), 1 deletion(-)
>  create mode 100644 data/virt-viewer.wxi
>  create mode 100644 data/virt-viewer.wxs.in

Can the .wxi file be generated with "make install DESTDIR" + wixl-heat
(and the other <?require?> instructions moved to the .wxs.in file)?

Paolo





More information about the virt-tools-list mailing list