Checking for CF and SQL CE while installing

G

Guest

Dear All,
I am trying to make a setup project for a pocket pc project, i have two issues
1. i want to create a shortcut for the program in the programs folder
i create a shortcut for the output and copy it to the programs folder in the
filesystem editor in the cab project, but when installing i can't find the
shortcut

2. if the CF is not installed on the device how could i notice that and
install it, the same for the SQL CE component.
Thanks in advance
Regards
Tamer Hesham
 
F

Fabien

Hi,

For the shortcut you can use a plugin today to add an icon on the
desktop.
You can also create a C++ application with EVC for testing if the CF is
installed.

BR

Fabien Decret


ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/

Tamer Hesham a écrit :
 
B

Boas Enkler

Hi
Do you use VS2005 ? There you can add shortcuts via a setupproject


Concerning the Problems with dertemining, wether the .NET CF and SQL
Mobile is installed you may use the CEAppMgr.exe which determines
automatically the correct cab files and recognizes if it is already
installed.

I use the CEAppMgr. exe and it always worked fine
If you need help with this I may collect my Link I've got and send it to
you, its quite simple and you can integrate it in nearly all installer
e.g. the FreeNSIS installer
 
G

Guest

yes, i am using vs2005, and i did add a shortcut but after installing , i
can't find the shortcut where i put.
concerning thye cf2 and sql, yes please if you have usefull links please
send them to me,
thanks
Regrds
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top