PDA

View Full Version : Default User and Serial No



Steve Stockstill
12-26-2005, 08:04 AM
I would like to default the vlues on the User Info dialog. I've tried a variety of implemetations to no avail. Is there a trick to this? My paradigm is a bit different than the default so the checkbox that you offer does not work in this case.

Thanks..... Steve

linder
12-27-2005, 12:05 AM
Steve,

The following example set the serial number to 1234567890

Set Variable %_SB_USERSERIAL% to 1234567890

[ User Interface ]
! Wizard dialog definition(s)
Define Wizard Dialog "#1" (Welcome)
Define Wizard Dialog "#2" (User Info)
Define Wizard Dialog "#3" (Select Install Folder)
Define Wizard Dialog "#4" (Ready to Install)

! The Wizard Loop displays the dialog screens that the user sees in the installation
Loop Wizard
Wizard Auto Break
End

Does this help?

Steve Stockstill
01-07-2006, 07:54 PM
Sorry for the delay getting back but I have been swamped with the holidays and all. I cannot get this to work for the life of me. I have tried it exactly in the same place to no avail. Are there options on the "User Info" dialog that could be effecting it? thanks

linder
01-08-2006, 05:27 AM
Steve,

If you are interested, please send your script to support (at) lindersoft (dot) com and we'll check it.

Thanks,

linder
01-09-2006, 12:25 AM
Steve,

Please mark the "Load User Info" checkbox (Advanced Tab). You then overwrite this default info with your own user data.

Does this help?