home *** CD-ROM | disk | FTP | other *** search
- global gPathDelimiter
-
- on mouseUp me
- pathToInstaller = the moviePath & "QT" & gPathDelimiter
- case gPathDelimiter of
- "\":
- pathToInstaller = pathToInstaller & "QuickTimeInstaller.exe"
- ":":
- pathToInstaller = pathToInstaller & "QuickTimeInstaller"
- end case
- open(pathToInstaller)
- quit()
- end
-