搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Deploying Mozilla Firefox 10.0.5 ESR and Update Bookmarks & other settings

  • 5 个回答
  • 7 人有此问题
  • 16 次查看
  • 最后回复者为 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.

所有回复 (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于修改