Skip to content
Snippets Groups Projects
Commit 8b17cccc authored by Leonid Bloch's avatar Leonid Bloch Committed by Michael Roth
Browse files

qemu-ga: Minor cosmetic changes to the WXS file


Signed-off-by: default avatarLeonid Bloch <leonid@daynix.com>
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent 1d394fb7
No related branches found
No related tags found
No related merge requests found
......@@ -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?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment