Skip to content

Commit

Permalink
Merge pull request #24 from jwatt/service-name
Browse files Browse the repository at this point in the history
Change virtiofs service Name and DisplayName
  • Loading branch information
vrozenfe authored Jan 5, 2022
2 parents 2c6d852 + e280771 commit 4a29a8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions virtio-win-drivers-installer/Drivers/viofs/viofs_extras.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
Source='$(var.virtio_path)\viofs\$(var.osShort)\$(var.ISA)\virtiofs.exe'
KeyPath='yes'/>
<ServiceInstall
Id="VirtioFSService_$(var.osShort)_$(var.ISA)"
Name="VirtIO-FS Service"
DisplayName="VirtioFSService"
Description="VirtIO-FS Service"
Id="VirtioFsSvc_$(var.osShort)_$(var.ISA)"
Name="VirtioFsSvc"
DisplayName="VirtIO-FS Service"
Description="Enables Windows virtual machines to access directories on the host that have been shared with them using virtiofs."
Start="demand"
ErrorControl="ignore"
Type="ownProcess"
Vital="no"/>
<ServiceControl
Id="sc_VirtioFSService_$(var.osShort)_$(var.ISA)"
Name="VirtIO-FS Service"
Id="sc_VirtioFsSvc_$(var.osShort)_$(var.ISA)"
Name="VirtioFsSvc"
Stop="both"
Remove="uninstall"
Wait="yes" />
Expand Down

0 comments on commit 4a29a8d

Please sign in to comment.