Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to get values from custom dialog & add to reg


2 replies to this topic

Jigneshdivecha

Jigneshdivecha
  • Members
  • 1 posts

Posted 29 September 2005 - 02:19

Hi,

I created a dialog, added a few Labels & Textboxes (edit).
I want to send the user defined values to the registry. I did assign the property to the appropriate String Value, but it gives me a blank value when the application is installed. unsure.gif unsure.gif

Edited by Jigneshdivecha, 29 September 2005 - 02:20.


DenMori

DenMori
  • Full Members
  • 38 posts

Posted 30 September 2005 - 19:11

In the Registry View, when you set up your key and assign it a value, be sure that value that you assign is in the form [PROPERTYNAME]. Otherwise you'll get blanks.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 October 2005 - 12:36

Also make sure the property name is in aller upper case letters.