Installer fails to find .INI file if -ms occurs after it on command line
Categories
(Firefox :: Installer, defect, P3)
Tracking
()
People
(Reporter: u630187, Unassigned)
Details
Attachments
(1 file)
|
2.58 KB,
text/plain
|
Details |
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Thanks for the confirmation. Can you verify whether the problem goes away if you either remove the -ms or move it to before the /INI on the command line? It looks like the issue is that our command line parser doesn't recognize that -ms is a separate argument and tries to treat it as part of the file name.
Note that -ms or /S isn't necessary to add at all if any other command line parameter is also being used.
Comment 3•7 years ago
|
||
Hello Matt, I rechecked this issue without the -ms as well as with the -ms before the /INI command and it worked great, not only that the Firefox Icon was not created on desktop but also the Installation folder was the one I mentioned in the ini file.
Glad you got to the bottom of this.
Comment 4•7 years ago
|
||
Okay, thanks for checking that.
Unfortunately the bug is happening in library code provided by the framework (the GetOptions macro in FileFunc.nsh), so this may not be something we can fix. The best workaround might be just to remove the mention of -ms from the documentation and declare it to be unsupported.
Updated•3 years ago
|
Description
•