We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4772354 commit 7fcffe5Copy full SHA for 7fcffe5
metainfo.wxs
@@ -17,6 +17,8 @@
17
Name="AutoUpdate" Value="[AUTOUPDATE]" Type="integer" />
18
<RegistryValue Root="HKMU" Key="SOFTWARE\[Manufacturer]\Open-EID"
19
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" />
22
</Component>
23
</Package>
24
</Wix>
0 commit comments