The following instructions can be followed to create an installer exe from
the add-in workbook VBA-IDE-Code-Export.xlsm:
- Make sure that you have Inno Setup installed.
- Save the add-in workbook as a
xlamandxlafile in thesrcfolder. - Use Inno Setup to compile the
addin-installer.issfile. You can quickly do this by right clicking on the file and clicking thecompilemenu option. - The final product (the installation exe) can be found in the
deployfolder.