Home > Archive > dBASE Deployment > July 2005 > Serial no generation









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Serial no generation
Al

2005-07-03, 8:23 pm

Does anybody n+know where to find informaion how to generate and include serial numbers in inno setup anmd dbase code?
Thanks for helping.
Al
Jonny Kwekkeboom

2005-07-04, 3:23 am

Hi,

for including a Serial this must be added to your scripting

[Setup]
UserInfoPage=True
UsePreviousUserInfo=
True
--
UserInfoPage=True << must be true for see the input on this page for a
serial key !

[Code]

;needed function for check the user entry with it
; Serial key here now: >> My-Serial-Key-Here <<
function CheckSerial(Serial: String): Boolean;
begin
Result:=(Serial='My-Serial-Key-Here');
end;


cu
Jonny


Jonny Kwekkeboom

2005-07-04, 3:23 am

[Code]

;needed function for check the user entry with it
; Serial key here now: >> My-Serial-Key-Here <<
--
Must be
[Code]

// needed function for check the user entry with it
// Serial key here now: >> My-Serial-Key-Here <<

remark lines inside a code section ;)

cu
Jonny


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com