Either calling regsvr32, or (more correctly and more in keeping with the 
Windows Installer way of doing things) adding SelfRegCost to the appropriate 
<File> element(s) and making sure that <SelfRegModules> and <SelfUnregModules> 
is present where it needs to be in your InstallExecuteSequence.

 

I would STRONGLY recommend against doing this however. It simply doesn't work 
well enough. I would choose setting binary compatibility on the VB side and 
update the registry keys manually when necessary over the SelfReg option.

 

Regards,

Richard

 

________________________________

From: Jacquet Fabian [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 21, 2007 10:55 AM
To: Foster, Richard - PAL
Subject: RE : [WiX-users] COM Registration

 

When you say SelfReg, you think about call regsvr32?

        -----Message d'origine-----
        De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
        Envoyé : mercredi 21 mars 2007 15:45
        À : Jacquet Fabian; wix-users@lists.sourceforge.net
        Objet : RE: [WiX-users] COM Registration

        Jacquet,

         

        If you have binary compatibility enabled for the DLL then you should 
only need to regenerate the registry keys if you modify the public interface. 
This would probably significantly reduce the number of times you have to change 
the keys in question.

         

        You could use SelfReg... but as has already been commented on this list 
many times "SelfReg is evil" (during installation, at least).

         

        Regards,

        Richard

         

        
________________________________


        From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacquet 
Fabian
        Sent: Wednesday, March 21, 2007 10:38 AM
        To: wix-users@lists.sourceforge.net
        Subject: [WiX-users] COM Registration

         

        Hi,

         

        Is there a way to register self-register com dll (made with VB6) 
without use registry keys?

         

        My problem is: if I modify my com dll I must generate registry keys 
again...

        I would like to copy dll and compile my wix files without change 
anything else.

         

        Is it possible?

         

         

        
________________________________


        
        * C O N F I D E N T I A L I T Y N O T I C E *
        -----------------------------------------------------------
        The content of this e-mail is intended solely for the use of the 
individual or entity to whom it is addressed. If you have received this 
communication in error, be aware that forwarding it, copying it, or in any way 
disclosing its content to any other person, is strictly prohibited. Peek 
Traffic Corporation is neither liable for the contents, nor for the proper, 
complete and timely transmission of (the information contained in) this 
communication. If you have received this communication in error, please notify 
the author by replying to this e-mail immediately and delete the material from 
any computer.




* C O N F I D E N T I A L I T Y N O T I C E *
-----------------------------------------------------------
The content of this e-mail is intended solely for the use of the individual or 
entity to whom it is addressed. If you have received this communication in 
error, be aware that forwarding it, copying it, or in any way disclosing its 
content to any other person, is strictly prohibited. Peek Traffic Corporation 
is neither liable for the contents, nor for the proper, complete and timely 
transmission of (the information contained in) this communication. If you have 
received this communication in error, please notify the author by replying to 
this e-mail immediately and delete the material from any computer.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to