Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

when i use CMD to run a silent install of firefox.exe ,how to change the default dir.( /D=D:\** is not work)

  • 2 respostas
  • 1 tem este problema
  • 74 visualizações
  • Última resposta de zyfays

more options

in cmd , i use -ms to silent install,but i don't want to install in c/program files,what am i gonna do?

in cmd , i use -ms to silent install,but i don't want to install in c/program files,what am i gonna do?

Solução escolhida

I use an .INI configuration file to specify the installation directory.

https://wiki.mozilla.org/Installer:Command_Line_Arguments has more information about the process.

1. Create a text file called firefox.ini

2. Add the following line and save the file

InstallDirectoryPath=x:\whatever\directory\you\want

3. The command to run a silent install using the INI file you just created would be.

firefox.exe /INI=c:\wherever\firefox.ini

Let me know how you go.

Ler esta resposta 👍 0

Todas as respostas (2)

more options

Solução escolhida

I use an .INI configuration file to specify the installation directory.

https://wiki.mozilla.org/Installer:Command_Line_Arguments has more information about the process.

1. Create a text file called firefox.ini

2. Add the following line and save the file

InstallDirectoryPath=x:\whatever\directory\you\want

3. The command to run a silent install using the INI file you just created would be.

firefox.exe /INI=c:\wherever\firefox.ini

Let me know how you go.

Alterado por Tim em

more options

problem solved! thx a lot