Cprint
Posts: 9
Joined: Wed Jun 20, 2007 2:16 pm

serial validation

I would like to use the serial validation tool for our software release. We plan on using the user-defined validation option. For this option, we would like to add the name and organization as parameters in our function call. Is there a known way of doing this?
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

This can be done by using the properties of the "User Name" and "Organization" edit controls. These properties are USERNAME and COMPANYNAME and you can access them by using the MsiGetProperty function.

You can read more about this here:
http://msdn2.microsoft.com/en-us/library/aa370134.aspx

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Cprint
Posts: 9
Joined: Wed Jun 20, 2007 2:16 pm

additional properties

We need the property of the name(installation name) in the title bar. Is there an easy way to get this?
Cprint
Posts: 9
Joined: Wed Jun 20, 2007 2:16 pm

The property labeled "ProductName" works.

Return to “Feature Requests”