I have two very large W开发者_运维技巧inForm applications built on the now dead Composite Application Block (\"CAB\") from Microsoft Patterns & Practices.I was an earlier adopter and jumped in fir
I have a Windows Mobile application that I send to my client as a CAB file and then he 开发者_如何学Cinstalls it to 20 mobile devices. This application communicates with web service and has config.ini
I am developing smart device application in C#. When I deploy my appl开发者_StackOverflowication on emulator it shows the default name for the exe of my application & there is no icon associated w
Can some1 please explain 开发者_StackOverflowhow can i include this installations in my CAB file. NETCFv35.wm.armv4i.cab
On some of the controls im using locatisation (language property). Besides default (that is in english) im also using additional language (slovenian).
On a Windows Mobile 6 or CE 5 device, I need to install a CAB file and then initiate a reboot. I am aware of custom actions. You need to create a setup.dll for the CAB file in native C++.
I have added some custom actions to our installer which is run on CE5 and WM6. This installer works fine and builds fine. There is however one annoyance. The setup.dll is deployed to the device and th
I have a Windows Mobile Professional 6.1 CF 2.0 application, I created a windows installation package w开发者_Python百科ith this link below:
I have a CAB file generated from CABARC.EXE. I need to extract the file using ASP.Net C#.Net. How to do it in C#.net itself? I don\'t want to use the same CABARC.EXE for extraction. Because we don\'t
In my setup.dll i have the folowing: #include \"stdafx.h\" #include \"ce_setup.h\" TCHAR Message[] = _T(\"TERMS & CONDITIONS\\r\\n \")