DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 02 Aug 2007 08:06:19 -0700,    posted on: microsoft.public.dotnet.framework.compactframework        back       

Thread Index
  1    unknown
          2    Marc Ambrosius


avoid CF 2 application installation message   
Hello:

I'm installing a CF1.1 developed application on a device that has
CF2.0. The installation and the compatibility of the developed program
is good, but when i'm installing I get a message indicating that the
application needs the compact framework runtime to works propertly.
How can avoid this message when installing my CF1 application on a
device with CF2.0?

Thanks,

Juan
Date:Thu, 02 Aug 2007 08:06:19 -0700   Author:  

Re: avoid CF 2 application installation message   
iamjuan@gmail.com wrote:

> I'm installing a CF1.1 developed application on a device that has
> CF2.0. The installation and the compatibility of the developed program
> is good, but when i'm installing I get a message indicating that the
> application needs the compact framework runtime to works propertly.
> How can avoid this message when installing my CF1 application on a
> device with CF2.0?

1. You can install CF1 on the same device as well. Both frameworks can be 
installed side-by-side.
2. Wceload (the program that installs CAB-files on the device) has the 
parameter /noui to avoid messages: 
http://msdn2.microsoft.com/en-US/library/ms933760.aspx
3. You can create a config file for your application (same directory, same 
name with .config like application.exe.config):
<configuration>
  <startup>
    <supportedRuntime version="v2.0.7045"/>
  </startup>
 </configuration>Marc
Date:Fri, 3 Aug 2007 11:15:11 +0200   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us