Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Deploying Mozilla Firefox 10.0.5 ESR and Update Bookmarks & other settings

  • 5 yanıt
  • 7 kişi bu sorunu yaşıyor
  • 1 gösterim
  • Son yanıtı yazan: 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.

Tüm Yanıtlar (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:

AliceWyman tarafından tarihinde düzenlendi