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

Save property states?


1 reply to this topic

spdygnlz

spdygnlz
  • Full Members
  • 106 posts

Posted 06 December 2006 - 00:02

Is there any way to save property states between installation modes? For example, On a first installation I am creating a user account based on input from the user. At uninstallation, I want to delete that account. Is there some way I can store the property that has that the username, or is the best way to create a custom registry key to save it?

-- spdygnlz --

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 December 2006 - 11:25

Registry is common practice, a file would also be possible. There's no built in functionality to persist property values.