With MSI deployment (especially for silent installation) we set several installation parameters for features and plug-ins.
What is not installed, however, is xcvault.
If you install the msi without ADDLOCAL Paramters, the license tool is installed.
Which parameter do I need to specify for this?
xcvault in MSI installation
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 7370
- Joined: Wed Mar 25, 2009 10:37 pm
Re: xcvault in MSI installation
Hi, LaHae
MSIEXEC.EXE take all or none as parameters. By that I mean that if you pass no "Features" to it then all features are installed. If you pass even one, then the logic is reversed and only those features explicitly called are installed. https://help.pdf-xchange.com/sysadmin/u ... aller.html
Are you explicitly including F_KeyInstaller ?
If your objective is to install most features except a few specific ones, then a transform night be simpler. In a transform the logic is that all features are installed, like the command line when no features are passed, except those explicitly set to not install. It can make the command line far less cumbersome and prone to typographical error. https://help.pdf-xchange.com/sysadmin/u ... aller.html
If you want to post your command line arguments I can take a look at them for you.
MSIEXEC.EXE take all or none as parameters. By that I mean that if you pass no "Features" to it then all features are installed. If you pass even one, then the logic is reversed and only those features explicitly called are installed. https://help.pdf-xchange.com/sysadmin/u ... aller.html
Are you explicitly including F_KeyInstaller ?
If your objective is to install most features except a few specific ones, then a transform night be simpler. In a transform the logic is that all features are installed, like the command line when no features are passed, except those explicitly set to not install. It can make the command line far less cumbersome and prone to typographical error. https://help.pdf-xchange.com/sysadmin/u ... aller.html
If you want to post your command line arguments I can take a look at them for you.
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
-
- User
- Posts: 5
- Joined: Tue Mar 04, 2025 4:38 pm
Re: xcvault in MSI installation
Hi Paul,
this was the solution. I must have overlooked it.
Thank for you support.
this was the solution. I must have overlooked it.
Thank for you support.
-
- Site Admin
- Posts: 261
- Joined: Mon Jul 03, 2023 3:10 pm