Adding files when creating CAB file in .NETCF

  • Thread starter Thread starter Flying Whiz
  • Start date Start date
F

Flying Whiz

How can I add files when creating CAB file in .NETCF. I want to add a
dll and a Text file , to install them in Windows folder of Pocket PC
while creating CAB file.I was able to do this in eVB ,but not in
..NETCF.

Thanks
Whiz
 
Hello, Whiz

Basically, you can modify the .inf files to include any files you want to
deploy.
The reference is as following.

Developing and Deploying Pocket PC Setup Applications
http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfdeployment.asp

Creating an Application Installation Package with Microsoft Windows CE 3.0
http://msdn.microsoft.com/library/en-us/dnce30/html/appinstall30.asp

Walkthrough: Generating Custom CAB files for Device Projects
http://msdn.microsoft.com/library/e...generatingcustomcabfilesfordeviceprojects.asp

--
Best Regards,
Jan Yeh

eMVP, MCAD, .NETcf Developer
Mobile Mind Company @ Taiwan
 
Back
Top