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

Add user form to setup wizard


1 reply to this topic

Mihai Potcoava

Mihai Potcoava
  • Members
  • 1 posts

Posted 29 April 2002 - 15:57

I made a program in Visual C# and i made a setup for it. Windows installer is a component in Visual .Net; In custom actions I added a dll which show my forms but they are not in modal state. If someone had this problem, PLEASE HELP!!!

I tried to install Windows Installer as a stand-alone application but i can't start it beacouse of the .NET.

Irina

Irina
  • Members
  • 227 posts

Posted 01 May 2002 - 20:53

Hi,
It seems to me you can indicate during the design a dialog style. If you open .rc file in you project by the Notepad, you can see something like that:

STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION

You need to use DS_MODALFRAME for modal dialogs.

Best regards,
Irina Shirinsky
Software Engineer, Heroix Corporation
http://www.heroix.com