ISEXP : warning : -6248: Could not find dependent

2019-04-28 02:39发布

There are many variations of this question, but my question is specific to libc.dll. I am not concerned on resolving the dependency. I want a work around to avoid that warning.

I have 30 projects in my Forms Application. When I publish the setup using InstallshieldLE I am getting ISEXP : warning : -6248: Could not find dependent file libc.dll, or one of its dependencies of component Sample.CommonModules.ChangeUnit_.Primary_output

warning for each primary output.

Due to this warning the publish is taking longer and killing my time. Is there a way I can bypass this warning in InstallshieldLE?

I just want get rid of that warning. I don't mind creating a mock libc.dll file and placing it some where to let the InstallShieldLE assume that it has that file.

2条回答
2楼-- · 2019-04-28 03:20

Select the Files view -> Right-click project Primary Output -> Select Dependencies from scan at Build -> uncheck libc.dll.

Dependencies dialog showing libc.dll

查看更多
我想做一个坏孩纸
3楼-- · 2019-04-28 03:26

For me, I went to InstallShield | Setup | Specify Application Data | Files

Within Files | Destination computer's folders | Highlighted the installation folder.

Then in the Destination computer's files right click on the primary output. (In your instance it would be ChangeUnit_.Primary output ) and select 'Dependencies of scan at build' and uncheck 'libc.dll'. - click on OK.

All is well (for me anyway)

查看更多
登录 后发表回答