-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Feature Request] Local settings (low priority) #3
Comments
It won't work well in portable mode as it requires several components to be installed. You may be able to use the command-line version that way by just moving the entire program directory, but I have not tested that. |
What components are required? Is this a dotNET program? |
It is a VB6 program (I started writing this 17 years ago!). It will need the VB6 runtimes as well as BtnPlus1.ocx and FraPlus1.ocx. The ocx files need to be properly registered so that's why I'm thinking it won't work well being portable. |
Wow
Ah makes sense. Thanks for considering. |
Sort of connected to #2 , if there's any way to save settings to the local folder, that's ideal. Mainly this is so it could be run from a USB drive but also so as to avoid traces left behind of a password generator. It's admittedly a very low priority item.
The text was updated successfully, but these errors were encountered: