Re: [Spice-devel] [PATCH win-vdagent] Learn to build spice-vdagent MSI installer

2014-06-24 Thread Christophe Fergeau
On Mon, Feb 17, 2014 at 05:41:55PM +0100, Marc-André Lureau wrote: > --- > Makefile.am | 23 +++- > configure.ac | 30 > spice-vdagent.wxs.in | 78 > > 3 files changed, 130 insertions(+), 1 dele

Re: [Spice-devel] [PATCH win-vdagent] Learn to build spice-vdagent MSI installer

2014-06-19 Thread Marc-André Lureau
ping On Tue, Feb 18, 2014 at 5:03 PM, Marc-André Lureau wrote: > Hi > > - Original Message - > > Hi Marc-Andre, > > > > I think you should also add 'InstallPrivileges="elevated”’ as “Package" > > element attribute. > > > > The Windows will prompt the user to elevate to administrator, ot

Re: [Spice-devel] [PATCH win-vdagent] Learn to build spice-vdagent MSI installer

2014-02-18 Thread Marc-André Lureau
Hi - Original Message - > Hi Marc-Andre, > > I think you should also add 'InstallPrivileges="elevated”’ as “Package" > element attribute. > > The Windows will prompt the user to elevate to administrator, otherwise the > user might not have sufficient rights to install the service. > I

Re: [Spice-devel] [PATCH win-vdagent] Learn to build spice-vdagent MSI installer

2014-02-18 Thread Yan Vugenfirer
Hi Marc-Andre, I think you should also add 'InstallPrivileges="elevated”’ as “Package" element attribute. The Windows will prompt the user to elevate to administrator, otherwise the user might not have sufficient rights to install the service. Best regards, Yan. On Feb 17, 2014, at 6:41 PM, M

[Spice-devel] [PATCH win-vdagent] Learn to build spice-vdagent MSI installer

2014-02-17 Thread Marc-André Lureau
--- Makefile.am | 23 +++- configure.ac | 30 spice-vdagent.wxs.in | 78 3 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 spice-vdagent.wxs.in diff --git a/Makefile.am b/Mak