Bug #3422
Mis à jour par Matthieu Decorde il y a environ 2 ans
Since TXM 0.8.2, 0.8.2 TXM the default installation directory is the local appdata directory. Problem: administrators need TXM to be installed install silently to program files. files
The NSIS /D parameter is not working with the MUI2 plugins used to build the setup
h3. Solution
* revert to program files as default installation directory
* fix the /D parameter with the MUI2 NSIS plugin
* publish an alternative Windows setup for program files installations
* create a custom parameter to set installation to "user" (local appdata) or "all" (program files) mode
The NSIS /D parameter is not working with the MUI2 plugins used to build the setup
h3. Solution
* revert to program files as default installation directory
* fix the /D parameter with the MUI2 NSIS plugin
* publish an alternative Windows setup for program files installations
* create a custom parameter to set installation to "user" (local appdata) or "all" (program files) mode