diff options
author | Leonid Bloch <leonid@daynix.com> | 2015-07-29 20:10:51 +0300 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2015-09-01 11:07:08 -0500 |
commit | 0a18750f296c85a5a446dc04e1c49cd35ad9e7d5 (patch) | |
tree | d48dc735f7f659afc2679576a3bf009b26f7ebbd /qga/installer/qemu-ga.wxs | |
parent | 9f3917804dfda737650a22c745469809725b3c6e (diff) | |
download | hqemu-0a18750f296c85a5a446dc04e1c49cd35ad9e7d5.zip hqemu-0a18750f296c85a5a446dc04e1c49cd35ad9e7d5.tar.gz |
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>
Diffstat (limited to 'qga/installer/qemu-ga.wxs')
-rw-r--r-- | qga/installer/qemu-ga.wxs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 2c43f1b..4e917a9 100644 --- a/qga/installer/qemu-ga.wxs +++ b/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"> |