Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Deploying Mozilla Firefox 10.0.5 ESR and Update Bookmarks & other settings

  • 5 antwoorden
  • 7 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van 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 antwoorden (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:

Bewerkt door AliceWyman op