Wednesday, February 3, 2016
[Help] [CAB] [package] [CF2.0] [SQL] [setup] 1000 points to ask: How will CF2.0 and SQL play with three installation package CAB installation package into the application and run automatically? 2
On a see:
http://community.csdn.net/Expert/topic/5339/5339826.xml?temp=3.628176E-02
There are two master solution is as follows:
gxs0320 () () reputation: 100 Blog Add as a friend 2007-3-14 13:25:11 Score: 0
The first, labeled as a CAB package
First, the CAB CAB package sql package, and the framework to unlock, through the script repackaging click on it.
Second, the installation must be installed from the desktop is Microsoft's synchronizer ActiveSync
Written inside the desktop installer script calls C: \ Program Files \ Microsoft ActiveSync \ CEAPPMGR.EXE it
ydtf_yl (Boy_yl) () reputation: 100 Blog Add as a friend 2007-3-16 15:40:48 Score: 0
Write setup. ini, setup.cs create an installation project, add the above two documents and cab files, build on it. You can also use the tool package.
Because these two masters are a little more simple, now seeking relevant examples.
Once I immediately successful commissioning 1000 points offer!
Reply:
A few days, I will publish an article on my blog, devoted to this
Stay tuned: http: //www.cppblog.com/kuronca
Reply:
Please refer to this article http://www.cppblog.com/kuronca/articles/21818.html
Reply:
Developing and Deploying Pocket PC Setup Applications
http://msdn2.microsoft.com/en-us/library/ms838273.aspx
Deploying .NET Compact Framework 2.0 Applications with .cab and .msi Files
http://msdn2.microsoft.com/en-us/library/aa446504.aspx
Reply:
Fainted, I just finished
Several cab copied to the windows directory
The code then performs the following (you need to initialize RAPI)
CeCreateProcess (L "\\ windows \\ wceload.exe", L "/ noui / noaskdest \\ windows \\ NETCFv2.ppc.armv4.cab", NULL, NULL, FALSE, NULL, NULL, NULL, NULL, & amp; pi);
NETCFv2.ppc.armv4.cab, this operating system is concerned with the cpu
Like the other three packages (I use C ++, tested on vs2005 + ppc2003 / ppc5.0)
No comments:
Post a Comment