Update to PFS to cover videoegg mimetype.

git-svn-id: svn://10.0.0.236/trunk@207748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mike.morgan%oregonstate.edu 2006-08-17 16:46:05 +00:00
parent dd95ec6039
commit 1367503d79

View File

@ -266,8 +266,15 @@ if (($mimetype == 'application/x-shockwave-flash' ||
$XPILocation = 'http://digitalwebbooks.com/reader/xpinst.xpi';
$installerShowsUI = 'false';
$manualInstallationURL = 'http://digitalwebbooks.com/reader/';
}
}
} elseif ($mimetype == 'application/x-videoegg-loader' &&
preg_match('/^Win/', $clientOS)) {
$name = 'VideoEgg Publisher';
$version = '1.3.1';
$guid = '{b8b881f0-2e07-11db-a98b-0800200c9a66}';
$XPILocation = 'http://update.videoegg.com/Install/Windows/Initial/VideoEggPublisher.exe';
$manualInstallationURL = 'http://videoegg.com/';
$needsRestart = 'true';
}
// End ridiculously huge if-else block... :\