[Mozilla Enterprise] MAILS

2017-09-06 Thread Lienhart Corinne
Bonjour, *Merci de ne plus m'envoyer de mails.* Cordialement Corinne LIENHART ___ Enterprise mailing list Enterprise@mozilla.org https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit

Re: [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread Kathy Wright
I am not sure why I am on the thread but does this have anything to do with B Company Sent from my iPhone > On Sep 6, 2017, at 7:38 AM, Copus, Scott wrote: > > Hi Greg, > > All good ideas. Sometimes I like to go directly to the app’s own installed > registry key to

Re: [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread Copus, Scott
Hi Greg, All good ideas. Sometimes I like to go directly to the app’s own installed registry key to determine installation status/version/etc. You should be able to use the appropriate commands in either batch (reg.exe) or PowerShell. 32-bit:

Re: [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread carré , denis
Sorry, I sent my message too fast, For the version (which was the subject …) I use this : $FirefoxVersion = ( gp HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\firefox*, HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Firefox*).DisplayVersion (in case you would

Re: [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread Delise, John
#-- # A quick way to find a file version $FF_FQP = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" $FFVersion = Get-ChildItem -path $FF_FQP $FFVersion.VersionInfo

[Mozilla Enterprise] Addon like IEView in webextensions language

2017-09-06 Thread BRECHEMIER Denis
Hello, At the moment we use the IEVIew addon to open certain urls with IE from Firefox. Unfortunately there is no more development and this extension is not in webextensions language. Does anyone know an extension written in webextension that will open certain urls configured with IE. Thanks

Re: [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread carré , denis
Hi, I personnaly use the following in some PS scripts : $FirefoxExe = (Get-ItemProperty -Path "hklm:software\microsoft\windows\currentversion\App Paths\firefox.exe").'(default)' (full path to binary firefox.exe) $FirefoxPath = (Get-ItemProperty -Path

Re: [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread Greg Haines
Thank you sir. On 6 September 2017 at 10:38, Alexandre Gauvrit wrote: > There you go : https://blogs.technet.microsoft.com/heyscriptingguy/ > 2013/11/15/use-powershell-to-find-installed-software/ > > On 06/09/2017 11:36, Greg Haines wrote: > > Hi Guys > > ​How do i check

Re: [Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread Alexandre Gauvrit
There you go : https://blogs.technet.microsoft.com/heyscriptingguy/2013/11/15/use-powershell-to-find-installed-software/ On 06/09/2017 11:36, Greg Haines wrote: Hi Guys ​How do i check via the command line or Powershell in Windows what version of Firefox is being used? Cant seem to find

[Mozilla Enterprise] Check Installed Firefox Version with CMD or Powershell

2017-09-06 Thread Greg Haines
Hi Guys ​How do i check via the command line or Powershell in Windows what version of Firefox is being used? Cant seem to find anything online that actually works. Thanks​ -- Greg Haines Systems Administrator End User Operations Technology Department greg.hai...@telegraph.co.uk