-
Notifications
You must be signed in to change notification settings - Fork 339
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
Portable Version #20
Comments
This program is already portable as settings are saved to the application folder, meaning it can be run from a USB drive, cloud service, or backup drive with the same settings every time. |
How can it be portable and offer Context Menu? Portable means no Registry Tracks as well. Thank You. |
UniExtract itself only creates registry keys if you enable the context menu entries. Just keep it disabled and there shouldn't be any tracks. Also, if the UniExtract has no write permission to its directory (e.g. when it is installed in the program files directory), the %appdata% folder is used to store settings. If you want to run it in a portable mode, make sure it lays somewhere else. |
Precursors to UniExtract2 had similar issues; they rely on a lot of externally developed programs so zero registry writes probably isn't possible. It could be put inside a wrapper program like YaP, WinPenPack, or PortableApps that will zap all registry entries on program close but that may not be the best use of the dev's time.
Yeah Context Menu options (on any program) require registry writes. But I wouldn't want a feature useful to many users to be removed in the name of being more stealth. Portablefreeware has a note on their entry about this: http://www.portablefreeware.com/index.php?id=2764 |
I can leave with the policy that as long as I keep the right Menu Integration disabled no registry keys are used. I hope someone at PortableApps will upgrade the current UniExtract to this one. Thank You. |
PortableApps has traditionally ducked programs like Universal Extractor (the project manager didn't have nice things to say about it less than a year ago), but Bioruebe has taken the concept much further and added a lot more functionality. That might change some minds. |
@Bioruebe How about emulated registry keys that bypass features that don't make sense in a portable version? |
In my fork, specifically in the portable branch, there is beginning work on a portable version. |
@djohns451 Is there any chance we could talk you into collaborating with @Bioruebe on UE2? There are already quite a few Universal Extractor forks. |
You could, @vatterspun. In fact, when it reaches a suitable degree, I plan on creating a pull request of the changes, merging them into the parent fork. |
Hello,
Could you offer a portable version?
Namely all configuration is saved locally and no registry keys are created.
Thank You.
The text was updated successfully, but these errors were encountered: