-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[WIP]Introduce explicit portable edition #9584
Conversation
|
0d0686e
to
0335fb4
Compare
Personally I really would like not having another exe, it makes choice/maintenance complicated, such as: I must download the portable version for my usb drive and normal version for my PC at home.
In the way of file detection method (i.e. no separate exe way), I don't think it is insurmountable to add an option to nsis installer and create that special file. |
I have seen both methods used. Some have the installer, some have a separate zip to download with a portable edition inside. |
I usually don't use portable apps. But some of the applications that I use in the classic way have portable versions, and they are all distributed separately. |
My point is this: why pay a constant runtime workload increase (each app startup) for the one-time convenience (questionable for me) when getting a portable version of the application? |
I should also refine my point, for example: https://filezilla-project.org/download.php?show_all=1 |
Really I have no blocking objections to "file detecting method" if it turns out to be really more convenient for most users. @zeule's solution can be useful in some other scenarios, but it should be fixed first (currently it has known bug with params encoding on Windows). |
I think we should close it now. @sledgehammer999, @Chocobo1? |
This is an alternative to #9349.
I am not explicitly against #9349. I am just offering an alternative here. It is up to discussion.
Merits for this approach:
Caveat