Add-in Installer Build Instructions

April 4, 2017 ยท View on GitHub

The following instructions can be followed to create an installer exe from the add-in workbook VBA-IDE-Code-Export.xlsm:

  1. Make sure that you have Inno Setup installed.
  2. Save the add-in workbook as a xlam and xla file in the src folder.
  3. Use Inno Setup to compile the addin-installer.iss file. You can quickly do this by right clicking on the file and clicking the compile menu option.
  4. The final product (the installation exe) can be found in the deploy folder.