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>
This commit is contained in:
parent
1d394fb787
commit
8b17ccccb2
@ -111,9 +111,9 @@
|
|||||||
|
|
||||||
<Property Id="cmd" Value="cmd.exe"/>
|
<Property Id="cmd" Value="cmd.exe"/>
|
||||||
|
|
||||||
<?ifdef var.InstallVss ?>
|
<?ifdef var.InstallVss?>
|
||||||
<CustomAction Id="RegisterCom"
|
<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"
|
Execute="deferred"
|
||||||
Property="cmd"
|
Property="cmd"
|
||||||
Impersonate="no"
|
Impersonate="no"
|
||||||
@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<RemoveExistingProducts Before="InstallInitialize" />
|
<RemoveExistingProducts Before="InstallInitialize" />
|
||||||
<?ifdef var.InstallVss ?>
|
<?ifdef var.InstallVss?>
|
||||||
<Custom Action="RegisterCom" After="InstallServices">NOT Installed</Custom>
|
<Custom Action="RegisterCom" After="InstallServices">NOT Installed</Custom>
|
||||||
<Custom Action="UnRegisterCom" After="StopServices">Installed</Custom>
|
<Custom Action="UnRegisterCom" After="StopServices">Installed</Custom>
|
||||||
<?endif?>
|
<?endif?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user