[WiX-users] Patch doesn't restore original file

2006-11-08 Thread Joannic Laborde
happen? My original assembly only has 3 fields in the FileVersion value of the MsiAssemblyName table (4.0.2071 instead of 4.0.2071.0), can this be a problem?   Thanks! Joannic Laborde - Using Tomcat but need to do more? Need

Re: [WiX-users] DLLs that are in GAC on dev machine but not clients?

2006-07-27 Thread Joannic Laborde
I solved this issue by copying the assemblies from the GAC at the end of my installation. Else you have to include them twice in the package (since DuplicateFile doesn't support assemblies). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefán Jökull

Re: [WiX-users] Configuring virtual directory ASP.NET version

2006-06-29 Thread Joannic Laborde
First, you can check which ASP.NET version is used to create the application: HKLM\SOFTWARE\Microsoft\ASP.NET\RootVer   Then if it is not the right version, you need to manually re-register your application with the right ASP.NET version, using this tool: [WindowsFolder]Microsoft.NET\Fr

Re: [WiX-users] What's the best way to check whether IIS 6.0 or higheris installed on system?

2006-06-27 Thread Joannic Laborde
Check this registry value: HKLM\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\MajorVersion   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dangle123 ... Sent: June 26, 2006 9:51 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] What's the best way

Re: [WiX-users] FW: 2 exlusive features

2006-06-13 Thread Joannic Laborde
It is not possible; you'll have to use a custom action to unselect a feature when the other is selected (using MsiSelectionTreeSelectedAction and MsiSelectionTreeSelectedFeature). Unfortunately, the SelectionTree doesn't refresh itself when a feature state is modified in a custom action, so you wil

RE: [WiX-users] RE: Need some inspiration

2006-06-02 Thread Joannic Laborde
Oops, forgot that part. Use the CopyFile element or a custom action to copy the file from the MSI directory at installation time. I did something like this with InstallShield a while back, using the SETUPEXEDIR property to locate the file to copy. I guess some equivalent Windows Installer property

RE: [WiX-users] Need some inspiration

2006-06-02 Thread Joannic Laborde
Use a FileSearch element to see if the file exists. Then use the resulting property as a condition to install the settings.xml's component. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Hecker Sent: June 2, 2006 9:14 AM To: wix-users@lists.sourcef