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

properties in registry


1 reply to this topic

DeusApprime

DeusApprime
  • Members
  • 73 posts

Posted 25 November 2001 - 17:12

There is a weird behavior regarding putting property values in the registry... I've done a small test:
I created two props in the "Property Manager" view:
prop1 and PROP2 (lowercase=private; uppercase=public). Each was assigned a default value of "x".
I've set two registry values, each with one of the properties.
I've created a dialog box to allow the user to change the default value to something else. Let's say I changed both properties to "b". I've also checked using the debugger, that the propery values DID change after the dialog...
After installation, the first reg value was "x", and the second one was "b". As if something happened at the Execution sequence, that gave 'prop1' its default value again, while PROP2 correctly held the user's choice in the dialog.
Can anyone explain this behavior?


DeusApprime

DeusApprime
  • Members
  • 73 posts

Posted 25 November 2001 - 17:27

Nevermind. FYI, read Q103304 in InstallShield's Kbase.