Gene,
Can you explain a bit more about what you want to do? Do you want to set the version number of the code file when it's installed? Do you want to uniquely ID each install of the application? If it's either of these, I believe you'll need an external process to do it - ISE doesn't offer these options at least not that I'm aware of.
Hi,
Just want to have my CD installation program created from InstallShield to have a unique Serial no. or CD key which is required before the installation process, e.g. WinXP.
So, you're saying that you want each individual CD to have a different number? InstallShield cannot do that, because it doesn't actually burn the CD. It simply puts an image into a directory on your hard drive.
Thanks for the info.
****************************************************
Following lines were gathered from InstallShield Express that would like to clarify if it is possible to use rather than using a third party software.
From the number 4 menu - "Customize the Setup Appearance" > "Dialogs" > "Customer Information", then under the Customer Information Properties, there were
1. Banner Bitmap = default bitmap
2. Show Serial Number = No
3. Serial Number Template (Read Only) = empty
4. Serial Number Validation DLL (Read Only) = 0
5. Validate Function (Read Only) = 0
6. Success Return Value (Read Only) = 1
7. Retry Limit (Read Only) = 0
8. Show All Users Option = Yes
This refers to the user entering a serial number, and you (the programmer) providing some code to validate it. This is nothing to do with ISE itself generating the serial number.
Essentially, you tell ISE to accept a serial number from the user; you optionally provide a mask (the "template" for restricting the input types; and you provide a DLL which contains the validation code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.