This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    userspace:firefox [2011/10/28 09:37] Thomas_H  | 
                
                    userspace:firefox [2021/08/23 08:37] (current) | 
            ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Frei nach dieser Anleitung: http:// | + | ==== 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 | + | Tested with opsi 4.0.1\\ | 
| - | [Initial] | + | requiredWinstVersion >= 4.10.8.6\\ | 
| - | Message=installiere Firefox 7.0.1 DE | + | Download Setup-Files at http://www.mozilla.org// | 
| - |    | + | |
| - |    | + | |
| - | Winbatch_produkt_silent_install | + | |
| - | [Winbatch_produkt_silent_install] | + | |
| - | %SCRIPTPATH%\firefox-de-7.0.1.exe -ms | + | |
| - | + | Last Check\\ | |
| - | Uninstall.ins | + | [[thomas.heinrich@polizei.berlin.de|Thomas_H]]  | 
| - | [Initial] | + | |
| - | Message=deinstalliere Firefox | + | |
| - | StayOnTop=false | + | |
| - | [Aktionen] | + | |
| - |   ; We need to wait for " | + | |
| - |   Winbatch_produkt_silent_uninstall / | + | |
| - | [Winbatch_produkt_silent_uninstall] | + | |
| - |   " | + | |
| - | + | ||
| - | --- | + | |
| - | + | ||
| - | ==== Erweiterte Version des Firefox ==== | + | |
| - | + | ||
| - | --- //[[hungerharke@gmx.de|Thomas_H]]  | + | |
| - | + | ||
| - | Tested with opsi 4.0.1\\ | + | |
| - | requiredWinstVersion >= 4.10.8.6 | + | |
| - | Download Setup-Files at http:// | + | |
| 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.  | ||
| - Firefox installieren | - Firefox installieren | ||
| - |   - Add-ons herunterladen und installieren (empfohlen:  | + |   - Add-ons herunterladen und installieren (empfohlen:  | 
| - | - Firefox den Erfordernissen anpassen (zB. Proxy etc.) | + | - Firefox den Erfordernissen anpassen (zB. Proxy etc.)\\ | 
| - |   - Profil des aktuellen Nutzers kopieren. (Win7: C: | + | ** 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\\ | ||
| + |     der Zugang zu passwortgeschützten Seiten mit gespeichert wird! Dazu in der Menüleiste " | ||
| + | eingeben und mit der Maus doppelt auf den Eintrag browser.newtab.url klicken und damit den Wert von | ||
| + |     about: | ||
| + |   - Profil des aktuellen Nutzers kopieren. (Win7/10: C: | ||
| This is an extended Version which also installs a defined profile. | This is an extended Version which also installs a defined profile. | ||
|   - Install Firefox  |   - Install Firefox  | ||
| - |   - download and install add-ons (recommended:  | + |   - download and install add-ons (recommended:  | 
| - | - set preferences for firefox (i.e. proxy etc.) | + | - set preferences for firefox (i.e. proxy etc.)\\ | 
| + | **Attention: | ||
| + |         off the overview which is shown when opening a new window or tab. Enter a ' | ||
| + |         and do a doubleclick on the entry browser.newtab.url, | ||
| - copy profile of actual user. | - copy profile of actual user. | ||
| tree: | tree: | ||
| - |   / | + | ├ delsub.ins | 
| - | insgesamt 13552 | + | ├ firefox.bmp | 
| - |    | + | ├ firefox-profile (THIS is the directory with the copied profile!) | 
| - | firefox.bmp | + | ├ Firefox  | 
| - | firefox-profile (THIS is the directory with the copied profile!) | + | ├ setup.ins | 
| - |   Firefox  | + | └ uninstall.ins | 
| - | setup.ins | + | |
| - | uninstall.ins | + | |
| Line 66: | Line 49: | ||
| ; Log Errors in Logfile but don't abort: | ; Log Errors in Logfile but don't abort: | ||
| ExitOnError=false | ExitOnError=false | ||
| - | Show syntax errors in the script: | + | ; Show syntax errors in the script: | 
| ScriptErrorMessages=on | ScriptErrorMessages=on | ||
| ; Dont trace step by step through the script: | ; Dont trace step by step through the script: | ||
| Line 108: | Line 91: | ||
| set $ProductId$ = " | set $ProductId$ = " | ||
| set $OS$ = GetNTVersion | set $OS$ = GetNTVersion | ||
| - | set $FIREFOXVER$ = " | + | set $FIREFOXVER$ = " | 
| set $SilentSwitch$ = " | set $SilentSwitch$ = " | ||
| ; ---------------------------------------------------------------------- | ; ---------------------------------------------------------------------- | ||
| Line 245: | Line 228: | ||
| ; - Please edit the following values  | ; - Please edit the following values  | ||
| ; ---------------------------------------------------------------- | ; ---------------------------------------------------------------- | ||
| - | Set $ProductId$  | + | Set $ProductId$  | 
| Set $MozInstallDir$  | Set $MozInstallDir$  | ||
| Set $LicenseRequired$ = " | Set $LicenseRequired$ = " | ||
| Line 253: | Line 236: | ||
| comment "Show product picture" | comment "Show product picture" | ||
| - | ShowBitmap " | + | ShowBitmap " | 
| Message " | Message " | ||