I'm guessing you've derived a class from
System.Configuration.Install.Installer and are trying to run
InstallUtilLib.dll as a custom action. InstallUtilLib.dll is completely
undocumented.
Unfortunately managed code custom actions are officially unsupported in
Windows Installer, and that's why there's no support for them in WiX. See
http://robmensching.com/blog/archive/2007/04/19/Managed-Code-CustomActions-n
o-support-on-the-way-and-heres.aspx for details.
I realise that this leaves you with few options, since as far as I can see
the web service is the supported API for doing this. Normally for custom
actions we recommend using unmanaged C++, but web services aren't at all
easy to use from C++.
I did find a link at
http://blogs.msdn.com/josealmeida/archive/2004/11/08/253831.aspx for using
InstallUtilLib.dll, but I'm afraid the level of help we can offer is
minimal.
--
Mike Dimmick
_____
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lingappa
Sent: 04 July 2007 08:10
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] InstallUtilLib.dll unknow error message
Hi, I need to deploy the SSRS reports on reportServer using WIX. Is there
any built in custom action that supports my requirement? I have written
managed custom action to deploy the reports on reports server. I am getting
following error: "InstallUtilLib.dll unknown Error" . I have included both
Test.dll and Test.dll.config. Here is the custom action code. Please let me
know is it the way i need to do? if yes what i am doing wrong here. Thanks
in advance. Regards, Lingappa
_____
View this message in context: InstallUtilLib.dll
<http://www.nabble.com/InstallUtilLib.dll-unknow-error--message-tf4022774.ht
ml#a11425907> unknow error message
Sent from the wix-users <http://www.nabble.com/wix-users-f4470.html>
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