Hi Don't use self-registering because it is not transactional. Instead, use the TypeLib and Interface tables
karl Dear Sandun, I think that you can write <File Name="MyComObject.dll" SelfRegCost="10000" ... > for the DLL in question. Having a number more than 0 makes it run regsvr32.exe on the DLL, so if your COM object can self-register, that should do it. The number (10000 in my example) is the cost for the progress bar, in nominal bytes. It doesn't really matter. Roger sandun css wrote: > Hi, > > Is there a way in WiX, to register a COM object, without using custom > actions? > > Thanks, > Sandun. > ------------------------------------------------------------------------------ > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users -- View this message in context: http://n2.nabble.com/Register-com-objects-tp2555661p2558160.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

