PDA

View Full Version : I can't create Serials Numbers


adriancas
12-12-2003, 07:56 PM
Somebody can help me. How I can create Serials Numbers with Setup Factory 6.0.1.3. I can create a list (Serials) and add "verify serials numbers" Screen, but when I build the project, at the end the setup file not display the screen.

Darryl
12-16-2003, 11:36 AM
One possible reason for the screen not being displayed is the screen condition you have on your Verify Serial Number screen. Go to the screen's properties dialog, click the Settings tab and look in the "Screen Condition" field. That screen condition must resolve to TRUE for that screen to display. For example, by default, there is a language condition such as %SysLanguage% = 9. In this case, the screen will only display if the language being used in the install is English. If you always want that screen to display no matter what, you can remove the screen condition.

Hope that helps.

adriancas
12-17-2003, 11:05 AM
Thank you for Help me.Have a nice Day.