Главная страница | назад





Article #27349: I installed my application with InstallShield and there are files missing.

Untitled Question:
When I deploy my application with Installshield and try to run it, I get an error "Can't find VCL50.bpl. What's going on?

Answer:
You have built your application using runtime packages. If these packages are not installed on the target machine, it will return an error like the above. You need to either install these packages or change your Project|Options|Packages settings to build your executable without these packages.

Last Modified: 05-FEB-02