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
user1333
a source
to share