SerialNumber property !!!

  • Thread starter Thread starter Husam
  • Start date Start date
H

Husam

Hi EveryBody:

I made a setup project by using VB.net, I add a customer information
dialog to the user interface of the setup project.
I set ShowSerialNumber property to true, and I set the
SerialNumberTemplate property to
<##%%-%%%%-%#%%-####-%%##-#%##>
I face problem that when I entered all the digits 0 the setup will
accept the serial number.
Is there any way to avoid the algorthem that sum all % digits and
divid over 7 and if the reminder is 0 the setup accept the number but
if the reminder is more than 0 the setup will not accept the numbe?

any help will be appreciated

Al-ahmadi
 
Hi,

Not sure this can be done within the IDE. You can however add a script that
would validate the serial number with the Windows Installer SDK. I believe
you can get more help in the

microsoft.dotnet.public.framework.setup

newsgroup or some Microsoft MSI/Windows Installer newsgroup.
 
Back
Top