Changes

Jump to: navigation, search

Opera

850 bytes added, 07:30, 23 May 2011
no edit summary
Opera is an a web browser.
== Opera 11.01 ==
Starting with version 11.00, Opera use a new in-house installer instead of the classic msi installer. A bit of information and the new command line silent switches can be found on the Opera Desktop Team blog: http://my.opera.com/desktopteam/blog/2010/10/22/the-new-opera-installer and on this forum thread : http://my.opera.com/community/forums/topic.dml?id=841872
The installer can be directly downloaded from: http://ftp.opera.com/pub/opera/win/.
=== Opera 11.11 ===
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="opera"
name="Opera"
revision="%version%"
reboot="false"
priority="0">
<variable name="version" value="11.11" />
<variable name="filenameversion" value="1111" />
<check type="uninstall" condition="exists" path="Opera %version%" />
 
<install cmd='%SOFTWARE%\opera\Opera_%filenameversion%_int_Setup.exe /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers' />
<upgrade cmd='%SOFTWARE%\opera\Opera_%filenameversion%_int_Setup.exe /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers' />
<remove cmd='"%PROGRAMFILES%\Opera\Opera.exe" /uninstall /silent' />
 
</package>
</packages>
</source>
 
=== Opera 11.01 ===
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
Anonymous user

Navigation menu