Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread Hoover, Jacob
s Installer XML toolset. Subject: Re: [WiX-users]WIX: COM registration does not work with UAC By "not working" I mean that my application which use component show "Runtime error 429:ActiveX component can't create object" If I register my library using regsvr32, applicatio

Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
age- > From: vasjko [mailto:vas...@ua.fm] > Sent: Wednesday, May 23, 2012 11:19 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] WIX: COM registration does not work with UAC > > Thanks for correct question Pally, tried per-machine MS

Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread Wilson, Phil
ay 23, 2012 11:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX: COM registration does not work with UAC Thanks for correct question Pally, tried per-machine MSI version and it works fine. Do you know how to make it works for per-user installation? T

Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
, Glasgow > G20 0SP > Email Disclaimer > > > > -Original Message- > From: vasjko [mailto:vas...@ua.fm] > Sent: 23 May 2012 17:02 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] WIX: COM registration does not work with UAC > > Hello Al

Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
lto:vas...@ua.fm] > Sent: 23 May 2012 17:02 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] WIX: COM registration does not work with UAC > > Hello All, > > I'm using Heat.exe to get registration information for my libraries and > include this info in my Wix code. > &

Re: [WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread Pally Sandher
- Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: vasjko [mailto:vas...@ua.fm] Sent: 23 May 2012 17:02 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WIX: COM registration does not work with UAC Hello All, I'm

[WiX-users] WIX: COM registration does not work with UAC

2012-05-23 Thread vasjko
Hello All, I'm using Heat.exe to get registration information for my libraries and include this info in my Wix code. The registration works fine on machines when UAC is off, but it doesn't work on machines where UAC is on. This happens even if I run my msi as administrator(from bootstrapper or

[WiX-users] Wix COM+

2008-08-28 Thread Yu, Brian
I use the following and it works in terms of putting the file in the right place but fails to create COM+. Please help The error I am getting is as follow: C:\wixdev\ERCalc2>"c:\Program Files\Windows Installer XML v3\bin\candle.exe" ERC alcManual.wxs ERCalcUI.wxs ERCalcCom.wxs ERCalcProduct.

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

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

2007-05-01 Thread antoine antoine
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 the same effect as: app.exe -regserver at install and app.exe -regserver at un-install I am using two custom action to ac

Re: [WiX-users] WiX COM+ help

2007-02-09 Thread Fredrik Grohn
at SF about this already so you are not the first one to notice. But so far I haven't had the opportunity to implement it. Fredrik From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jan du Toit Sent: Friday, February 09, 2007 7:09 AM To: wix-users@lists.sourceforge.net Subject:

[WiX-users] WiX COM+ help

2007-02-08 Thread Jan du Toit
I am trying to set the identity of a com+ element in WiX. Allow me to elaborate: after the com+ dll's have been installed and I go to (in windows XP) control panel, administrative tools, component services I open up the component services tab and under computer my com+ application is installed. How