diff options
author | Leonid Bloch <leonid@daynix.com> | 2015-08-03 20:54:22 +0300 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2015-09-01 11:07:08 -0500 |
commit | 8b17ccccb23bcd7554d327f46bf4e07ae6da60c0 (patch) | |
tree | 7395ca37358183ba3bf94b9a7578f83a23ed4c31 /qga/installer | |
parent | 1d394fb78771f4ca307c6020ff3b041905350f70 (diff) |
qemu-ga: Minor cosmetic changes to the WXS file
Signed-off-by: Leonid Bloch <leonid@daynix.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'qga/installer')
-rw-r--r-- | qga/installer/qemu-ga.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index dcd3e36647..a3396d7640 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -111,9 +111,9 @@ <Property Id="cmd" Value="cmd.exe"/> - <?ifdef var.InstallVss ?> + <?ifdef var.InstallVss?> <CustomAction Id="RegisterCom" - ExeCommand='/c "[qemu_ga_directory]qemu-ga.exe" -s vss-install' + ExeCommand='/c "[qemu_ga_directory]qemu-ga.exe" -s vss-install' Execute="deferred" Property="cmd" Impersonate="no" @@ -137,7 +137,7 @@ <InstallExecuteSequence> <RemoveExistingProducts Before="InstallInitialize" /> - <?ifdef var.InstallVss ?> + <?ifdef var.InstallVss?> <Custom Action="RegisterCom" After="InstallServices">NOT Installed</Custom> <Custom Action="UnRegisterCom" After="StopServices">Installed</Custom> <?endif?> |