You are here

Determine Firefox Version

3 posts / 0 new
Last post
Xpdite
Offline
Last seen: 7 years 9 months ago
Joined: 2013-09-18 11:02
Determine Firefox Version

Hi
I am trying to determine the version of Firefox Portable installed on machines using SCCM. With in SCCM the file version always seems to be 1.7.8.0 even though the file changes. Is there a way to identify the version installed to determine if an update is required?
Thanks

vf2nsr
vf2nsr's picture
Offline
Last seen: 8 years 2 weeks ago
Developer
Joined: 2010-02-13 17:10
Yes

On a fire3fox window go to help and about firefox

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

Tixue
Offline
Last seen: 11 months 3 weeks ago
Joined: 2009-04-04 14:10
Can SCCM parse .ini files?

The version string you're reading is the Launcher version, the proper place to get the version from is ...\FirefoxPortable\App\AppInfo\appinfo.ini under or [Version]:PackageVersion (or [Version]:DisplayVersion if you want a human readable version string)

(if it can't parse .ini files then I guess you could get the version string from ...\FirefoxPortable\App\Firefox\firefox.exe, but if there's a Firefox Portable revision to improve portability or fix a Portable specific issue Firefox's version string won't change, only the one(s) in the .ini file)

Another option is to run the official PortableApps.com Updater (which is built into the PortableApps.com Platform) to check for updates, though this isn't silent (however you could probably edit the source to make your own silent version and recompile it using NSIS Portable if this is necessary).

Log in or register to post comments