|
Last year I manually installed the Windows Universal Forwarder Version 4.2.3 on Windows servers in D:/Program Files/SplunkUniversalForwarder, NOT in C:/Program Files/SplunkUniversalForwarder. The install was a simple manual GUI-based install. Now, I am upgrading the Windows Universal Forwarder from Version 4.2.3 to 4.3.1. It's a manual GUI-based install using the splunkforwarder-4.3.1-119532-x86-release.msi file. When I click on the splunkforwarder-4.3.1-119532-x86-release.msi file, it correctly detects that Windows Universal Forwarder Version 4.2.3 is installed, and gives me the option to upgrade. I click on the Install button to do the upgrade, and instead of upgrading D:/Program Files/SplunkUniversalForwarder, the install program "upgrades" C:/Program Files/SplunkUniversalForwarder which is not the correct location of my 4.2.3 install. Can you please fix this bug so that the upgrade process upgrades my D drive installation instead of incorrectly "upgrading" my non-existent C drive installation? Thank you. |
|
bug SPL-49824 is logged. As a workaround you can upgrade using commandline for example: msiexec.exe /i splunkforwarder-4.3.1-119532-x64-release.msi AGREETOLICENSE=Yes INSTALLDIR="D:Program FilesSplunkUniversalForwarder" /quiet this should upgrade your 4.2.3 UF to 4.3.1 in d:Program filesSplunkUniversalForwarder. |