Log in

View Full Version : VapourSynth Editor Inno Setup Script (Windows Installer)


PRAGMA
6th October 2021, 19:05
Since the original repo seems to be inactive I've decided to just post the script I made here instead as I feel more people will notice it and make use of it.

There shouldn't be any reason this cannot work with any fork of the project just make sure you look at all the values and fields and update as necessary.

This script assumes you run it from within a release build/dist directory, not from the project root.

https://gist.github.com/rlaphoenix/1dfdafcb4e1070e4a65045d8cf269bf5

A pre-built installer executable is available in the comments of the gist url above.

Here's one for the fork/mod for VS API 4 compatability too:
https://github.com/YomikoR/VapourSynth-Editor/pull/9

Yomiko
6th October 2021, 23:22
Thank you so much.