FrodoH
Posts: 14
Joined: Thu Jul 21, 2011 9:39 am

User Registration Dialog

Thu Jul 21, 2011 9:45 am

Is there a way to post the user registration dialog with name, company and serial number without enforcing serial number? The only way I can think is to write a DLL that allows any serial number but is there a way to disable serial number checking?

I need to write the name, company and serial to specific registry string variables. How do I retrieve properties set on the user registration dialog?

mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: User Registration Dialog

Thu Jul 21, 2011 11:05 am

Hello and welcome to Advanced Installer forums,

As you are not planning of use any of the Serial Validation predefined functionality I recommend you create your own dialog:
http://www.advancedinstaller.com/user-g ... ditor.html
and use the controls' attached public properties in formatted references in the Registry page:
http://www.advancedinstaller.com/user-g ... istry.html

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”