thanks.

The fix is in msysgit.git on devel.

        Steffen

On Jan 15, 2008, at 10:55 AM, Schuberth, Sebastian wrote:

during de-installation of Git 1.5.4 RC2 an error box pops
up with the
message

Line 525: Unable to delete file "path\to\Git\setup.ini".

where path\to\Git points to the directory Git was installed.  After
clicking OK the procedure continues and finishes successfully.

I can reproduce this bug.

Sebastian, any idea?

The setup.ini file is created in the installation directory only if the
user chose the 2nd ("Run Git from the Windows Command Prompt") or 3rd
("Run Git and included Unix tools from the Windows Command Prompt")
installation option, and HOME isn't set under Windows and thus needs to
be set for the Windows Command Prompt. So the setup.ini file does not
always exist at uninstall time. I recently reworked all error checks in
the installer and obviously have been to strict on this: It is okay if
deleting setup.ini fails because it does not exits.

I've fixed this an pushed Steffen the changes. Thanks for the report.

--
Sebastian

Reply via email to