Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
No Fix versions
State
Can't Reproduce
Assignee
Dmitry Shaporenkov
Subsystem
Installation
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Dan Händevik
    5 years ago (05 Sep 2006 11:03)
  • Updated by   Dan Händevik
    5 years ago (24 Nov 2006 16:01)
  • Jira: RSRP-28451
    (history, comments)
 
RSRP-28451 Installation of R# gives a error 1721 action SetupDevenvInstall
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
2 Attachments
ReS369.tmp.txt   (1 MB) screenshot-1.jpg   (51 KB)
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)

Issue was closed
Comments (4)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Dan Händevik
  Dan Händevik
18 Sep 2006 13:52
5 years ago
Cannot install at all.
Dan Händevik
  Dan Händevik
18 Sep 2006 13:59
5 years ago
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
  Dan Händevik
17 Oct 2006 17:23
5 years ago
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
  Dan Händevik
17 Oct 2006 17:32
5 years ago
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....