Log in

View Full Version : Putting together a AviSynth+ installer


stax76
26th April 2015, 10:57
What steps are required to put together the AviSynth+ installer?

The script is very complex:

https://github.com/AviSynth/AviSynthPlus/blob/MT/distrib/WinInstaller/avisynth%2B.iss

I've no experience with NSIS and could use some tips.

raffriff42
26th April 2015, 12:30
Inno Setup Quickstart pack (http://www.jrsoftware.org/isdl.php#qsp)
Includes a nice IDE (Inno Script Studio) that will read/write .ISS scripts.

Open the script, then walk through the treeview on the left; right-clicking listview items and selecting 'properties' will bring up a specialized dialog for each item type - whether it's a file, a registry action, or whatever. This is a complex script though, even with the IDE.

l33tmeatwad
27th April 2015, 08:15
What steps are required to put together the AviSynth+ installer?

The script is very complex:

https://github.com/AviSynth/AviSynthPlus/blob/MT/distrib/WinInstaller/avisynth%2B.iss

I've no experience with NSIS and could use some tips.Just fyi, that isn't NSIS scripting.



Sent from my SM-N910V using Tapatalk

stax76
27th April 2015, 09:04
thanks, problem is solved now