Question

Can I disable self registration dlls from heat? I use heat to generate list of files which should be added to msi, I don't want to register them during generation. One of files (*.dll) is self encrypted and I'm not able to register it (I don't even want it) but heat tries to do it. How to avoid this?

Was it helpful?

Solution

If you pass the -scom and -sreg arguments when you execute heat this will stop it from generating the COM registration information in the output. The documentation for heat with the explanatory information for all parameters can be found here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top