Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

How to use variable like %LOCALAPPDATA% for path of handler

  • 2 replies
  • 1 has this problem
  • 6 views
  • Last reply by Mathieu78

more options

Hello all,

We must use a third party application which can only be installed in user home directory. We'd like to create a GPO to manage user settings, and configure a handler for this application.

Is it possible to use an environnement variable (for example %LOCALAPPDATA%) in the path of a handler ?

Thank you.

Hello all, We must use a third party application which can only be installed in user home directory. We'd like to create a GPO to manage user settings, and configure a handler for this application. Is it possible to use an environnement variable (for example %LOCALAPPDATA%) in the path of a handler ? Thank you.

All Replies (2)

more options

So in order to make those variables work, you use expandable="true" in the ADMX and I honestly don't know if that works with MULTI_SZ (which we are using).

Can you open an issue here:

https://github.com/mozilla/policy-templates/issues

and I'll take a look?

more options

Thank you very much, i'm opening an issue.