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
- :
- Re: Perl + missing tables in MSI file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 12, 2009
04:53 PM
Perl + missing tables in MSI file
I have such problem.
When i parse ISMfile with this query "select * from _Tables" I got all tables (like BBControl, Billboard ...). But for MSIfile with the same query table like BBControl, Billboard are missing and i don't know why???? After adding some data f.e. in BBControl table (in MSI file) and after run query "select * from _Tables" table BBControl is in list table. How can i get all tables form MSI file???
Thx.
Sorry for ma english
When i parse ISMfile with this query "select * from _Tables" I got all tables (like BBControl, Billboard ...). But for MSIfile with the same query table like BBControl, Billboard are missing and i don't know why???? After adding some data f.e. in BBControl table (in MSI file) and after run query "select * from _Tables" table BBControl is in list table. How can i get all tables form MSI file???
Thx.
Sorry for ma english
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 13, 2009
01:15 PM
I believe InstallShield removes some tables from the MSI database at build time if they're empty in the ISM project file. Please see [post=361243]this post[/post] for information that controls which tables to remove, and search these forums for "missing tables" for additional comments.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 15, 2009
02:07 AM
Thx. for reply 🙂