Hightower
Posts: 9
Joined: Tue Aug 23, 2016 1:42 pm

Skip Serial Number dialog

Hi,

I have AI version Professional.
I have to skip showing UserRegistrationDialog when inserting PIDKEY from command line.

Is this possible?
Thanks
Jakub Cermoch
Hightower
Posts: 9
Joined: Tue Aug 23, 2016 1:42 pm

Re: Skip Serial Number dialog

Or if I can set User and Organisation from command line too. I am fine with that...
Thank you
Hightower
Posts: 9
Joined: Tue Aug 23, 2016 1:42 pm

Re: Skip Serial Number dialog

Startup parameters:

-USERNAME
-COMPANYNAME

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

Re: Skip Serial Number dialog

Dear Jakub,

Indeed, those are the properties associated with the controls from the UserRegistrationDlg.

To condition when the UserRegistrationDlg is shown, go to Licensing page -> Package Serial Validation section -> Condition section on the bottom.

For example by setting:

Code: Select all

NOT PIDKEY
... the dialog will not be shown if PIDKEY is set to any value (even an invalid one!).

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Hightower
Posts: 9
Joined: Tue Aug 23, 2016 1:42 pm

Re: Skip Serial Number dialog

Is this allow on higher version than Professional? On the Package Serial Validation I dont have conditions.

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

Re: Skip Serial Number dialog

Hello,

Yes, it seems the condition for serial validation and another "Show only if" option for dialogs that could help in a similar way, are only available starting with Enterprise.

Generally, advanced dialog customizations can be done using the Dialog Editor that comes with Enterprise

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

Return to “Common Problems”