Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello!

I have added Textboxes (A) dialog in the setup project of Visual Studio 2008.
The dialog has edit text boxes.
How to save these text lines as registry values in the installation process of msi file?

Thank you.
Posted

hi Try to use "Advanced Installer" to make installer,in that u have option for user enter value when installation time that value can update or create new registery.
 
Share this answer
 
www.faqshop.com/scripting/default.htm?http://www.faqshop.com/scripting/msi/obt%20targetdir%20cust%20action.htm

Yes.
1. Create custom action dll with code like link with functions SaveMessage
2. Create custom action with the following properties:
CustomActionData [EDITPHONE]
EntryPoint SaveMessage
SourcePath (read only to your dll)
Where EDITPHONE is property name of edit box from our dialog.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900