Can you just provide me some example of how to use msicoree.dll in my present wix file??
Regards Poornima.S Aztecsoft Limited ------------------------------ Message: 7 Date: Wed, 13 Aug 2008 13:27:00 -0700 From: "Wilson, Phil" <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Call a .NET dll file in wix using custom To: General discussion for Windows Installer XML toolset. <wix-users@lists.sourceforge.net>, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Unfortunately that registration is still incomplete for a .NET assembly. You need assembly name attributes plus the InprocServer32 Dll isn't your assembly, it's msicoree.dll. If you run regasm on your assembly with the /regfile option it will generate a .reg file that will show you what registration is required. Phil Wilson -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Poornima S Sent: Wednesday, August 13, 2008 6:35 AM To: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [WiX-users] Call a .NET dll file in wix using custom Hi, I checked verbose debug installation log and corrected the error, but the initial issue is still existing, i.e, DLFetcher Component is not registered[object error] Can you please check the COM registry that I have made and let me know what to do further? COM registry in my WIX file as follows: <Component Id="DlFetcher" Guid="{235B5F90-EC82-4ce7-B433-8E4269A409EC}" Location="local"> <File KeyPath="yes" Id="InstallDlfetcher" Name="DLFetcher.dll" DiskId="1" Source="D:\DLFetcher_July10\DLFetcher.dll" Assembly=".net"> <Class Id="{E311303A-0F49-41cc-BF8D-549E376B6852}" Context="InprocServer32"> <ProgId Id="DLFetcher.RetreiveDL.1"> <ProgId Id="DLFetcher.RetreiveDL"/> </ProgId> </Class> </File> <RegistryValue Root="HKCR" Key="CLSID\{0F599288-CA74-467c-83CF-B853254159C7}\InprocServer32" Value="{0F599288-CA74-467c-83CF-B853254159C7}" Type="string" Action="write"/> <RegistryValue Root="HKCR" Key="CLSID\{0F599288-CA74-467c-83CF-B853254159C7}\ProgID" Value="{0F599288-CA74-467c-83CF-B853254159C7}" Type="string" Action="write"/> <RegistryValue Root="HKCR" Key="CLSID\{0F599288-CA74-467c-83CF-B853254159C7}\ProgID\ProgID" Value="{0F599288-CA74-467c-83CF-B853254159C7}" Type="string" Action="write"/> </Component> But when I checked into the registry entries, in HKLM I am able to see the entries as follows: * HKLM\CLSID\{576bdc7a-1b68-444b-8ea9-5c07d88b1ff2}\InprocServer32 * HKLM\CLSID\{576bdc7a-1b68-444b-8ea9-5c07d88b1ff2}\ProgID * HKLM\DLFetcher.RetreiveDL In HKCR the entries are not happening.... Can you please help me in solving this issue further.... Thanks in advance..... Regards Poornima.S Aztecsoft Limited ________________________________ From: Blair Murri [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 1:17 AM To: Poornima S Cc: wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] Call a .NET dll file in wix using custom Please check your verbose debug installation log to see what is causing this error. That is a separate issue. This email message and its attachments may contain CONFIDENTIAL AND PRIVILEGED INFORMATION intended for the sole use of the addressee(s). If you have received it in error, please contact the sender by return email, notify your system manager and destroy the original message and any copies thereof. Any review, use, disclosure or distribution is unlawful. Please check this email and any attachments for the presence of viruses. The Company accepts no liability for any damage caused by any virus transmitted by this email. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The Company reserves the right to monitor, review and store the content of all messages sent to or from this e-mail address. www.aztecsoft.com ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------ ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users End of WiX-users Digest, Vol 27, Issue 41 ***************************************** This email message and its attachments may contain CONFIDENTIAL AND PRIVILEGED INFORMATION intended for the sole use of the addressee(s). If you have received it in error, please contact the sender by return email, notify your system manager and destroy the original message and any copies thereof. Any review, use, disclosure or distribution is unlawful. Please check this email and any attachments for the presence of viruses. The Company accepts no liability for any damage caused by any virus transmitted by this email. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The Company reserves the right to monitor, review and store the content of all messages sent to or from this e-mail address. www.aztecsoft.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users