This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How and When [] and {} are resolved?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 21, 2010
05:06 AM
How and When [] and {} are resolved?
Hi,
Any anybody knows when in a property {String1} is resolved to the real value of the string "String1" and in a string [Property1] is resolved to the real value of property "Property1"
Thanks.
Any anybody knows when in a property {String1} is resolved to the real value of the string "String1" and in a string [Property1] is resolved to the real value of property "Property1"
Thanks.
(1) Reply
Jan 21, 2010
11:22 AM
String table entries displayed in our IDE like {ID_STRING1} NewFeature1 is resolved at build time for the MSI Database (the database differences are relegated to transforms in multi-lingual setups), and at run-time for InstallScript variable use. Property references like [PROPERTY1] are generally resolved as close to when they are used as possible, always sometime during the installation process itself.