문제

I'm using installshield LE to make an installer. Here's what I included in the Application Files enter image description here

But after installing the program and running it, when I clicked the Nitrogen or Disease button I got this error: enter image description here

By the way, every time I click Nitrogen or Disease button, I'm calling for the DLL files that I generated using MATLAB.

도움이 되었습니까?

해결책

Your application is trying to load an assembly and either that assembly or one of it's dependencies is missing. InstallShield has failed to automagically author your installer for you. Personally I believe in dependency analysis and explicit installation authoring so I wouldn't try to use the big easy button feature myself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top