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

Persistent Public Property?


2 replies to this topic

cmahood

cmahood
  • Members
  • 28 posts

Posted 16 September 2004 - 22:10

Based upon a selection made by a user during installation, a public property is set. Is there any way for this value to persist so that it is available during uninstall?

Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 17 September 2004 - 13:27

You could write the property value to registry, and use System Serach (AppSearch & RegLocator) to read the value and store it in the property.

cmahood

cmahood
  • Members
  • 28 posts

Posted 17 September 2004 - 14:29

Thanks.