What version of the WiX toolset are you using?  There should already be .config 
files that do exactly this.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jyothi Gummadi
Sent: Thursday, October 19, 2006 1:38 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] CLR 2.0 assembly and the gac


Hi,


Light.exe works well with 1.1 .net environment. but when the code is
converted to 2.0 net environment the light cannot work on 2.0 assemblies. in
order to make light.exe to work add light.exe.config file with this
information:


<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (c) Microsoft Corporation.  All rights reserved.
-->
<configuration>
    <startup>
        <supportedRuntime version="v2.0.50727" />
        <supportedRuntime version="v1.1.4322" />
    </startup>
</configuration>


now run light.exe on 2.0 net assembly files it will run successfully and the
MSI will be created.

Thanks & Regards,
Jyothi Gummadi


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to