Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Deploying Mozilla Firefox 10.0.5 ESR and Update Bookmarks & other settings

  • 5 Antworten
  • 7 haben dieses Problem
  • 14 Aufrufe
  • Letzte Antwort von AliceWyman

more options

Hi,

need help to include new bookmarks on the user browser during the upgrade via SCCM and making sure that the old bookmarks are in place as well after the upgrade installation is complete.

Or, how to merge the old and new bookmarks in Mozilla with the help of packaging tool Wise, InstallShield or Adminstudio.

Is there any command line to include new bookmarks in Firefox. We have to use either script, command line or EXE to include new bookmarks.

Customization Required:

  1. Custom home page
  2. Auto-Update Settings
  3. Set Default Search Engine
  4. Include Flash player Add-in
  5. update bookmarks

The above customization need to be performed during fresh install and upgrade using EXE or MSI.

Hi, need help to include new bookmarks on the user browser during the upgrade via SCCM and making sure that the old bookmarks are in place as well after the upgrade installation is complete. Or, how to merge the old and new bookmarks in Mozilla with the help of packaging tool Wise, InstallShield or Adminstudio. Is there any command line to include new bookmarks in Firefox. We have to use either script, command line or EXE to include new bookmarks. Customization Required: # Custom home page # Auto-Update Settings # Set Default Search Engine # Include Flash player Add-in # update bookmarks The above customization need to be performed during fresh install and upgrade using EXE or MSI.

Alle Antworten (5)

more options

You can initialize the bookmarks via a bookmarks.html file placed in defaults\profile (needs to be created), but AFAIK then there is no way to merge new bookmarks with existing bookmarks via the command line or otherwise apart from importing an HTML file in the Bookmarks Manager (Bookmarks > Show All Bookmarks ).

more options

I have done some research and found that bookamarks are stored in places.sqlite file

Location -- > default\places.sqlite

We can use a "qlite program : http://www.sqlite.org/download.html" to update the bookmarks, however not sure how to proceeed.

If you have any idea please let me know.

more options

That would be quite complicated because it places.sqlite uses a lot of tables to implemented bookmarks and history in one file.
I'm not an expert on this and I don't know how to do this without the risk of corrupting the places.sqlite database.

more options

Any Idea if this can be achieved using CCK tool, as we are facing issues in deploying the package created by CCK tool via SCCM

more options

You might want to check out the resources linked in these pages:

Geändert am von AliceWyman