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
- :
- Want to access database and assign to a property
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 04, 2010
04:18 AM
Want to access database and assign to a property
How can I get a value from a database and assign to a property to be users later on duing installation.
Please help..
Please help..
(1) Reply
Feb 19, 2010
05:20 AM
Try using MsiGetProperty to fetch data from the MSI data and assign it using MsiSetProperty
Hope this might help you.
Hope this might help you.