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.
Professional Software Development Tools
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.
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.
Thank you for Help me.Have a nice Day.