Talk:Installer:Command Line Arguments: Difference between revisions

 
(2 intermediate revisions by one other user not shown)
Line 68: Line 68:
S
S
* Yes [[User:Robert_Strong|Robert Strong]] 17:02, 24 June 2008 (PDT)
* Yes [[User:Robert_Strong|Robert Strong]] 17:02, 24 June 2008 (PDT)
* I had the same question so I took the liberty of adding this info to the example .ini file. [[User:Itismike|Itismike]] 06:35, 4 March 2011 (PST)


Is there a way to force the installer to use automatically a particular ini ? E.g. by giving a default name to it ? Many .exe call automatically the .ini or .profile having their name.
Is there a way to force the installer to use automatically a particular ini ? E.g. by giving a default name to it ? Many .exe call automatically the .ini or .profile having their name.
Line 230: Line 232:
To me, this is contradictory. Wouldn't I need the silent switch in conjunction with the /INI switch?
To me, this is contradictory. Wouldn't I need the silent switch in conjunction with the /INI switch?
  FirefoxSetup.exe -ms /INI=config.ini
  FirefoxSetup.exe -ms /INI=config.ini
[[User:Itismike|Itismike]] 06:35, 4 March 2011 (PST)
== Firefox /INI command-line switch does not allow spaces in folder paths. ==
Firefox 27
Windows 7
Using /INI switch to try and use the Installer path values.
I found that the folder name value or folder path value will not work if there are spaces in either.
When you try to do so the installer fails silently with errorlevel 0
If spaces are removed the install works and installs to the folder or path specified.
this happens even if you put single quotes or double quotes around the string.  This should be fixed.
1

edit