-
Notifications
You must be signed in to change notification settings - Fork 907
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
Remove the warning note about skipping, and instead show the warning when selecting skip #183
Comments
👍 |
So, let's see if all flows make sense. My initial suggestion in the original post means that if you skip and then press no, do you go back to the yes/no/skip? Also, if I understand correctly, selecting no will fail the installation, rather than just cancel it? Otherwise I would change the messages. Here is an example of what the flow could look like: Do you want to run the script? (Yes/No/Skip): s
NOTE: Skip is an advanced option and most likely will never be wanted.
Skip anyway? (Yes/No): n
Do you want to run the script? (Yes/No/Skip): n Note that I get rid of the "installation will fail", if my understanding that no == cancel is correct. |
No means install will fail. On Wednesday, March 25, 2015, Christian Rondeau [email protected]
Rob http://devlicio.us/blogs/rob_reynolds |
So, what is the difference between skip and install then? The only difference I see between both is in I believe this warrants better explanations (as a user, I am also confused), or a change so that you can either skip the package (no), or install it (yes) but no middle-ground. Also, let me know if you like the workflow suggested in my last comment! |
Skip means install without running powershell. It may be better just to move it back to the option you pass during install and not something we ask. So I think |
This might be best handled as |
Note 1: About your last comment, this would be part of #181. Note that I did that first, then looked up other console tools. Most of them just ask y/n or yes/no. The console will accept both Note 2: For the option to optionally "view" the script, yes it is in issue #182. So, what I understand (other than the two other PRs) is this:
So for this specific PR, we'll have:
I guess when #188 is done, we can remove that note. Sounds good? |
Merged into stable at ccd3c65 and will be released in 0.9.9.5. |
When asking to run a PowerShell install script, the prompt looks like this:
Do you want to run the script? NOTE: If you choose not to run the script, the installation will fail. Skip is an advanced option and most likely will never be wanted. 1) yes 2) no [Default - Press Enter] 3) skip
I suggest we do not show that NOTE, and instead ask for another confirmation when selecting skip (note that I'm using the #689 representation):
The message could probably also be improved a little bit.
For more details: https://groups.google.com/forum/#!topic/chocolatey/UVncL7PxXRg
(Moved from chocolatey-archive/chocolatey#691)
The text was updated successfully, but these errors were encountered: