cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
arshia555
Level 3

register serialnumber questions

Hello

I have a problem with register serialnumbers:

I created my custom serialnumber dialog, "now I want to register values that user enter as a serialnumber."

(For example I used for registery value in installshield to register the username.)

Please help me with this problem.

Thanks
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Assuming you have the serial number in an InstallScript variable, you can call RegDBSetKeyValueEx to write the value. You can also use "text substitution" to set up a value and then use that in the registry view the way you used .

(For some of the built-in dialogs, there's also IFX_PRODUCT_REGISTEREDSERIALNUM as described in the online help.)
0 Kudos