Custom MSI Installer Question
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?
All Replies (1)
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/"] } }
}