History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-28451
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Stopbuild Stopbuild
Assignee: Dmitry Shaporenkov
Reporter: Dan Händevik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Installation of R# gives a error 1721 action SetupDevenvInstall

Created: 05 Sep 06 10:03   Updated: 24 Nov 06 15:01
Component/s: Installation
Fix Version/s: None
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File ReS369.tmp.txt (1.35 Mb)

Image Attachments:

1. screenshot-1.jpg
(52 kb)

Build: 259


 Description  « Hide
When I try to install R# build 259 I get an error 1721 that tells me

JetBrains ReSharper for Visual Studio 2005 – Error 1721.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: SetupDevenvInstall, location: C:\WINDOWS\, command: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
devenv.exe /setup

I have tried both the 2003 and 2005 installation packages, both gives the same error. Even tried an earlier version (build 257) but it also gave me the same problem (that version has been installed on my system before) (was uninstalled by the installation package)



 All   Comments   Work Log   Change History      Sort Order:
Dan Händevik - 18 Sep 06 12:52
Cannot install at all.

Dan Händevik - 18 Sep 06 12:59
This screenshot displays the error message that pops up when installation is almost complete...
After I click ok the whole installation is rolled back.

Dan Händevik - 17 Oct 06 16:23
If I changed the registry value
HKLM\Software\Microsoft\VisualStudio\8.0\InstallDir
to not include whitespaces (in my example)
before
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
after
C:\Progra~1\MID05A~1\Common7\IDE
The installation passed successfully (for vs 8)??? Did you forget to quote the path or what???

Dan Händevik - 17 Oct 06 16:32
The same trick worked for the installation of the 2003 version...
Tested before editing the registry value, then it failed as above.
After editing the registry value to the 2003 equivalent (short name, 8dot3), the installation passed.
Tried to quote the path instead of using 8dot3 notations but that didn't work....