I'm suprised that you would have to force the existence of the ListBox table in 
the first place.  ISHNMET drops most tables from the resultant MSI when they 
contain no table data, but it leaves some tables like ListBox because they 
could be needed at install time.  After all,  everyone has a UI sequence 
complete with FilesInUse and MsiRMFilesInUse dialogs to support core Windows 
Installer stories, right?   Just how bloated and horrible does an empty ListBox 
table and corrosponding _Validation data make an MSI database that it needs to 
be automatically supressed unless needed?
   
  

Alexei <[EMAIL PROTECTED]> wrote:
  

K-ballo wrote:
> 
> Make sure that the Table that you are adding values to, exists at the 
> msi database. If I'm not wrong that table is ListBox, so you could try 
> adding to your project and see if that works.
> 
> K-ballo.-
> 

Thanks for the reply.
I'm fairly sure the table is there and is empty prior to install. It shows
up in Orca and that line worked fine however it bombed out of candle when I
changed it to:


Presumably that is what is supposed to happen.
While on the subject of CAs - is anyone aware of somewhere that has
documentation for wcautil.lib or dutil.lib?
-- 
View this message in context: 
http://www.nabble.com/Populating-Listbox-from-a-custom-action-tf4104235.html#a11672204
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


 
---------------------------------
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to