@darkolo Apologies for the delayed response and thank you for your suggestion - very much appreciate them and even more so for you posting them in the forum. Thanks! 👍
Creating a PKG file may be an option in the near future, as I'm working on my own tool to create PKGs.
May take a few weeks though, since I'm trying to automate a lot of the mondaine develop tasks with my won app. 😊
As for supporting config profiles:
The use of profiles feels like a of great use for a system admin, for Device Management type purposes. So for corporate use.
ConnectMeNow is more geared towards home-use for now anyway.
Implementing this would also take quite a bit of time to figure out how this works, and to implement this as well.
So if I would go that route, I'd probably create a commercial version for that.
On that note:
It may be helpful to know that in the INI file, you can enter the username and password as plain text.
The first time ConnectMeNow loads this file, it will encrypt username and password automatically.
Look for these, and replace "XYZ12345678=" with the username and password in plain text.
Username=XYZ12345678=
Password=XYZ12345678=
So with some scripting (as done by one of the corporate users of CMN) you may be able to make admin work easier.