-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Possible to make a portable install? #208
Comments
Can you try this version and activate the portable mode? Tell me if it works as intended. |
Seems to work fine - tried moving folder contents to another location and it also worked. At the very least you need to be able to specify install location in the installer. Would be cool to simply have an executable that you can place wherever, and it'd run without an installer. You'd have to somehow include all the extra files within the executable itself. The only external file is normally a .ini for config. Unsure of technical scope... Probably not worth your time? |
I'd rather work more on the installer.
The program is not a single executable as some other application. There
are some dll that are expected to be in the same folder, and also couple
of other file. The configuration is always stored in your user directory.
I'll need to find a way to let the user choose where to install it and
also disable the need for admin right ... Mmmh, I guess I'll need to
split the installer to have a portable version and a normal version.
…On 2017-08-06 15:50, Lorin Halpert wrote:
Seems to work fine - tried moving folder contents to another location
and it also worked. At the very least you need to be able to specify
install location in the installer.
Would be cool to simply have an executable that you can place
wherever, and it'd run without an installer. You'd have to somehow
include all the extra files within the executable itself. The only
external file is normally a .ini for config. Unsure of technical
scope... Probably not worth your time?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#208 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMEsmib-7UnwlLwfWyyhNBZxC8HTnoYks5sVhkWgaJpZM4OqGth>.
|
TBH this application is great enough for me to just keep an installer exe in my general tools folder and I'll simply install it wherever needed. Thanks for creating this amazing application. |
Is there a way to make this a portable install? Been using an AHK script until now but this app is a lot more consistent.
The text was updated successfully, but these errors were encountered: