- Joined
- Feb 18, 2019
- Messages
- 85
- Reaction score
- 11
Dear 3CX team,
it's me again
I'm still "fighting" with the Webmeeting Remote Control.
Would you mind to change the Inno Setup configuration of the Webmeeting Remote Control setup, so that it's possible to use the command line switches
So this tool can be used by IT departments for support, where admin rights are needed.
But even if you change the installer, there is still one Bug, which I already reported here: https://www.3cx.com/community/threa...rol-not-starting-if-installed-globally.79786/.
Currently the Webmeeting Remote Control is not working, if it's installed into a directory with spaces, like
Thank you very much!
it's me again
Would you mind to change the Inno Setup configuration of the Webmeeting Remote Control setup, so that it's possible to use the command line switches
/CURRENTUSER and /ALLUSERS?- Modify the
[Setup]section:- Add
PrivilegesRequiredOverridesAllowed=commandlineto make the command line switches working. - Change
DefaultDirName={userappdata}\3CX\3CXWMRemoteControltoDefaultDirName={autopf}\3CX\3CXWMRemoteControl.
Depending on the installation switches the application will then be installed into the users AppData or into the ProgramFilesx86 directory.
- Add
- Modify the
[Setup]section:- Change all occurrences of
Root: HKCU;toRoot: HKA;.
Depending on the installation switches the registry keys will now be added toHKEY_CURRENT_USERorHKEY_LOCAL_MACHINE.
- Change all occurrences of
So this tool can be used by IT departments for support, where admin rights are needed.
But even if you change the installer, there is still one Bug, which I already reported here: https://www.3cx.com/community/threa...rol-not-starting-if-installed-globally.79786/.
Currently the Webmeeting Remote Control is not working, if it's installed into a directory with spaces, like
C:\Program Files (x86)\.Thank you very much!