1
edit
No edit summary |
(→/D switch working with 3.5 installer running XP32 & XP64: new section) |
||
Line 120: | Line 120: | ||
==/S switch not working with 3.5 installer == | ==/S switch not working with 3.5 installer == | ||
I have noticed that my script to deploy Firefox with the /S switch is still opening the install wizard. I have found that the -ms switch still works, but is considered depreciated. Any suggestions? | I have noticed that my script to deploy Firefox with the /S switch is still opening the install wizard. I have found that the -ms switch still works, but is considered depreciated. Any suggestions? | ||
== /D switch working with 3.5 installer running XP32 & XP64 == | |||
It seems that one has to omit quotation marks even when using paths with spaces. For special characters a 'for' statement solves the problem: | |||
for %i in ("C:\black & white") do "Firefox Setup 3.5.exe" -ms /D=%~i |
edit