Re: [WiX-users] wix com registration: out of proc server

2007-05-03 Thread Mike Dimmick
uld not want to Advertise your COM information. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of /antoine Sent: 03 May 2007 00:49 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] wix com registration: out of proc server Thanks

Re: [WiX-users] wix com registration: out of proc server

2007-05-02 Thread /antoine
Thanks for your reply. app is not an assembly, just a plain com out of proc server. /antoine wrote: > > Hi, > > i have got an out of proc com server app.exe that an installer must > install > and register. > > how to instruct wix to do the registration? > > the installer needs to accomplish

Re: [WiX-users] wix com registration: out of proc server

2007-05-02 Thread Rob Hamflett
You probably want to look at tallow (v2) or heat (v3) to create the WiX code. From the tallow usage text: -c extracts the COM Interop registration from an assembly Rob antoine antoine wrote: > Hi, > > i have got an out of proc com server app.exe that an installer must install > and reg