Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect Addins on Windows #18

Open
JoelProminic opened this issue Apr 21, 2023 · 1 comment
Open

Detect Addins on Windows #18

JoelProminic opened this issue Apr 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@JoelProminic
Copy link
Contributor

From @dpastov: #10 (comment)

@JoelProminic

I added code to detect the installed addins based on the directory names in %datadir%/JavaAddins.

A note: on Linix it is %datadir%\JavaAddin while on Windows it's under binary/execution folder (i.e. \IBM\Domino\JavaAddin)

The Super.Human.Installer instances are Linux, so this is a low priority for now. I have created this issue to track it as a possible improvement, though.

I'm not sure if there is a use case in installing this on other servers - the documentation will not necessarily be relevant, and it may need better security. On the other hand, can be used as a GUI to install Genesis addins, which could be useful going forward.

@JoelProminic JoelProminic added the bug Something isn't working label Apr 21, 2023
@JoelProminic JoelProminic self-assigned this Apr 21, 2023
@JoelProminic JoelProminic removed this from the Super.Human.Portal v1.2.0 milestone Apr 21, 2023
@JoelProminic
Copy link
Contributor Author

@dpastov, I noticed today that the /JavaAddin logic does not install applications like netmonitor

startcloud@nomad-1:~$ sudo su - domino
$ bash  
domino@nomad-1:~$ cd JavaAddin/
domino@nomad-1:~/JavaAddin$ ls -1
Genesis
SuperHumanPortal
domino@nomad-1:~/JavaAddin$ ls -1 ~/netmon*
/local/notesdata/netmonitor.nsf

Has something changed recently on the Genesis side that could affect this? I am testing: version 0.6.20 (origin) (core: 0.8.4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant