Afraid it is not possible. Have you considered running your .NET 2.0 app in 4.0 using this in app.config: <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" /> <supportedRuntime version="v2.0.50727"/> </startup>
It doesn't always work but might be worth trying. Neil -----Original Message----- From: Marco Tognacci [mailto:mark...@live.it] Sent: 28 May 2013 19:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to install Net Framework 3.5 on WIndows 8 Without Internet connection and Windows 8 DVD I have a burn setup that I have installe using Net Framework 4.0 as a prerequisite.If I install on Windows 8 all the setup works well, but I need to have the Net framework 2.0 installed on the pc to make one of the programs that I have installed working fine.After installation if I try to run the program Widnows 8 open a popup window where it need the net Framework 3.5, but I have found on the net that there are only 2 way to install it: uSinf an internet connection or the Windows 8 DVD.I have tried to run the Net Framework 2.0 or 3.5 redistributable exe package but it doesn't install and the system display the same message.I'd like to make this installation made by my Burn setup without the need for the user to install it byself, is there any way for doing this with Burn? ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users