Sam Strasser
2010-08-13 00:44:45 UTC
I am running my setup on a machine with .NET 4 but not .NET 3.5. The setup is running a managed custom action created using DTF, but the custom action is not run. Instead, I get this error:
SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI7DA3.tmp-\
SFXCA: Failed to get requested CLR info. Error code 0x80131700
SFXCA: Ensure that the proper version of the .NET Framework is installed, or that there is a matching supportedRuntime element in CustomAction.config.
I have what I think is the right setup in my .config file:
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0"/>
Is this scenario supported? What am I doing wrong?
Thanks in advance,
Sam
SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI7DA3.tmp-\
SFXCA: Failed to get requested CLR info. Error code 0x80131700
SFXCA: Ensure that the proper version of the .NET Framework is installed, or that there is a matching supportedRuntime element in CustomAction.config.
I have what I think is the right setup in my .config file:
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0"/>
Is this scenario supported? What am I doing wrong?
Thanks in advance,
Sam