[WiX-users] Major upgrade problem

2007-10-18 Thread daniel . gibbons
Hi, I'm using v2.0.5206.0 and currently trying to perform a major upgrade. I've set the main guids and version number to be unique and I'm using: and However when the product is installed and I run a new version it detects the previous version, remove

Re: [WiX-users] Change IIS asp.net version

2007-08-22 Thread daniel . gibbons
Thanks for the response. I added your code but now when I run the install it modifies the extension and only puts one "ad" entry in so all the others like asp, aspx, ascx are gone so nothing works! How do you get around that problem? Thanks Dan

[WiX-users] Change IIS asp.net version

2007-08-21 Thread daniel . gibbons
Hi, I'm using wix v2.0.5206.0. Is there anyway I can change the asp.net version for an IIS application either using built in command or custom action? I've been looking around but can't find much on this. Thanks Dan This e-mail is confidential and may well also be legally privileged. If

[WiX-users] Logon as service right v2.0.4820.0

2007-04-27 Thread daniel . gibbons
Hi, I'm installing a Windows service and I've been looking around in the documentation for a way to grant a user the logon as service right but couldn't find anything. Does anyone have an example or know how this can be accomplished. Thanks Dan This e-mail is confidential and may well al

Re: [WiX-users] Tallow generates invalid names

2007-04-03 Thread daniel . gibbons
Morning Adrian! We originally saw the problem using mallow and during our problem hunting we tried tallow just to try and narrow down the problem. One thing I noticed today is that our build server had reset NtfsDisable8dot3NameCreation back to 1 so looks like we have a policy that is resetti

Re: [WiX-users] Tallow generates invalid names

2007-04-02 Thread daniel . gibbons
Hi, We had this problem recently as well. Have a look at registry setting: HKLM\System\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation We've got it set to 0 on our build server that was giving us grief before. Dan From: Adrian Alonso [mai

Re: [WiX-users] COM+ install not working on servers

2007-02-09 Thread daniel . gibbons
Ok yes I can see a dll that it depends on that wasn't being registered. Excellent thanks! From: Fredrik Grohn [mailto:[EMAIL PROTECTED] Sent: 08 February 2007 21:08 To: GIBBONS, Daniel; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] COM+ install n

[WiX-users] COM+ install not working on servers

2007-02-07 Thread daniel . gibbons
Hi, I have a COM+ installation (built with Wix 2.0.4820.0) that works on W2K Pro machines but not on any servers. I tested the install on 3 clean W2K clients but when it comes to any server install (W2K or W2K3 SP1) I get the following error: MSI (s) (24:FC) [10:12:17:137]: Invoking remote

[WiX-users] COM+ not compiling when upgrading from V2 to V3

2007-01-11 Thread daniel . gibbons
Hi, I've just started looking at v3.0.2420.0 and upgrading my previous V2 project as a test that contains COM+ PCA actions. However I don't seem to get very far after running wixcop! candle.exe : error CNDL0144 : The extension 'Microsoft.Tools.WindowsInstallerXml.PcaCompiler,pcaext' could not b

Re: [WiX-users] IniFileSearch

2006-12-12 Thread daniel . gibbons
I had a look at the SDK but wasn't sure if it would have worked with a child DirectorySearch element or something. Never mind.. Don't think I'll be able to use the registry unless the installer creates the keys when it initializes. Thanks Dan From: Rob M

[WiX-users] IniFileSearch

2006-12-12 Thread daniel . gibbons
Hi, Does anyone know if there is a way I can get IniFileSeach to look in the current directory where the MSI is rather than the Windows directory? What I'm doing is storing server specific database details do that when I run the installer it picks up the correct environment details based on t