[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

TortoiseSVN not in context menu

From: Garratt <Christian.H.Mikkelsen_at_gmail.com>
Date: Wed, 5 Nov 2008 01:52:48 -0800 (PST)

Hello all

I created a simple install bat file which:

  1. Installs TortoiseSVN
  2. Setups registry entries (so my colleagues do not have to)

This worked fine on the first 6 pc's (which have had Tortoise
installed before). On the 7 seventh however the Tortoise context menu
entries are non existent after the install.

So i tried to uninstall Tortoise and reinstall manually, but the same
result, the context menu is missing.
However the TortoiseSVN folder in All Programs have been created and
you can access the settings from it, so it
have been installed.

Only thing I can think is that it might be related to the fact that my
Install.bat, adds registry entries right after the TortoiseSVN install
and right before the restart.

Anyone got any ideas?

My install.bat:

msiexec /i "T:\Install\SVN\Client Install\TortoiseSVN-1.5.2.13595-
win32-svn-1.5.1.msi" /passive /norestart

REG DELETE HKEY_CURRENT_USER\Software\TortoiseSVN /v CheckNewerWeek /f
REG DELETE HKEY_CURRENT_USER\Software\TortoiseSVN /v
ContextMenuEntries /f
....
REG ADD HKEY_CURRENT_USER\Software\TortoiseSVN /v CheckNewerWeek /t
REG_DWORD /d 00000023
REG ADD HKEY_CURRENT_USER\Software\TortoiseSVN /v ContextMenuEntries /
t REG_DWORD /d 24591

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-05 11:00:34 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.