saigkill
Posts: 6
Joined: Thu Jan 13, 2022 8:12 am

Store information from dialog in registry

Fri Jan 21, 2022 8:33 am

Hello Forum,

let me say, i have the UserRegistrationDlg and the user fills the fields. Is there any way to get that information and store them in the registry?

Greetings Sascha

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: Store information from dialog in registry

Fri Jan 21, 2022 8:59 am

Hi Sascha,

In order to achieve this, you just need the property name of the EditBox, for example:
Editbox.png
Editbox.png (142.43KiB)Viewed 2967 times

After that just go to the "Registry" page and create a "New Value" and in "Data" field add your desired property:
Registry.png
Registry.png (49.04KiB)Viewed 2967 times

Hope this helps! If you have any other questions, please don’t hesitate to contact us.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

saigkill
Posts: 6
Joined: Thu Jan 13, 2022 8:12 am

Re: Store information from dialog in registry

Sun Jan 23, 2022 9:47 am

Hi Liviu,

looks easy. Is it possible, that that feature isn't avaliable in the trial version?

Greetings
Sascha

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: Store information from dialog in registry

Tue Jan 25, 2022 10:01 am

Hi Sascha,

During the trial you have all features fully enabled.

Most likely you have the Professional project type. You can capture the user input using our Dialog Editor feature which is available starting with the Enterprise edition.

You can find the Enterprise available features here: Top Enterprise Features

You can change the project type by clicking on the "Options" button from the toolbar menu:
project type.png
project type.png (113.73KiB)Viewed 2941 times

Please let me know if you have any other questions.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

saigkill
Posts: 6
Joined: Thu Jan 13, 2022 8:12 am

Re: Store information from dialog in registry

Tue Jan 25, 2022 6:59 pm

Cool. Thanks for that hint :-)

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: Store information from dialog in registry

Wed Jan 26, 2022 9:09 am

You're welcome, Sascha!

If you have any other questions, please don’t hesitate to contact us.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”