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