Re: [WiX-users] Does Pyro (or Torch) ignore 4-th version number?

2008-07-31 Thread peteyates
There is a share proderrors or something Pete Yates Senior Systems Developer DDC - Distributed & Components Team HBOS I&I IT B/1/C/243 (7725) 34383 / (0117) 376 4383 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Juricic

[WiX-users] Tallow DLL registration Fragment

2007-09-14 Thread peteyates
I am trying to get WIX to register a ComInterop DLL for me, by using the fragment generated by Tallow using the -c option. I notice that the registry settings in the generated fragment contain the absolute path to the working version of the DLL. As I do not know what it may end up installed I

[WiX-users] Running Service under a User Account

2007-09-25 Thread peteyates
Hi all, I have a component that installs an exe and registers it as a service. The problem I have is as soon as I add a user account to run under, it fails with a generic "Error 1923. Service 'BATCHCONTROLLER1' (batchserviceamtbatchcontroller_exe) could not be installed. Verify that you have

Re: [WiX-users] Running Service under a User Account

2007-09-26 Thread peteyates
Hi All, Thanks for all the advice, I have already given the administrator account and the account I am trying to run the service under "Log on as a service" rights and I am still seeing the same error even after rebooting to make sure that policies are refreshed. Is there anything else that an

[WiX-users] Registering 64-bit Assembly

2007-10-18 Thread peteyates
Hi, I am looking for some help on registering an assembly with my WIX MSI install (WIX2). I understand that it is advisable not to use a Custom Action to call regasm at install time to register it, as all advice seems to be to import the registry entries into the wix script and deliver them fro