Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

LaunchApplication


1 reply to this topic

ArunV

ArunV
  • Members
  • 1 posts

Posted 02 August 2005 - 06:57

Dear All,

We are trying to trigger an executable after the completion of installation. The executable needs 2 DLLs for its operations. Say EXE is in "C:\Program Files\apps\exe" and DLLs in "C:\Program Files\apps\bin". In this case the EXE is not called. But if the DLLs are copied to "C:\Program Files\apps\exe", the exe is getting called successfully.

We have tried setting both the paths in the environment variable PATH. still it is not working

Please help us to solve this problem

regards,
Arun V

farrukh

farrukh
  • Full Members
  • 11 posts

Posted 03 August 2005 - 08:59

Well, that depends upon Dlls. If these are not static dlls, then, these should be registered before calling the exe. Try "Com Extract at build" for those Dlls, so that these would be registered on the target machine.

If these are static dlls, then these should be deployed in the same folder as of exe.

Hope this helps rolleyes.gif

Regards
Farrukh