How to run RunDll32 file without installing it using WiX?

I am trying to call RunDll32 on a DLL to set a private key to the machine keystore during installation, but I don't want the file to be on disk. Currently, custom actions call RunDll and then delete the file (after it has been explicitly installed).

Is there a way to do this without first installing the file?

Thanks.

+1


a source to share


1 answer


Why not use a certificate element instead?



+1


a source







All Articles