Talk:Installer:Command Line Arguments: Difference between revisions

Line 138: Line 138:


  for %i in ("C:\black & white") do "Firefox Setup 3.5.exe" -ms /D=%~i
  for %i in ("C:\black & white") do "Firefox Setup 3.5.exe" -ms /D=%~i
== Help > About > Version number doesn't change ==
When I update with the command line, specifying an ini file, the install goes ok - silent and lovely, but it doesn't update the Firefox version number in About.
As of now the latest version is Firefox 3.6. 
I take a machine that has 3.5 installed.  I run the installer & it seems to work.  Now, I launch Firefox & go to Help > About.  The version number still says 3.5.  The user string shown on the same window says:
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)" 
Also, if I do Help > Check for updates, then Firefox returns that it is up to date. 
I the same results on Firefox 3.0.18 - everything went well, but the help about page shows the version unchanged, at 3.0.18, yet the user-agent and everything else shows the browser to be at 3.6.
2

edits