User Tools

Site Tools


userspace:firefox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
userspace:firefox [2012/06/28 06:53]
Thomas_H
userspace:firefox [2019/05/14 10:04]
Thomas_H
Line 1: Line 1:
-Frei nach dieser Anleitung: http://wiki.welter-online.com/index.php/OPSI+==== Mozilla Firefox ====
  
-Sehr minimal aber erstmal ein Einstieg. Mehr findet Infos man unter: https://wiki.mozilla.org/Deployment:Deploying_Firefox +--- //[[thomas.heinrich@polizei.berlin.de|Thomas_H]] 2011/10/27 09:24//
- +
-Install.ins +
-  [Initial] +
-  Message=installiere Firefox 7.0.1 DE +
-  StayOnTop=false +
-  [Aktionen] +
-  Winbatch_produkt_silent_install +
-  [Winbatch_produkt_silent_install] +
-  %SCRIPTPATH%\firefox-de-7.0.1.exe -ms +
- +
- +
-Uninstall.ins +
-  [Initial] +
-  Message=deinstalliere Firefox +
-  StayOnTop=false +
-  [Aktionen] +
-  ; We need to wait for "Au_.exe" to finish. Hopefully 5 minutes are enough +
-  Winbatch_produkt_silent_uninstall /WaitForProcessEnding "Au_.exe" /TimeOutSeconds 300 +
-  [Winbatch_produkt_silent_uninstall] +
-  "%ProgramFilesDir%\Mozilla Firefox\uninstall\Helper.exe" /S +
-   +
---- +
- +
-==== Erweiterte Version des Firefox ==== +
- +
---- //[[hungerharke@gmx.de|Thomas_H]] 2011/10/27 09:24//+
  
 Tested with opsi 4.0.1\\ Tested with opsi 4.0.1\\
 requiredWinstVersion >= 4.10.8.6\\ requiredWinstVersion >= 4.10.8.6\\
-Download Setup-Files at http://www.mozilla.org+Download Setup-Files at http://www.mozilla.org// 
 + 
 +Last Check\\ 
 +[[thomas.heinrich@polizei.berlin.de|Thomas_H]] 2019/05/14 12:03\\
  
 Hier kommt eine erweitere Version, welche auch ein zuvor eingerichtetes Profil berücksichtigt.  Hier kommt eine erweitere Version, welche auch ein zuvor eingerichtetes Profil berücksichtigt. 
Line 37: Line 14:
   - Firefox installieren   - Firefox installieren
   - Add-ons herunterladen und installieren (empfohlen: WOT, Adblock Plus, Ghostery)   - Add-ons herunterladen und installieren (empfohlen: WOT, Adblock Plus, Ghostery)
-  - Firefox den Erfordernissen anpassen (zB. Proxy etc.) +  - Firefox den Erfordernissen anpassen (zB. Proxy etc.)\\ 
-        **Wichtig: Sind Datenschutzrichtlinien besonders zu beachten, muss bei Firefox ab V.13 unter Umständen\\ +** Wichtig: Sind Datenschutzrichtlinien besonders zu beachten, muss bei Firefox ab V.13 unter Umständen\\ 
-        die Übersicht beim öffnen eines neuen Tabs, bzw. neuen Fensters abgeschaltet werden, weil möglicherweise\\ +    die Übersicht beim öffnen eines neuen Tabs, bzw. neuen Fensters abgeschaltet werden, weil möglicherweise\\ 
-        der Zugang zu passwortgeschützten Seiten mit gespeichert wird! Dazu in der Menüleiste 'about:config'\\ +    der Zugang zu passwortgeschützten Seiten mit gespeichert wird! Dazu in der Menüleiste "about:config"\\ 
-        eingeben und mit der Maus doppelt auf den Eintrag browser.newtab.url klicken und damit den Wert von  +    eingeben und mit der Maus doppelt auf den Eintrag browser.newtab.url klicken und damit den Wert von  
-        about:newtab auf about:blank ändern** +    about:newtab auf "about:blank ändern** 
-  - Profil des aktuellen Nutzers kopieren. (Win7: C:\Users\<name>\AppData\Roaming\Mozilla\Firefox\Profiles  WinXP: C:\Dokumente und Einstellungen\<name>\Anwendungsdaten\Mozilla\Firefox\Profiles )+  - Profil des aktuellen Nutzers kopieren. (Win7/10: C:\Users\<name>\AppData\Roaming\Mozilla\Firefox\Profiles)
  
 This is an extended Version which also installs a defined profile. This is an extended Version which also installs a defined profile.
Line 49: Line 26:
   - Install Firefox    - Install Firefox 
   - download and install add-ons (recommended: WOT, Adblock Plus, Ghostery)   - download and install add-ons (recommended: WOT, Adblock Plus, Ghostery)
-  - set preferences for firefox (i.e. proxy etc.) +  - set preferences for firefox (i.e. proxy etc.)\\ 
-        **Attention: if you have to follow privacy policy, so for Firefox V.13 and higher you have to switch\\+**Attention: if you have to follow privacy policy, so for Firefox V.13 and higher you have to switch\\
         off the overview which is shown when opening a new window or tab. Enter a 'about:config' in addressline\\         off the overview which is shown when opening a new window or tab. Enter a 'about:config' in addressline\\
         and do a doubleclick on the entry browser.newtab.url, so it changes from 'about:newtab' to 'about:blank'**         and do a doubleclick on the entry browser.newtab.url, so it changes from 'about:newtab' to 'about:blank'**
Line 56: Line 33:
  
 tree: tree:
-  /opsi-installs/firefox/CLIENT_DATA # ls -l +├ delsub.ins 
-  insgesamt 13552 +├ firefox.bmp 
-  delsub.ins +├ firefox-profile (THIS is the directory with the copied profile!) 
-  firefox.bmp +├ Firefox Installer.exe 
-  firefox-profile (THIS is the directory with the copied profile!) +├ setup.ins 
-  Firefox Setup 8.0.exe +└ uninstall.ins
-  setup.ins +
-  uninstall.ins+
  
  
Line 116: Line 91:
 set $ProductId$ = "firefox" set $ProductId$ = "firefox"
 set $OS$ = GetNTVersion set $OS$ = GetNTVersion
-set $FIREFOXVER$ = "Firefox Setup 8.0.exe"+set $FIREFOXVER$ = "Firefox Installer.exe"
 set $SilentSwitch$ = "-ms" set $SilentSwitch$ = "-ms"
 ; ---------------------------------------------------------------------- ; ----------------------------------------------------------------------
userspace/firefox.txt · Last modified: 2021/08/23 08:37 (external edit)