Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top