Alex Mendes da Costa wrote:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/error_table.asp
>
> Some of these strings are used to populate the uninstallation dialog box.
>
> My wix-derived MSIs do not have this table.  As a result, my uninstall
> dialog is extremely barren.  Is there some simple way to populate the
> table with default values?  Or do I have to set them all up manually?
>   

As the doc notes, if you don't supply this data, MSI supplies it from 
its own resources. You need to supply it only if you want to provide 
strings for languages your users might not have on their system.

It's possible, as I mentioned previously, that the fallback behavior 
might not work for language-neutral packages because of a bug. For 
example, see http://blogs.msdn.com/heaths/archive/2006/06/29/651011.aspx.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to