Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Custom MSI Installer Question

  • 1 risposta
  • 1 ha questo problema
  • 12 visualizzazioni
  • Ultima risposta di Naturalselector

more options

All,

I work for a small company that has recently changed their home intranet page. The original image used on the employee machines has firefox locked down, I.E. employees cannot change their home page manually. Is there an MSI that will complete a fresh install, but maintain the book marks on a per user basis? Or is there an MSI type installer that will only change the home page for all users?

All, I work for a small company that has recently changed their home intranet page. The original image used on the employee machines has firefox locked down, I.E. employees cannot change their home page manually. Is there an MSI that will complete a fresh install, but maintain the book marks on a per user basis? Or is there an MSI type installer that will only change the home page for all users?

Tutte le risposte (1)

more options

All,

I was able to resolve this issue by using the following :



{

 "policies": {
   "Homepage": {
     "URL": "http://example.com/",
     "Locked": true,
     "Additional": ["http://example.org/",
                    "http://example.edu/"]
   }
 }

}