Excel-DNA / ExcelDnaDoc

Command-line utility to create a compiled HTML Help Workshop file (.chm) for Excel-DNA
http://excel-dna.github.io/ExcelDnaDoc/
Other
33 stars 17 forks source link

Copy generated help file to publish directory #45

Open govert opened 1 year ago

govert commented 1 year ago

When we create a packed add-in (or an unpacked add-in) in the publish directory, we should also copy the generated .chm file there. Maybe we can add a build target to the ExcelDnaDoc that checks what the properties of the add-in build are, and if appropriate copy the .chm to the right 'publish' directory.

For version 1.7.0 I don't expect to pack the .chm file into the .xll file, though I imagine a future version might (it would need some help in Excel-DNA during the function registration to use the temp path to an extracted help file).

Sergey-Vlasov commented 1 year ago

If we plan to pack the .chm file into the .xll file that will be implemented in ExcelDna.AddIn, I think copy .chm file to publish directory should also be implemented in ExcelDna.AddIn.

Sergey-Vlasov commented 2 months ago

Implemented in https://github.com/Excel-DNA/ExcelDna/pull/581 https://github.com/Excel-DNA/ExcelDnaDoc/pull/47