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

Allow "portable" operation #359

Open
3 tasks
davidrg opened this issue Oct 9, 2024 · 0 comments
Open
3 tasks

Allow "portable" operation #359

davidrg opened this issue Oct 9, 2024 · 0 comments
Labels

Comments

@davidrg
Copy link
Owner

davidrg commented Oct 9, 2024

Currently, Kermit 95 will on first run create files and directories in:

  • C:\ProgramData\Kermit 95
  • %APPDATA%\Kermit 95

And registry keys under:

  • HKCU\Software\Kermit

Ideally it would be possible to use K95 in a portable self-contained way. K95 should:

  • Not create any registry keys
  • Not create or use any files in C:\ProgramData\Kermit 95
  • Not create or use any files in %APPDATA%\Kermit 95

A portable distribution of K95 should probably include a different version of k95.ini which looks for k95custom.ini only \v(inidir), and perhaps reads settings normally stored in the registry from another kermit script that K95 updates as necessary.

@davidrg davidrg added the feature label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant