up vote 0 down vote favorite
share [g+] share [fb]

I have an ASP.NET based page which uploads an MSI file and installs it on the server machine.

I am able to upload the MSI file and install it successfully. The MSI installs a Windows service and this service appears in the services manager. But this installation does NOT appear in the Add/Remove Programs. I did try impersonation but had the same result. If this msi was executed in the command line or by double clicking on it, then it appears in the Add/Remove Programs.

I am running on IIS 7 and using a MSI developed using VS.NET 2008

Thanks in advance, V

link|improve this question
feedback

1 Answer

I think you are probably not installing for all users, and your IIS process is running under another user account...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown