Changes

Jump to: navigation, search

Opera

1,965 bytes added, 13:41, 8 June 2010
no edit summary
</package>
</source>
 
== Opera 10.53 ==
 
This is a silent installer for Opera 10.53 using the check type "uninstall", tested and working with Win XP pro SP2.
The update function will be disabled, no desktop icon and no quicklaunch icon will be created.
The MSI installer package you can download here: [http://ftp.opera.com/pub/opera/win/1053/int/ http://ftp.opera.com/pub/opera/win/1053/int/]
 
To meet some policies, here an operaprefs_default.ini is copied to the clients:
[System]
Multi User=1 ; If enabled Opera will use Windows profiles to store individual user settings
[User Prefs]:
Home URL=http://yourhomepage
Permanent Homepage=1 ; Removes all UI to change the home page and startup type
Show Default Browser Dialog=0
Level Of Update Automation=-1
Startup Type=2 ; use homepage
After removing Opera, the operaprefs_default.ini will stay in its directory.
 
<source lang="xml">
<package
id="opera"
name="opera 10"
revision="1053"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Opera 10.53" />
<install cmd='msiexec /i %SOFTWARE%\Opera\Opera_1053_int_Setup.msi /qn CREATE_DESKTOP_ICON_REG=0 CREATE_DESKTOP_ICON_REG_USR=0 CREATE_QUICKLAUNCH_ICON_REG=0 CREATE_QUICKLAUNCH_ICON_REG_USR=0 CREATE_STARTMENU_ICONS=1 CREATE_STARTMENU_ICONS_REG_USR=1 ISCHECKFORPRODUCTUPDATES=0 ALLUSERS=1' />
<install timeout="15" cmd='cmd /C copy %SOFTWARE%\Opera\operaprefs_default.ini %PROGRAMFILES%\Opera /Y' />
<upgrade cmd='msiexec /i %SOFTWARE%\Opera\Opera_1053_int_Setup.msi /qn CREATE_DESKTOP_ICON_REG=0 CREATE_DESKTOP_ICON_REG_USR=0 CREATE_QUICKLAUNCH_ICON_REG=0 CREATE_QUICKLAUNCH_ICON_REG_USR=0 CREATE_STARTMENU_ICONS=1 CREATE_STARTMENU_ICONS_REG_USR=1 ISCHECKFORPRODUCTUPDATES=0 ALLUSERS=1' />
<install timeout="15" cmd='cmd /C copy %SOFTWARE%\Opera\operaprefs_default.ini %PROGRAMFILES%\Opera /Y' />
<remove cmd='msiexec /x {1A0D2EFC-C4FC-446A-8BC3-57A54CE5EADD} /qn' />
</package>
</source>
[[category:Silent Installers]]
3
edits

Navigation menu