PublishComponent table?
Posted: Tue Sep 12, 2006 10:23 am
by rickr
As current Wise customers, we make use of the PublishComponent table to locate our language packs and other resources. How can I created qualified components with InstallAware?
Thanks!
Posted: Tue Sep 12, 2006 9:38 pm
by MichaelNesmith
With InstallAware, I would use the Is MSI Setup Installed, Read Registry, and other similar system information commands to obtain this information. InstallAware handles component processing all internally through its MSIcode compiler, and you do not have individual access to tables - MSIcode provides a simpler and more direct approach to getting what you need done faster.