Groups | Blog | Home
all groups > visual studio .net setup > may 2007 >

visual studio .net setup : Windows msi installer for starts re-installing for every user prof



bijay
5/25/2007 7:50:01 AM
We migrated our Window app from .net 1.1 to 2.0
* When we uninstall 1.1 and re-install 2.0 application, the application
re-install for every profile.
* This didn't happen with .NET 1.1 app.
* We are setting the SetUp properties 'InstallAllUsers' to true with 2.0

Event Viewer shows the following 2 error message for msi:

Detection of product '{Guid1}', feature 'DefaultFeature',
component '{Guid2}' failed.
The resource 'HKEY_CURRENT_USER\Software\Manufacture\{Guid2}\DesktopFolder'
does not exist.

Detection of product '{Guid1}', feature 'DefaultFeature' failed during
request for component '{Guid3}'
bijay
5/25/2007 9:11:00 AM
I think the registry keys are entered under Current_User instead of
Local_MAchine.
How do we force the ley to go under Local_Machine ?

I have InstallAllUsers true and select 'Everyone' from radio button.

Is there any bug with VS 2005 setup ?


[quoted text, click to view]
AddThis Social Bookmark Button