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

Basic MSI Project - Custom Dialog


1 reply to this topic

Ponnuchamy

Ponnuchamy
  • Full Members
  • 1 posts

Posted 25 September 2007 - 03:06

Hello,

I am using installshield 2008, I need to get the option from the user by using radio button, based on the selection I have to add registry entry to process the value later on time, I would like to use Basic MSI project and please let me know how to process the value (adding registry entry) which i get from there ?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 28 September 2007 - 16:15

Put that registry entry in a separate component. POut that component in a separate feature (can be set to be invisible). On the "Next" button of the dialog, add control events AddLocal and Remove for the feature, with mutually exclusive conditions based on the radio button property value.