I'm very new to working with Installs but have some managed code that I'd
like to use as Custom Actions.  I'd like to try out using DTF with C# but
not finding much in documentation with examples..so I'm just having to trial
and error it.  Hoping that someone may know of a good site. 

Currently trying to get session.Message to work.  When I pick message type
of InstallMessage.CommonData it says that it needs a language Id then a
dialog caption.  Is this an array with Int then string or does the array
need to have more in it?  What should the language ID be set to?  I'm
playing around with it but just get InstallerException each time and can't
find a website with answers to my questions...so getting frustrated!  Here’s
the code that throws the error below... 

object[] objArry = { 0, "Hello" }; 
Record it = new Record(objArry); 
session.Message(InstallMessage.CommonData, it); 

Any code help or suggested reading would be greatly greatly appreciated! 
-- 
View this message in context: 
http://www.nabble.com/DTF-code-help-and-documentation-tp17804914p17804914.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to