Re: [WiX-users] Registering an OCX

2007-09-25 Thread Brad Stanley
_vista.pdf > > Phil Wilson > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John > Hall > Sent: Friday, September 14, 2007 9:22 AM > To: Brad Stanley > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Regis

Re: [WiX-users] Registering an OCX

2007-09-14 Thread Wilson, Phil
y Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Registering an OCX > Our software package needs to register an Active X Control. > Currently I do it with the following: > > --- > regsvr32.exe > > Property="REGSVR" ExeCommand='/s "

Re: [WiX-users] Registering an OCX

2007-09-14 Thread John Hall
> Our software package needs to register an Active X Control. > Currently I do it with the following: > > --- > regsvr32.exe > > Property="REGSVR" ExeCommand='/s "[INSTALLDIR]MyControl.ocx"' /> > Should I be following another method to register the OCX so > it consistently register

[WiX-users] Registering an OCX

2007-09-14 Thread Brad Stanley
Our software package needs to register an Active X Control. Currently I do it with the following: --- regsvr32.exe --- This works fine on Windows XP. Windows Vista works fine on my computer, but on another computer the install completes without registering

Re: [WiX-users] Registering an OCX with Wix v3?

2007-04-02 Thread Chris Bardon
PM To: 'Chuck'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Registering an OCX with Wix v3? Heat attempts to run the DLL's DllRegisterServer function and then work out what it did. Like most reverse engineering, it's not very reliable, and it's heavily dependent on t

Re: [WiX-users] Registering an OCX with Wix v3?

2007-04-02 Thread Mike Dimmick
n to OCX, while ATL doesn't bother. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Sent: 02 April 2007 19:53 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Registering an OCX with Wix v3? I'm trying to register

[WiX-users] Registering an OCX with Wix v3?

2007-04-02 Thread Chuck
I'm trying to register an OCX control. I ran heat.exe and used the output in my wix project but the ocx isn't properly registered??? If can manually register the ocx using a command line with regsvr32.exe and it registers properly. Am I missing something or does heat not work with ocx controls