Error During Installation
I'm still trying to understand an installation error two of about 17 testers are seeing during installation. Both testers were apparently running setup from their power user account, running setup as the administrator on Windows 2000.

>>>>>
Microsoft Visual C++ Runtime Library

Runtime Error!

Program: C:\Program Files\Cygnus\Cygnus.exe

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

[OK]
<<<<<

Cygnus.exe is my application and it is written in Visual C++. It's not clear to me if that's the program that is failing. I don't user abort() to handle errors and I don't understand why my application would be running during the installation. My application does not need to be registered. Is it being registered anyway?

I've got a pretty standard script (attached) created by the HM NIS Editor and Wizards. My setup includes several DLLs renamed with extensions such as CYX and CYT. None of the DLLs require registration either.

Thanks for any tips!