Skip to content

Standalone Executable and MSI Installer

Marcel Greter edited this page Oct 17, 2016 · 3 revisions

Installer for libsass and sassc can be found at => http://libsass.ocbnet.ch/installer/

This is mainly an attempt to sum up some work I have copied over from one of my other projects. I already had all the ingredients to create a standalone executable plus creating a nice MSI installer.

The whole process can be split into three major steps:

  • Create "portable" perl envs (inherited from [webmerge] 1)
  • Create standalone executables via [PAR-Packer] 2
  • Create an installer with the help of [WIX Toolset] 3

I have created a branch and intend to keep those files separate from the main branches. => https://github.com/sass/perl-libsass/tree/test/msi-installer/installer

I have published a first MSI installer containing my latest WIP branch: => http://webmerge.ocbnet.ch/perl-libsass/installer/

Clone this wiki locally