Changes

TortoiseSVN

48 bytes added, 23:12, 1 August 2009
no edit summary
* The exit code 3010 command avoid a reboot after installation. Without it installation is not finished for WPKG, and TortoiseSVN will be reinstalled again and again.
== Windows 2000 Install ==
Recent versions of TortoiseSVN will not install on Windows 2000 unless the file gdiplus.dll exists in your system32 directory. Gdiplus can be downloaded from Microsoft. For Win2k add the following as the first install item.
<source lang="XML">
</source>
== Windows 2000 Uninstall =='''NOTE: WPKG as of version 1.2.1 no longer installs mfc90.dll. Uninstall does not affect WPKG client.'''
TortoiseSVN uninstall removes the file mfc90.dll from the Windows System directory. This will break your WPKG Client installation. This has been observed with WPKG Client version 1.3.6 on Windows 2000, but does not appear to affect XP installations.
Here is one possible workaround:
Firstly, modify the wpkg client Checks, adding a check for mfc90.dllOR Windows XP.
<source lang="XML">
<check type="logical" condition="and">
117
edits