Commit 15555698 authored by Damien Fouilleul's avatar Damien Fouilleul

- mozilla: sample install script for XPI based installation on firefox, courtesy of t0mm

parent 34a82a3b
var version = "0.8.6-rc1";
initInstall( "VideoLAN", "VLC", version, 1);
var tmpFolder = getFolder( "Temporary" );
if ( ! fileExists( tmpFolder) )
{
logComment( "Cannot find Temporary Folder!" );
cancelInstall();
}
setPackageFolder( tmpFolder );
addFile( "http://downloads.videolan.org/pub/videolan/testing/0.8.6-rc1/win32/vlc-0.8.6-rc1-win32.exe" );
var exe = getFolder(tmpFolder, "vlc-0.8.6-rc1-win32.exe");
File.execute( exe );
performInstall();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment