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

Problem with dll


1 reply to this topic

Sacato

Sacato
  • Members
  • 4 posts

Posted 01 August 2003 - 15:02

Hi again,

I'm trying to creat a dll and use it as a custom action. It shows a Yes-No message to continue with the installation or stop it. It works well, but now, I want to show a Form instead of the message and when execute the dll it generates an error (Access Violation), when I made the Form->Show(). The form is declarated in a cpp file and don't have any function or component.

I have to made something to use forms with dll's?

Thanks.

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 04 August 2003 - 07:31

Do you have to show the form from a DLL? I would be a lot easier to use the built in user interface for Windows Installer.