If I understand the question correctly you want to call some methods
within assemblies during installation?  If that's the case you'll want
to take a look at the CustomAction tag for a type 1 custom action.

To schedule CustomActions after you've created them use the
InstallExecuteSequence tag and Custom tags underneath that.  The after
and before params point to a step in the sequence.  So you could have a
custom action that came After="InstallFiles" or Before="StartServices".

Brian Poploskie
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jcafaro10
Sent: Monday, August 06, 2007 12:06 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Beginning Question


In our MSBuild proj we have several <UsingTask> lines that link to some
assemblies.  I'd like to use some of this functionality in my Wix
Installer
but unfortunately, copying all of the <UsingTask> lines didn't work
because
UsingTask isn't a child of something or other.  Any way to get this to
work?
-- 
View this message in context:
http://www.nabble.com/Beginning-Question-tf4225049.html#a12019080
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to