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
xlam
andxla
file in thesrc
folder. - Use Inno Setup to compile the
addin-installer.iss
file. You can quickly do this by right clicking on the file and clicking thecompile
menu option. - The final product (the installation exe) can be found in the
deploy
folder.