;-------------------------------------------------------------------- ;This Setup script is copyright (C) 1993-1995 Willow Pond Corp. ;It is only to be modified by Willow Pond and its authorized resellers. ;-------------------------------------------------------------------- [setup] ;General parameters, including which subdirectories to create, ; the appearance of the initial (splash) screen, ; whether to chain to a separate hardware setup application, etc. ;The default destination directory on the PC's boot volume. ; Can be overwritten by the user at the beginning of the install. defdest=\iDEMA ;Whether to show a message advising the user not to use ; earphones until an appropriate volume level is set. ; 1=yes, 2=no disclaim=1 ;The background color for the opening (splash) screen, in RGB format. ; Red=[255 0 0]; Green=[0 255 0]; Blue=[0 0 255] SplashColor=0 0 255 ;Whether the splash screen color is to be solid or in a gradient pattern: ; 1=solid, 0=color gradient SplashSolid=0 ;The bitmap file that appears at top left of splash screen. ; The file should be in .BMZ format (use the GZIP utility to compress). SplashBitmap=pcol1675.bmz ;Whether the splash bitmap is shown on top of the background (SplashOpaque=1) ; or Exclusive Or'd with the background (SplashOpaque=0). SplashOpaque=1 ;Which Windows Setup program to chain to after this one completes. ; This can be a third party application installer, e.g. ; The name of the disk to insert is specified later in the [disks] section. ;chain=3:SETUP.EXE ;Whether to restart the PC, Windows, or neither after Setup completes. ; =1 to restart the PC, =2 to restart Windows. { < 3.95} restart=2 ;-------------------------------------------------------------------- [disks] ;The disk names that Setup uses to prompt the user to insert the next disk. ; For example, "Please Insert Disk 2". ; The number at the left is the disk number; the text string at the right ; is the name of that disk. 1=Audio Disk #1 ;-------------------------------------------------------------------- [dirs] ;The directories the Setup program will create. ;Wave files wavefile ;Icons (for OLE servers such as Wave Shaper). icons ;Media Rack. rack ;Wave Shaper. wavshape ;Presto Arranger. presto ;Media Launcher. wplaunch ;WinChime. winchime ;-------------------------------------------------------------------- [files] ;The files to copy. The number at the left is the number of the disk ; on which the file can be found. The text to the right of the equals ; sign is displayed by the progress indicator ("Now copying [file name]"). ; The path\filename is both the SOURCE and DESTINATION of the file, except: ; A ",$W" after the text copies the file into the Windows directory. ; A ",$S" after the text copies the file into Windows\System directory. ;Willow Pond identifying files 1:swid.txt= 1:willowpd.hlp=,$W ;The Microsoft Audio Compression Manager (ACM) system files ; used by Wave Shaper and Media Rack's Wave Player component. ;Do not install under Windows 95; install only for Windows 3.1. { < 3.95} 1:msacm.dll=,$S { < 3.95} 1:msacm.drv=,$S { < 3.95} 1:*.acm=,$S ;The Windows MCI CD audio driver, to be copied into the System directory. ;Do not install under Windows 95; install only for Windows 3.1. { < 3.95} 1:mcicda.drv=,$S ;The Windows mixer DLL, used by Media Rack and other volume controls. ;Do not install under Windows 95; install only for Windows 3.1. { < 3.95} 1:msmixmgr.dll=,$S ;Miscellaneous system files required by Willow Pond applications. 1:ctl3d*.dll=,$S 1:wpctrl.dll=,$S ;Icon files, for embedding with OLE servers 1:icons\*.ico= ;Wave files 1:wavefile\*.wav= ;Media Launcher files 1:wplaunch\wplaunch.exe=Media Launcher 1:wplaunch\wplaunch.hlp=Media Launcher ;Media Rack files 1:rack\cdplyr.exe=Media Rack 1:rack\cdplyr.hlp=Media Rack 1:rack\mediarck.exe=Media Rack 1:rack\mediarck.hlp=Media Rack 1:rack\midiplyr.exe=Media Rack 1:rack\midiplyr.hlp=Media Rack 1:rack\sysmixer.exe=Media Rack 1:rack\sysmixer.hlp=Media Rack 1:rack\mrclock.exe=Media Rack 1:rack\mrclock.hlp=Media Rack 1:rack\waveplyr.exe=Media Rack 1:rack\waveplyr.hlp=Media Rack ;Presto Arranger files 1:presto\midiincb.dll=Presto Arranger 1:presto\midioutc.dll=Presto Arranger 1:presto\presto.exe=Presto Arranger 1:presto\presto.hlp=Presto Arranger ;Wave Shaper files 1:wavshape\wavshape.exe=Wave Shaper 1:wavshape\wavshape.hlp=Wave Shaper ;WinChime files 1:winchime\wchelp.dll=WinChime 1:winchime\winchime.exe=WinChime 1:winchime\winchime.hlp=WinChime ;-------------------------------------------------------------------- [ini.upd] ;The .INI file edits to make. ; The first field holds the .INI file name. ; The second field holds the section name in the file (e.g., [Paths]). ; The third field holds the variable name (left side of equals sign). ; The fourth field holds the variable value (right side of equals sign). ;To enable the mixer application to work ;Do not install under Windows 95; install only for Windows 3.1. { < 3.95} system, boot, drivers, + msmixmgr.dll ;To install Windows MCI audio drivers ;Do not install under Windows 95; install only for Windows 3.1. { < 3.95} system, mci, CDAudio, mcicda.drv { < 3.95} control, drivers.desc, mcicda.drv, "[MCI] CD Audio" { < 3.95} control, userinstallable.drivers, CDAudio, mcicda.drv ;For Media Rack default settings mediarck, Media Rack, FullSize, 1 midiplyr, MIDI Player, AutoAudition, 0 midiplyr, MIDI Player, Output, 0 midiplyr, MIDI Player, Editor, $D\presto\presto.exe midiplyr, MIDI Player, MixerFile, $D\rack\sysmixer.exe { < 3.95} midiplyr, MIDI Player, MidiDir, $W { 3.95} midiplyr, MIDI Player, MidiDir, $W\MEDIA waveplyr, Wave Player, AutoAudition, 0 waveplyr, Wave Player, Editor, $D\wavshape\wavshape.exe waveplyr, Wave Player, MixerFile, $D\rack\sysmixer.exe waveplyr, Wave Player, WaveDir, $D\wavefile ;{ < 3.95} waveplyr, Wave Player, WaveDir, $W ;{ 3.95} waveplyr, Wave Player, WaveDir, $W\MEDIA cdplyr, CD Player, MixerFile, $D\rack\sysmixer.exe sysmixer, System Mixer, ShowPresets, 0 ;Wave Shaper ;Makes a mixer launch button appear and point to System Mixer wavshape, Wave Shaper, MixerFile, $D\rack\sysmixer.exe wavshape, Wave Shaper, AutoRewind, 1 ;Presto Arranger ;Makes a mixer launch button appear and point to System Mixer presto, Settings, MixerFile, $D\rack\sysmixer.exe ;presto, Settings, AutoTile, 1 ;WinChime ;These lines make WinChime release the MIDI driver when it detects one ; of the applications listed below, letting the applications below work: winchime, exclude, 1, WPARRANG winchime, exclude, 2, SNDTRK winchime, exclude, 3, EASYKEY winchime, exclude, 4, MMAESTRO winchime, exclude, 5, SUPERJAM ;Multimedia Launcher settings, FOR THIS RELEASE ;Each software release which includes Media Launcher will require a custom ; set of .INI file edits here. ;To not force Media Launcher to be Always On Top wplaunch, Launch Bar, OnTop, 0 ;To set the number of horizontal rows in the Media Launcher button bar wplaunch, Launch Bar, Rows, 2 ;To set the number of vertical columns in the Media Launcher button bar ;For Windows 3.1 { < 3.95} wplaunch, Launch Bar, Cols, 5 ;For Windows 95 { 3.95} wplaunch, Launch Bar, Cols, 4 wplaunch, Slot 1, AppName, $D\rack\mediarck.exe wplaunch, Slot 1, IconFile, $D\rack\mediarck.exe wplaunch, Slot 2, AppName, $D\rack\mrclock.exe wplaunch, Slot 2, IconFile, $D\rack\mrclock.exe wplaunch, Slot 3, AppName, $D\rack\midiplyr.exe wplaunch, Slot 3, IconFile, $D\rack\midiplyr.exe wplaunch, Slot 4, AppName, $D\rack\waveplyr.exe wplaunch, Slot 4, IconFile, $D\rack\waveplyr.exe wplaunch, Slot 5, AppName, $D\rack\cdplyr.exe wplaunch, Slot 5, IconFile, $D\rack\cdplyr.exe wplaunch, Slot 6, AppName, $D\rack\sysmixer.exe wplaunch, Slot 6, IconFile, $D\rack\sysmixer.exe wplaunch, Slot 7, AppName, $D\wavshape\wavshape.exe wplaunch, Slot 7, IconFile, $D\wavshape\wavshape.exe wplaunch, Slot 8, AppName, $D\presto\presto.exe wplaunch, Slot 8, IconFile, $D\presto\presto.exe { < 3.95} wplaunch, Slot 9, AppName, $D\winchime\winchime.exe { < 3.95} wplaunch, Slot 9, IconFile, $D\winchime\winchime.exe ;If you have an extra empty button, you can just add the DOS box button ; or File Manager or Terminal, e.g., to fill it up with something useful. { < 3.95} wplaunch, Slot 10, AppName, $W\dosprmpt.pif { < 3.95} wplaunch, Slot 10, IconFile, $W\progman.exe { < 3.95} wplaunch, Slot 10, IconIndex, 9 ;-------------------------------------------------------------------- [installable.drivers] ;To install ACM (compression) modules. { < 3.95} msacm=1:msacm.drv, "wavemapper", "Microsoft Audio Compression Manager 2.01", , { < 3.95} imaadpcm=1:imaadpcm.acm, "msacm.imaadpcm", "Microsoft IMA-ADPCM Host CODEC", , { < 3.95} msadpcm=1:msadpcm.acm, "msacm.msadpcm", "Microsoft MS-ADPCM Host CODEC", , ;-------------------------------------------------------------------- ;[dos.drivers] ;-------------------------------------------------------------------- ;[vxds.to.remove] ;-------------------------------------------------------------------- [keys] ;Windows Registration Database edits to make. ;Usually used to associate file extensions with applications ; and to enable OLE servers. ;Wave Shaper does its own registration database edits when it is run. ;So does NoteTalker. So these need not be included here at all. .mid=PrestoArranger .mpl=MIDIPlayer .rmi=PrestoArranger .wpl=WavePlayer PrestoArranger=Presto Arranger MIDI PrestoArranger\shell\open\command=$D\PRESTO\PRESTO.EXE %1 MIDIPlayer=MIDI Player Playlist MIDIPlayer\shell\open\command=$D\RACK\MIDIPLYR.EXE %1 WavePlayer=Wave Player Playlist WavePlayer\shell\open\command=$D\RACK\WAVEPLYR.EXE %1 ;-------------------------------------------------------------------- [groups] ;Program Groups to create. ;This Program Group name normally is the name of the OEM company or product. ;Maestro Series Software=f317.grp Maestro=f317.grp ;-------------------------------------------------------------------- ;[Maestro Series Software] [Maestro] ;The icons to include in this Program Group (created in the section above). ;The item to the left of the equals sign is the file name, optionally ; followed by command line parameters for that program. ;The text to the right of the equals sign is the label under the program icon. wplaunch.exe=Media Launcher,,,,,$D\wplaunch mediarck.exe=Media Rack,,,,,$D\rack ;mrclock.exe=Alarm Clock,,,,,$D\rack ;midiplyr.exe=MIDI Player,,,,,$D\rack ;waveplyr.exe=Wave Player,,,,,$D\rack ;cdplyr.exe=CD Player,,,,,$D\rack ;sysmixer.exe=System Mixer,,,,,$D\rack wavshape.exe=Wave Shaper,,,,,$D\wavshape presto.exe=Presto Arranger,,,,,$D\presto { < 3.95} winchime.exe=WinChime,,,,,$D\winchime swid.txt=Software ID,,,,,$D willowpd.hlp=Software Overview,,,,,$D ;-------------------------------------------------------------------- [backup.copy] ;Create backup files for these files copied in. ;The ",Q" option means don't display a message telling the user that ; the file has been replaced. [backup.modify] ;Create backup files for these files to be edited. system.ini,Q