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

Re: 1.6.2 Installation Pukes on Windows XP SP3

From: eg <egoots_at_gmail.com>
Date: Tue, 19 May 2009 14:39:07 -0700

Bob Archer wrote:
>> I am trying to ugrade SVN from 1.5.X to 1.6.2 in Windows-XP-SP3. When I
>> run the setup program, it fails with the following ERROR message: It
>> pukes no matter how the .msi file is launched.
>>
>> Can't write: c:\Program Files\CollabNet Subversion Server\libsvn_delta-
>> 1.dll
>>
>> I have closed all window-apps. rtinent, and get the same error message.
>>
>> Any ideas what does this error message means and how to correct the
>> problem?
>
> Are you running as an admin? Can you try to install to other than program files? Did you uninstall the previous version first?
>
> Do you need the server install?
>

If you still can't figure it out after answering these questions, the
typical way to debug MSI installs is by turning on the logging feature
and wading through the output.

For example, the command below tries to install myinstall.msi and
outputs verbose logging to c:\myinstall.log:

msiexec /i myinstall.msi /l*v c:\myinstall.log

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2320163

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-19 23:41:42 CEST

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

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