[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Trouble with MSI install

Shilpa

3/16/2007 4:18:00 AM

Hi,

I have created an msi package that installas some .Net dlls. It was
working fine until my windows profile got corrupt and I had to create
a new one after renaming the old. the old profile still exists with a
different name.

Now, when I try to run this msi, it says "The specified service
already exists." and rolls back. There are no entries in the registry
for this msi.

I am all the more surprised, because this is the only msi thats
causing problem. The others seem to be working fine.

Please let me know how to overcome this problem. I am not able to runn
my applications because of this.

Regards,
Shilpa

1 Answer

Phil Wilson

3/17/2007 6:16:00 PM

0

The message implies that you're using Installer classes to install a
service - is that what you're doing?
--
Phil Wilson
[Microsoft MVP-Windows Installer]
"Shilpa" <shilpa.nagavara@unisys.com> wrote in message
news:1174018700.486018.35410@b75g2000hsg.googlegroups.com...
> Hi,
>
> I have created an msi package that installas some .Net dlls. It was
> working fine until my windows profile got corrupt and I had to create
> a new one after renaming the old. the old profile still exists with a
> different name.
>
> Now, when I try to run this msi, it says "The specified service
> already exists." and rolls back. There are no entries in the registry
> for this msi.
>
> I am all the more surprised, because this is the only msi thats
> causing problem. The others seem to be working fine.
>
> Please let me know how to overcome this problem. I am not able to runn
> my applications because of this.
>
> Regards,
> Shilpa
>