Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Deploying Mozilla Firefox 10.0.5 ESR and Update Bookmarks & other settings

  • 5 replies
  • 7 have this problem
  • 8 views
  • Last reply by 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.

All Replies (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:

Modified by AliceWyman