ADM for extensions

Post Reply
Chewbacca
Posts:4
Joined:Mon Oct 02, 2006 2:14 am
ADM for extensions

Post by Chewbacca » Mon Oct 02, 2006 3:07 am

I tried to create an ADM-File for the extension Tab Mix and it worked, but only in pre-setting-mode (for me better than lockdown-settings):

Code: Select all

CLASS MACHINE

CATEGORY "Mozilla Advanced Options for Extensions"
	KEYNAME "Software\Policies\Mozilla\lockPref"
	CATEGORY "extensions"
		POLICY "extensions.tabmix.singleWindow"
			VALUENAME "extensions.tabmix.singleWindow"
			VALUEON NUMERIC 1
			VALUEOFF NUMERIC 0
		END POLICY

		POLICY "extensions.tabmix.lasttab.handleCtrlTab"
			VALUENAME "extensions.tabmix.lasttab.handleCtrlTab"
			VALUEON NUMERIC 1
			VALUEOFF NUMERIC 0
		END POLICY
	END CATEGORY
END CATEGORY

[strings]
In the header of the mozilla.adm is written Autogenerated file!. Maybe it's possible that Frontmotion publish this autogenerator so that everyone can make his own extensions-adm based on his installed extensions.[/quote][/code]

bartrumb
Posts:5
Joined:Tue Apr 15, 2008 10:04 am

Re: ADM for extensions

Post by bartrumb » Tue Apr 15, 2008 1:50 pm

I am confused. How did you make this? Can this be done with IE tabs also?

Chewbacca
Posts:4
Joined:Mon Oct 02, 2006 2:14 am

Re: ADM for extensions

Post by Chewbacca » Wed Apr 16, 2008 8:49 am

Yes, with any extension that stores it's parameters in about:config.

Type about:config in the address-bar. Then type "ietab" in the Filter-field. Then you see all configurations that can be made for IE-Tab. Now you can make your own ADM-File.

GCRaistlin
Posts:3
Joined:Sun Feb 05, 2012 7:55 am

Re: ADM for extensions

Post by GCRaistlin » Sun Feb 05, 2012 9:01 am

it worked, but only in pre-setting-mode
I know, the topic is quite old but nevertheless how could it be? Policies can't work in pre-setting mode by design (as since they work as mask on mozilla.cfg), can they?
Magically yours
Raistlin

GCRaistlin
Posts:3
Joined:Sun Feb 05, 2012 7:55 am

Re: ADM for extensions

Post by GCRaistlin » Sun Feb 05, 2012 9:52 am

Um, it seems to be not so easy... Uninstalling FM Firefox and installing Mozilla Firefox instead causes all parameters customized with mozilla.adm to be set to default.
Magically yours
Raistlin

Post Reply