Skip to content

Commit

Permalink
qemu-ga: Minor cosmetic changes to the WXS file
Browse files Browse the repository at this point in the history
Signed-off-by: Leonid Bloch <leonid@daynix.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
  • Loading branch information
blochl authored and mdroth committed Sep 1, 2015
1 parent 1d394fb commit 8b17ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qga/installer/qemu-ga.wxs
Expand Up @@ -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"
Expand All @@ -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?>
Expand Down

0 comments on commit 8b17ccc

Please sign in to comment.