InstallUtilLib.dll: unknown error...

  • Thread starter Thread starter Rob R. Ainscough
  • Start date Start date
R

Rob R. Ainscough

I'm getting this error during the install of my windows service. I don't
get the error on my development machine, only on the client machine. On my
dev machine I just right click the Setup project and select Install and
everything installs with no errors.

I'm using VS 2005 with a Windows Service project that includes a Setup
project (Windows Installer). Any suggestions how to resolve this error?

Rob.
 
Update to anyone running into the problem - resolution:

Uninstalled .NET framework 2.0 on the client PC (my installer will install
..NET 2.0 if not found) then ran my app Installer again, problem was
resolved.

I have yet to discover why I had to do this -- my only hints are that I
installed .NET 1.1 after I installed .NET 2.0.

Rob.
 
Back
Top