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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top