Hi,

I have the following component defined to install a certificate to the
users trusted root authority folder in their certificate store.  This is a
per-user install.

It works but prompts with a dialog box to confirm the action.  I really
need this to happen silently.  Is there a way without resorting to my own
custom action code ?


<ComponentGroup Id="CertificateResources" Directory ="INSTALLFOLDER">
      <Component Id="CertificateComponent"
Guid="E4296C26-F2C9-404F=ABC3-BCAA6C5BB4F5">
        <RegistryKey Root="HKCU"
Key="Software\[Manufacturer]\[ProductName]\Cert">
          <RegistryValue Type="integer" Name="Installed" Value="1"
KeyPath="yes" />
        </RegistryKey>
        <iis:Certificate  Id="DoofaCertificate" StoreName="root"
Overwrite="yes" Name="Company Ltd" Request="no" BinaryKey="Certificate.cer"
StoreLocation="currentUser" />
      </Component>
    </ComponentGroup>


many thanks,
IanH
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to