Reputation: 8452
My question is pretty simple, I've a device running on WinCE. This device as an additional Flash Disk device, so where should I deploy the config and exe files? On Flash Disk or in %PROGRAM FILES% ?
Moreover, I've a XML setting file added as "New Element", so it appears in the Properties section (see screenshot), how can I deploy this file on my device (by specifying the path?)
Should I use a resource file instead? Thanks.
Upvotes: 2
Views: 893
Reputation: 3494
You have to create a cab file if you want to deploy it permanently. You can find documentation on it in MSDN. There you can set the path to where ever you want.
Upvotes: 0
Reputation: 21855
If your application is a .Net application you can put it where you want as the apps can be deployed with xcopy, it's just a matter of taste.
If you want to deploy the file select it, go to properties and select "Copy to Output always"
Upvotes: 1