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

Re: Installation problem

From: rumok <rumok_at_bizerba.com>
Date: 2006-05-04 10:37:06 CEST

Stefan Küng <tortoisesvn@...> writes:

>
> rumok@... wrote:
> > Hello together
> >
> > Following Problem
> >
> > I use SVN ver.1.3.2 build 5840
> > This works great and without Problems.
> > I tried to install TortoiseSVN-1.3.3.6219-svn-1.3.1.msi over the old
> > one.
> > But this doesn't work.
> > The Instaler uninstals the old version and then tries to unpack the
> > files
> > Of the new Version then the installer tells it can not install. Nothing
> > else !!
> > Nothing is in the Program folder.
> > No message, nothing else.
> > The same behavior with TortoiseSVN-1.4.0.6367-dev-win32-svn-1.3.1.msi
>
> Open a DOS box (windows command shell), then type
> msiexec /l* c:\tsvninstall.log TortoiseSVN-1.3.3.6219-svn-1.3.1.msi
> After that, you have a file 'tsvninstall.log' in your C:\ drive which
> contains a detailed log about what the installer did, and of course
> where it failed.
>
> Stefan
>
Hello Stephan

The Problem seems to be the cleanup of the Registry

Here is a snippet of the intresting part of the logfile whith
the linenumber in front
Look at line 165

This works : (log install TortoiseSVN-1.3.2.5840-svn-1.3.0.msi)
00000161 Action start 09:51:08: RemoveExistingProducts.
00000162 Action ended 09:51:08: RemoveExistingProducts. Return value 1.
00000163 Action 09:51:08: CleanupRegistry.
00000164 Action start 09:51:08: CleanupRegistry.
00000165 Action ended 09:51:08: CleanupRegistry. Return value 1.
00000166 Action 09:51:08: InstallInitialize.
00000167 Action start 09:51:08: InstallInitialize.
00000168 Action ended 09:51:13: InstallInitialize. Return value 1.
00000169 Action 09:51:13: SxsInstallCA.

This works NOT: (log install TortoiseSVN-1.3.3.6219-svn-1.3.1.msi)
00000161 Action start 10:11:16: RemoveExistingProducts.
00000162 Action ended 10:11:16: RemoveExistingProducts. Return value 1.
00000163 Action 10:11:16: CleanupRegistry.
00000164 Action start 10:11:16: CleanupRegistry.
00000165 Action ended 10:11:16: CleanupRegistry. Return value 3.
00000166 Action ended 10:11:16: INSTALL. Return value 3.
00000167 Property(S): Manufacturer = TortoiseSVN

Because of Return value 3 in Line 165

Can you imagine what happens ?

Best regards Klaus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu May 4 11:50:12 2006

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.