#537 closed defect (fixed)
Installer does not update when running the installer from command line
Reported by: | Chau | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Installer |
Version: | Keywords: | ||
Cc: |
Description
I have a batch script which I use to daily update my OSGeo installation which uses the following commands:
osgeo4w-setup-x86_64.exe ^ --advanced ^ --download ^ --upgrade-also ^ --autoaccept ^ --quiet-mode
It seems to correctly download the updated packages but it fails to update them afterwards.
Running the installer manually without selecting anything in the package screen and just continue completes the installation using the previously downloaded packages.
I would expect the installer to automatically perform the installation after downloading the updated packages - at least that is what I expect the '--upgrade-also' to mean.
Change History (3)
comment:2 by , 7 years ago
I thought the --download
option was to force download from the internet and not local. The --upgrade-also
kind of makes sense too in that regard: Download AND update.
That aside I have tried removing the --download
part and the installer upgraded my installation (which was already downloaded). I will test if both the download and upgrade works without the --download
option when new upgraded packages arrives at OSGeo.
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
--upgrade-also
not only installs the selected packages, but also upgrades the already installed packages.
--download
switches from 'download & install' to 'download only'. So leaving it out should help.