Register applications via Registry table rather than TLBs

后端 未结 2 346
傲寒
傲寒 2021-01-15 02:46

We register the capabilities of Delphi applications using TLB files. However, from reading MSDN documentation, \"Installation package authors are strongly advised against us

相关标签:
2条回答
  • 2021-01-15 03:28

    I'm going to answer my own question! This is a duplicate of this question, which seems to have the answer I needed (just in a different language that I would normally use).

    0 讨论(0)
  • 2021-01-15 03:32

    It means you would need to figure out what registry entries to add to register the tlb. This explains what needs to be done. You could also use a tool like REGCAP.EXE which comes with Visual and generates a .reg file. If you use WiX to build your msi you could use tools like tallow and heat to let them generate the wix files for you.

    0 讨论(0)
提交回复
热议问题