PDA

View Full Version : Only Progress screen !!


Pigmej
12-28-2003, 08:00 AM
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 !!:(

Darryl
01-05-2004, 02:41 PM
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.