Opened 3 years ago
#12694 new Bug report
Setup always installs to default directory in silent mode
Reported by: | J-u-B | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | silent install target directory | Cc: | |
Component version: | 3.59.0 | Operating system type: | Windows |
Operating system version: | Win10 LTSC 2021 x64 |
Description
In my deployment environment I want to install FileZilla silently in a given directory.
According to the FileZilla-Wiki the correct command line should be for example:
FileZilla_3.59.0_win64-setup.exe /S /user=all /D=C:\Program Files\FileZilla
However, the installation always lasts in the directory C:\Program Files (x86)\FileZilla FTP Client
.
I tried to use the /D
argument without and with quotes. It does not make a difference.
The destination directory is ignored by the 32-bit and 64-bit versions.
So far, I had also omitted /user=all
.
By the way: It is also unfortunate that the installer for the 64-bit version writes the uninstall information in the 32-bit branch of the registry.