Browse Source

qemu-ga: Two MSI related cosmetic changes

Signed-off-by: Leonid Bloch <leonid@daynix.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
pull/29/head
Leonid Bloch 11 years ago
committed by Michael Roth
parent
commit
0a18750f29
  1. 2
      Makefile
  2. 3
      qga/installer/qemu-ga.wxs

2
Makefile

@ -295,7 +295,7 @@ qemu-ga$(EXESUF): $(qga-obj-y) libqemuutil.a libqemustub.a
ifdef QEMU_GA_MSI_ENABLED
QEMU_GA_MSI=qemu-ga-$(ARCH).msi
msi: ${QEMU_GA_MSI}
msi: $(QEMU_GA_MSI)
$(QEMU_GA_MSI): qemu-ga.exe

3
qga/installer/qemu-ga.wxs

@ -126,7 +126,8 @@
Property="cmd"
Impersonate="no"
Return="check"
></CustomAction>
>
</CustomAction>
<?endif?>
<Feature Id="QEMUFeature" Title="QEMU Guest Agent" Level="1">

Loading…
Cancel
Save