sujai.mca
Posts: 18
Joined: Mon Aug 18, 2014 6:55 am

Getting inptu from user...

thanks a lot...
I have another question. :?:
During the installation process after the welcome wizard, i have added a new dialogue which consists of user name field and emailID, the user will enter the input and when they click the next button a mail will be sent to the respective mail id, which consists the product key. In the next dialogue the user will me prompted that he has sent a product key through mail and he should enter it in the next dialogue...
I designed the dialogues, but i dono how to get the user input and handle them. do i need to write any code for these actions? :? :? :?
Can u please help me out...
Bogdan
Posts: 2794
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Getting inptu from user...

Yes, you need to write code.

Each input is associated with a public property, which you can see in the right side Properties pane.
You need to read the value of that property to get the user input.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
sujai.mca
Posts: 18
Joined: Mon Aug 18, 2014 6:55 am

Re: Getting inptu from user...

thanks,
i have c# code that can sent mail. where do i need to write that code? in the help file its stated that i need to write in a WiX file, if i write there then how can i assign it to a button click event in the dialogue box?

-Sujai
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Getting inptu from user...

Hello,

You can see my response on the "to run a windows power shell script" thread.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Feature Requests”