Skip to content

Commit 7fcffe5

Browse files
authored
Restart CertPropagation serivce (#103)
IB-8492 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 4772354 commit 7fcffe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metainfo.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
Name="AutoUpdate" Value="[AUTOUPDATE]" Type="integer" />
1818
<RegistryValue Root="HKMU" Key="SOFTWARE\[Manufacturer]\Open-EID"
1919
Name="IconsDesktop" Value="[ICONSDESKTOP]" Type="integer" />
20+
<ServiceControl Id="ControlCertPropSvcStop" Name="CertPropSvc" Stop="install" Wait="yes" />
21+
<ServiceControl Id="ControlCertPropSvcStart" Name="CertPropSvc" Start="install" Wait="no" />
2022
</Component>
2123
</Package>
2224
</Wix>

0 commit comments

Comments
 (0)