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
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
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
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
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
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
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
7 matches
Mail list logo