Ilya
Thu Apr 27 21:22:30 CDT 2006
Since it's asking, you're using it already. There are some details in CAB
creation description:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcepb40/html/cxconCreatingInfFile.asp
The folder your application would be redirected to is up to particular
version of WCELOAD, it might be different on different devices.
There's some correlation with application name, but I'm not sure what it is.
CF 2.0 CABs are described here:
http://blogs.msdn.com/netcfteam/archive/2005/10/11/479793.aspx
By default VS would put them under "%ProgramFiles%\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\<version>\<cpu>
They are redistributable so you can include them with your application as
long as they intact.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"farseer" <farseer@optonline.net> wrote in message
news:1146189047.978042.165550@i39g2000cwa.googlegroups.com...
> Can you tell me more about this standarad 'InstallDir' Macro?
>
> What i have done so far is created a 'Smart Device Cab' project and
> added my three projects. This generates a cab file for me. When i
> copy this to my device and click on it, it asks m e if i want to
> install in the standard area or in "SafeStore". i select save store
> and it copies every thing to /SafeStore/ProgramFiles/MyAppName. That's
> ok, but it would be nice to be able to customize the location to
> /SafeStore/Apps/MyAppName, where i like to place my apps.
>
> One other unrelated question. Where can i find the CF2.0 runtime cab?
>