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

Custom MSI Installer Question

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?

All Replies (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/"]
   }
 }

}