Skip to content

Releases: 6i-software/deploy-microsoft-office-extensions

Deploy Microsoft Office Extensions v1.0.0

23 Oct 09:26
Compare
Choose a tag to compare

How to install / use

To create your own Microsoft Office Extensions (Word, Excel) setup deployment.

  • You must install InnoSetup compiler (at least v6) : https://jrsoftware.org/isinfo.php ;
  • Add your Excel's extension ; *.xlam or *.xla files ; into the folder .\src\extensions\extensionsExcel\ ;
  • Add your Word's extension ; *.dotm files ; into the folder .\src\extensions\extensionsWord\ ;
  • Launch compilation of setup by opening the .\src\InnoSetup\make-setup.iss InnoSetup script file, into IDE. Don't forget to change the GUID for your setup and customize iss script (change look, languages...) according to your needs.

You can find few examples files, like :

  • In .\src\extensions\, an example of Excel's & Word's extensions, with a customization of the ribbon Office.
  • In .\release\ folder, an example of setup generated (6i_MicrosoftOfficeExtensions_v1.0.0.exe)

Take a look doc/how-to-generate-new-setup for more information.