Archive: AVS pimp script


AVS pimp script
any one have a ready done template pimp script for avs packages


I believe that the AVS script is easier to handle than that of complex questions about the installer. And this is not the PiMP installer forums, this is the NSIS forums, PiMP's older brother. Go and tell everyone in the AVS forum, and don't tell us. Unless you have a better NSIS exploit, but until then don't tell us here.

I'm sorry if I sound brash, I have had a long day, and it was loaded with crap.

-DJ


Cool it DJ, he was making a request, NOT an exploit. That reply was not Mod material

E-raser,

He's right that this is the NSIS forum, but there are easy scripts for it to do that.

Just take apart one of the example scripts and build on that. I'll be more that happy to answer specific questions, but no, I haven't the time to write it for you.

-=Gonzotek=-


Here. Change the references to fit your presets.

- Jarsonic


; ==========================================================
; Jarsonic AVS Installer Script - v. 0.1
; -=- Build #1 -=-
; Last Build: N/A
; Updated for PiMP 1.31.
; http://firehose.net/free/nsis
; .:: Script created 9.10.01 ::.
; ==========================================================

Name "Jarsonic AVS Presets Installer"
ComponentText "This will install Jarsonic's AVS Presets on your computer. Enjoy! -- Jarsonic"
OutFile jarsonic_avs.exe
InstallDir $PROGRAMFILES\Winamp\Plugins\AVS\Jarsonic
CRCCheck on
SetCompress auto

InstType Standard

Section "Jarsonic AVS Presets"

SetOutPath $WAVISDIR
File E:\fyrewurx.ape
SetOutPath $WAVISDIR\Jarsonic
File E:\*.avs


Actually, it's easier and more efficient to use NSIS @ this point instead of PiMP... compression is better, etc.

e-mail me if you want a "template" script for an AVS plugin NSIS installer.

-- Jarsonic