-
Notifications
You must be signed in to change notification settings - Fork 102
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
Ability to uninstall devon-ide #69
Comments
Wrt to removal of the registry value: But the registry key used so far within the devon-cmd.reg makes it a bit harder:
I favorize to also change the setup of this explorer integration to be realized in its own key at user level:
but in that case it may still be necessary to write some "remove keys from older oasp / devon" versions. |
|
Running git-bash manually:
So the only explanation for the above bug I have is that the PATH was broken/wracked. |
@markusschuh I added devon specific values for the registry. |
For this
The 2nd line was copy & pasted from the script. The first line was typed manually visually copying from the script. Seems as there is some magic unicode character in the word |
It is not a different character. This is totally wired. I have seen really strange bugs and effects in my life but this one has definetly potential to entre my top 10. The two lines are exactly identical. Now that I copy them from this github issue in my shell both are working. Still when copying again from the script I get the error again. |
This is the most crazy piece of black magic:
|
OK, got it. Seems I was not so clueless as it really was a special unicode character immediately after the pipe symbol that looked like a regular whitespace but was not. |
All fixed except the last remaining issue:
|
Done |
The main
setup[.bat]
script delegates todevon ide setup
what "installs" the devon-ide.As
devon-ide
aims to be portable and minimal invasiv to your OS it only does little tweaks on your system. However, there are some:~/.devon
folder~/scripts/devon.bat
(on windows)~/scripts
to yourPATH
(on windows)system/windows/cmd/*.reg
)A good pice of software should always provide an automated way to "uninstall" itself if the user does not want to have it anymore. Also this might be a way to repair or upgrade an installation if the according central scripts or hooks may have changed.
The text was updated successfully, but these errors were encountered: