Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2003
    Posts
    1

    Star Only Progress screen !!

    Hi my name is Adam . I'm Polish . I have Setup Factory 6.0 . When I build my installation it's ok . But when I execute my setup than setup doesn't show screens before install ( Welcome screen ...... ) Only shows Setup progress . Please help !!:(

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    Each screen that is displayed during the install can be shown conditionally. For example, you can display certain screens based on what the user's system language is set to and what languages you support in your install. Potentially you can use any conditions you want.

    This is just a guess, but your screens are likely not being displayed due to the screen condition set on your screens.

    As a test, go to Design->Screens, go to your first screen's properties dialog and click the Settings tab. At the bottom you will see a field labeled "Screen Condition". You may see a default condition such as %SysLanguage% = 9 which means, only display this screen if English (language ID 9) is set as the language being used for the install. Try removing that text in the screen condition to see if this is the source of your problem.

Posting Permissions

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