Found a solution. Deleted my own registry entries and reinstalled did
the trick.
So now I know better, do not modify the registry until the application
has run the first time :-S.
On Nov 5, 10:52 am, Garratt <Christian.H.Mikkel..._at_gmail.com> wrote:
> 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-unsubscr..._at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
---------------------------------------------------------------------
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 14:33:29 CET