Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 581 Bytes

installer-build-instructions.md

File metadata and controls

12 lines (9 loc) · 581 Bytes

Add-in Installer Build Instructions

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.