Win32: Restore the versioned plugin installation path.
authorGerald Combs <gerald@wireshark.org>
Tue, 7 Apr 2015 18:56:36 +0000 (11:56 -0700)
committerGerald Combs <gerald@wireshark.org>
Tue, 7 Apr 2015 23:01:40 +0000 (23:01 +0000)
commitcec99abac97a583959cee07bb8826a7b8eda61e2
treefa26f82a366ebf8e0f0c8089d2c4fca1fb01419a
parent461666bcd1aacc8f360fca76129fe4a545819fc9
Win32: Restore the versioned plugin installation path.

Revert parts of g2ef72cb and g7710da4 so that the NSIS installer once
again places plugins in $INSTDIR\plugins\$VERSION. This matches the
behavior of Autotools and previous Windows installers, and reduces the
chances of a version mismatch if the user happens to install a custom
plugin.

Leave the development plugin path unversioned. Leave the extcap path
unversioned for now.

Change-Id: I861d4ee12975fba4b642e391871c5e852d92a2fe
Reviewed-on: https://code.wireshark.org/review/7976
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
packaging/nsis/wireshark.nsi
wsutil/filesystem.c