If you want that the client and plugin for Biovia Electronic Lab Notebook (ELN) installs for all users instead for the current user, do these changes:
Table Property:
Change ALLUSERS from 2 to 1
Delete MSIINSTALLPERUSER
Change WixAppFolder from WixPerUserFolder to WixPerMachineFolder
Table SecureObjects:
Delete PRODUCTINSTALLDIR
Table Property:
Insert ALLUSERS 1
Table CustomAction:
Delete SetPRODUCTINSTALLDIR
Table InstallExecuteSequence:
Delete SetPRODUCTINSTALLDIR
Table Registry:
Change all values in column Root from 1 to -1
The plugin is not a plugin any more. It is a proxy program that always runs in the background (started by a run entry in the registry) and listens on localhost ports 5000 and 5001.