Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2005
    Posts
    17

    Using the sdk (or other means) to make new screens

    In short:

    Is it possible to create plugins that implement new screen types? If yes, how?

    Thanks,
    Torben

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    The only way to do this would be to make the screen in a DLL and call it from the installation process. You could make it part of an action plugin. But in the end you will have to do all of the GUI/Dialog coding yourself.

    You could also make an executable that shows the screen and then run the executable during the screen sequence. You could have the executable store its results in the Registry.

  3. #3
    Join Date
    Jun 2005
    Posts
    17
    But I cannot make a screen that is showed in the next/previous sequence of the other screens, right? It will be a popup, is that right? Or could I possibly get the window handle of the current screen, pass it to the DLL and from the DLL put my own controls on it?

  4. #4
    Join Date
    Oct 2003
    Location
    Richmond, VA
    Posts
    143
    Heh, sounds like it's time to add a 'screen designer' to the suggestion list. I would love that!

  5. #5
    Join Date
    Jan 2000
    Posts
    2,002
    Quote Originally Posted by TorbenKoch
    But I cannot make a screen that is showed in the next/previous sequence of the other screens, right? It will be a popup, is that right? Or could I possibly get the window handle of the current screen, pass it to the DLL and from the DLL put my own controls on it?
    Well, what you could do is show it on the On Next event of the screen it should come after. You may be able to hide the current screen (I haven't tried it) using Window.Hide combined with Application.GetWndHandle. Application.GetWndHandle should return the handle of the current screen IIRC.

Similar Threads

  1. Free Plugin Development Kit (SDK)
    By Colin in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 09-22-2003, 02:32 PM
  2. HOWTO: Make an Install that Spans Multiple CD-ROMs
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-11-2002, 03:36 PM
  3. HOWTO: Remove Unwanted Screens from a Setup
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-11-2002, 01:32 PM
  4. HOWTO: Make an AutoPlay Application Expire
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-09-2002, 10:10 AM
  5. HOWTO: Make a Program Run Every Time the System Starts
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-01-2002, 09:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts