home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wirehead - Virtual Media Galerie
/
QuantumAxcess-WireheadVirtualMediaGalerie-Win31.iso
/
wirehead.mst
< prev
next >
Wrap
Text File
|
1994-08-20
|
9KB
|
260 lines
'**************************************************************************
'* Wirehead Installation Script
'**************************************************************************
'$DEFINE DEBUG ''Define for script development/debugging
'$INCLUDE 'setupapi.inc'
'$INCLUDE 'msdetect.inc'
'$INCLUDE 'mscpydis.inc' ''System
''Dialog ID's
CONST WELCOME = 100
CONST ASKQUIT = 200
CONST DESTPATH = 300
CONST EXITFAILURE = 400
CONST EXITQUIT = 600
CONST EXITSUCCESS = 700
CONST OPTIONS = 800
CONST APPHELP = 900
CONST BADPATH = 6400
CONST TOOBIG = 6300
''Bitmap ID
CONST LOGO = 1
GLOBAL DEST$ ''Default destination directory.
GLOBAL OPTCUR$ ''Option selection from option dialog.
DECLARE SUB Install
DECLARE FUNCTION MakePath (szDir$, szFile$) AS STRING
Declare Function ShowWindow Lib "User" (hWnd%, nCmdShow%) As Integer
DECLARE FUNCTION OnWindowsNT LIB "INIUPD.DLL" AS INTEGER
DECLARE FUNCTION VflatdPresent LIB "iniupd.DLL" AS INTEGER
INIT:
i% = ShowWindow(HwndFrame(), 3)
CUIDLL$ = "mscuistf.dll" ''Custom user interface dll
HELPPROC$ = "FHelpDlgProc" ''Help dialog procedure
SetBitmap CUIDLL$, LOGO
SetTitle "WIREHEAD: The Virtual Media Gallerie"
szInf$ = GetSymbolValue("STF_SRCINFPATH")
IF szInf$ = "" THEN
szInf$ = GetSymbolValue("STF_CWDDIR") + "WIREHEAD.INF"
END IF
ReadInfFile szInf$
OPTCUR$ = "1"
DEST$ = "C:\WIREHEAD"
'$IFDEF DEBUG
i% = SetSizeCheckMode(scmOnIgnore) '' could use scmOff; def = scmOnFatal
WinDrive$ = MID$(GetWindowsDir, 1, 1)
IF IsDriveValid(WinDrive$) = 0 THEN
i% = DoMsgBox("Windows drive ('"+WinDrive$+"') is not a valid drive.", "DEBUG", MB_TASKMODAL+MB_ICONHAND+MB_OK)
GOTO QUIT
END IF
'$ENDIF ''DEBUG
i% = ShowWindow(HwndFrame(), 3)
WELCOME:
sz$ = UIStartDlg(CUIDLL$, WELCOME, "FInfoDlgProc", APPHELP, HELPPROC$)
IF sz$ = "CONTINUE" THEN
UIPop 1
ELSE
GOSUB ASKQUIT
GOTO WELCOME
END IF
GETPATH:
SetSymbolValue "EditTextIn", DEST$
SetSymbolValue "EditFocus", "END"
GETPATHL1:
sz$ = UIStartDlg(CUIDLL$, DESTPATH, "FEditDlgProc", APPHELP, HELPPROC$)
DEST$ = GetSymbolValue("EditTextOut")
IF sz$ = "CONTINUE" THEN
IF IsDirWritable(DEST$) = 0 THEN
GOSUB BADPATH
GOTO GETPATHL1
END IF
UIPop 1
ELSEIF sz$ = "REACTIVATE" THEN
GOTO GETPATHL1
ELSEIF sz$ = "BACK" THEN
UIPop 1
GOTO WELCOME
ELSE
GOSUB ASKQUIT
GOTO GETPATH
END IF
Install
QUIT:
ON ERROR GOTO ERRQUIT
IF ERR = 0 THEN
dlg% = EXITSUCCESS
ELSEIF ERR = STFQUIT THEN
dlg% = EXITQUIT
ELSE
dlg% = EXITFAILURE
END IF
QUITL1:
sz$ = UIStartDlg(CUIDLL$, dlg%, "FInfo0DlgProc", 0, "")
IF sz$ = "REACTIVATE" THEN
GOTO QUITL1
END IF
UIPop 1
END
ERRQUIT:
i% = DoMsgBox("CD-ROM disc is damaged please call Quantum Axcess technical support at (614) 228-3903!", "Setup Message", MB_OK+MB_TASKMODAL+MB_ICONHAND)
END
BADPATH:
sz$ = UIStartDlg(CUIDLL$, BADPATH, "FInfo0DlgProc", 0, "")
IF sz$ = "REACTIVATE" THEN
GOTO BADPATH
END IF
UIPop 1
RETURN
ASKQUIT:
sz$ = UIStartDlg(CUIDLL$, ASKQUIT, "FQuitDlgProc", 0, "")
IF sz$ = "EXIT" THEN
UIPopAll
ERROR STFQUIT
ELSEIF sz$ = "REACTIVATE" THEN
GOTO ASKQUIT
ELSE
UIPop 1
END IF
RETURN
'**
'** Purpose:
'** Builds the copy list and performs all installation operations.
'** Arguments:
'** none.
'** Returns:
'** none.
'*************************************************************************
SUB Install STATIC
SrcDir$ = GetSymbolValue("STF_SRCDIR")
CreateDir DEST$, cmoNone
OpenLogFile MakePath(DEST$, "SETUP.TXT"), 0
WriteToLogFile ""
WriteToLogFile " User chose as destination directory: '" + DEST$ + "'"
WriteToLogFile ""
WriteToLogFile "May have had to create the directory: " + DEST$
WriteToLogFile ""
SetRestartDir DEST$
AddSectionFilesToCopyList "Wirehead Files", SrcDir$, DEST$
AddSectionFilesToCopyList "Controls", SrcDir$, GetWindowsSysDir()
AddSectionFilesToCopyList "Special Files", SrcDir$, GetWindowsSysDir()
if DoesFileExist(MakePath(GetWindowsDir, "threed.vbx"),0) or DoesFileExist(MakePath(GetWindowsDir, "mci.vbx"),0)then
AddSectionFilesToCopyList "Special Files",SrcDir$, GetWindowsDir()
Endif
IF OnWindowsNT() THEN
ELSE
AddSectionFilesToCopyList "VfW Runtime", SrcDir$, GetWindowsSysDir()
AddSectionFilesToCopyList "OLE2", SrcDir$, GetWindowsSysDir()
AddSectionFilesToCopyList "ACM Drivers", SrcDir$, GetWindowsSysDir()
AddSectionFilesToCopyList "MPlayer", SrcDir$, GetWindowsDir()
AddSectionFilesToCopyList "AVICodecs", SrcDir$, GetWindowsSysDir()
AddSectionFilesToCopyList "Indeo-ini", SrcDir$, GetWindowsDir()
ENDIF
CopyFilesInCopyList
ini$ = MakePath(GetWindowsDir, "WIREHEAD.INI")
CreateIniKeyValue ini$, "Start", "Path", DEST$ , cmoNone
CreateIniKeyValue ini$, "Start", "CDpath", SrcDir$ , cmoNone
CreateProgmanGroup "WIREHEAD", "", cmoNone
ShowProgmanGroup "WIREHEAD", 1, cmoNone
CreateProgmanItem "WIREHEAD", "WIREHEAD", MakePath(DEST$,"WIREHEAD.EXE"), "", cmoOverwrite
CreateProgmanItem "WIREHEAD", "Readme", "notepad.exe "+MakePath(DEST$,"README.TXT"), "", cmoOverwrite
IF OnWindowsNT() THEN
''Test
ELSE
IF VflatdPresent() = 0 THEN
CreateSysIniKeyValue GetWindowsDir() + "system.ini", "386Enh", "device", "dva.386", cmoOverwrite
END IF
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "VIDC.CVID", "iccvid.drv", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "VIDC.MSVC", "msvidc.drv", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "VIDC.IV31", "indeov.drv", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "VIDC.MRLE", "MSRLE.drv", cmoOverwrite
IF DoesIniKeyExist (GetWindowsDir() +"system.ini", "Drivers", "VIDC.RT21")=0 then
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "VIDC.RT21", "indeov.drv", cmoOverwrite
END IF
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "VIDC.YVU9", "indeov.drv", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "WIN.INI", "mci extensions", "avi", "AVIVideo", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "system.ini", "mci", "AVIVideo", "mciavi.drv", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "WaveMapper", "msacm.drv", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "MSACM.msadpcm", "msadpcm.acm", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "system.ini", "Drivers", "MSACM.imaadpcm", "imaadpcm.acm", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "control.ini", "drivers.desc", "msacm.drv", "Microsoft Sound Mapper V2.00", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "control.ini", "drivers.desc", "msadpcm.acm", "Microsoft ADPCM Codec V2.00", cmoOverwrite
CreateIniKeyValue GetWindowsDir() + "control.ini", "drivers.desc", "imaadpcm.acm", "Microsoft IMA ADPCM Codec V2.00", cmoOverwrite
Run ("regedit.exe /s " + MakePath(GetWindowsDir(), "mplayer.reg"))
Run ("regedit.exe /s " + MakePath(GetWindowsSysDir(), "OLE2.reg"))
Run ("regedit.exe /s " + MakePath(GetWindowsSysDir(), "cleanup.reg"))
Run ("profdisp.exe")
ENDIF
CloseLogFile
IF RestartListEmpty() = 0 THEN
dlg% = DoMsgBox("System files in use. Setup must exist Windows, copy these files, and restart Windows.","Problem",0)
dlg% = ExitExecRestart
ENDIF
END SUB
'**
'** Purpose:
'** Appends a file name to the end of a directory path,
'** inserting a backslash character as needed.
'** Arguments:
'** szDir$ - full directory path (with optional ending "\")
'** szFile$ - filename to append to directory
'** Returns:
'** Resulting fully qualified path name.
'*************************************************************************
FUNCTION MakePath (szDir$, szFile$) STATIC AS STRING
IF szDir$ = "" THEN
MakePath = szFile$
ELSEIF szFile$ = "" THEN
MakePath = szDir$
ELSEIF MID$(szDir$, LEN(szDir$), 1) = "\" THEN
MakePath = szDir$ + szFile$
ELSE
MakePath = szDir$ + "\" + szFile$
END IF
END FUNCTION