Problem with custom installer class
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i have a custom installer class for a setup of my project. The library has been added with custom actions and is doing his work. so far so good. But my library (using hasp_net_windows.dll) needs second library (msvcr71.dll not a dotnet lib) (Hasp key) and my setup doesn't find the msvcr71.dll library (also not marked as a dependency). So during setup the code of the second library is not executed, because he did not found the file. Does anyone has an idea in which path or dir it searches for the msvcr71.dll ? it surely is not the dir where the setup is and also not the installation path (c:\program files) thx Kurt