Re: Cygwin not present on control panel

2023-05-10 Thread Anderson via Cygwin
Thanks for the fast answer. That´s my install script SET SITE=https://linorg.usp.br/cygwin SET ROOTDIR=C:/cygwin SET INSTALL_FOLDER=%cd% SET LOCALDIR=%INSTALL_FOLDER% if exist C:\cygwin ( continue ) else ( if exist C:\cygwin64 ( SET CYGWIN_ROOTDIR=C:\cygwin64 ) else ( echo "CYGWIN nao esta

Re: Cygwin not present on control panel

2023-05-10 Thread rappard--- via Cygwin
Hi, > I create a script to install cygwin by command line. It works fine. Can you post your script here? > However, when i try to uninstall the Cygwin, é see that cygwin was not > present on Windows control panel softwares and programs. I used the normal setup-x86_64.exe procedure, and it's no

Cygwin not present on control panel

2023-05-10 Thread Anderson via Cygwin
Hi I create a script to install cygwin by command line. It works fine. However, when i try to uninstall the Cygwin, é see that cygwin was not present on Windows control panel softwares and programs. My questions are: 1)How i uninstall cygwin on this case? 2)What i must have to add on my scrip