We would like to install device service and change these 2 custom parameters:
pki.vendorModule
pki.forceVirtualChannels
Is it possible that you will add these parameters to MSI properties, so when we execute the installation via command line we will be able to change it? For example: There are MSI properties like WIXUI_INSTALLDIR or ARPNOMODIFY which you can use like this: Msiexec /i naaf-deviceservice-x86-release-6.0-112.msi /qn WIXUI_INSTALLDIR=”CUSTOM_INSTALL_DIR” If you can add the 2 parameters we can install it like this: Msiexec /i naaf-deviceservice-x86-release-6.0-112.msi /qn pki.vendorModule =”xxx” pki.forceVirtualChannels=”yyyy” This will not change the default installation behavior, it will still stay the same for all customers but will enable us to change the default properties during installation. These properties can be hidden so they will not appear on installation progress windows
by: Harel E. | over a year ago | Configuration
Comments
We are investigating this. All things are possible and this does fit in the product logically.