-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathin_adlib.psc.in
More file actions
28 lines (22 loc) · 884 Bytes
/
in_adlib.psc.in
File metadata and controls
28 lines (22 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; AdPlug Winamp plugin Pimpscript
; Copyright (c) 1999 - 2006 Simon Peter <dn.tlp@gmx.net>
; Variables you can use in many of the strings:
; $PROGRAMFILES (usually c:\program files)
; $WINDIR (usually c:\windows)
; $SYSDIR (usually c:\windows\system)
; $DESKTOP (the desktop directory for the current user)
; $INSTDIR (whatever the install directory ends up being)
; $VISDIR (visualization plug-in directory. DO NOT USE IN DefaultDir)
; $DSPDIR (dsp plug-in directory. DO NOT USE IN DefaultDir)
Name AdPlug Winamp plugin v@VERSION@
Text This will install AdPlug/Winamp on your computer.
OutFile @PACKAGE@-@VERSION@.exe
; File listing section
; --------------------
SetOutPath $DSPDIR
AddFile in_adlib.dll
AddFile @srcdir@\README
;AddFile ..\..\adplug.db
; Post-install execute section
; ----------------------------
ExecFile "$WINDIR\notepad.exe" $DSPDIR\README