|
-
May 20th, 2008, 09:11 AM
#1
Thread Starter
Member
Stand alone no install program for pocket pc?
How do you make a Stand alone no install program for pocket pc?
-
May 20th, 2008, 09:40 AM
#2
Frenzied Member
Re: Stand alone no install program for pocket pc?
You mean just an exe that needs no runtimes or dll's?
-
May 20th, 2008, 10:23 AM
#3
Thread Starter
Member
Re: Stand alone no install program for pocket pc?
Yup, like notepad as an example.
-
May 20th, 2008, 10:30 AM
#4
Frenzied Member
Re: Stand alone no install program for pocket pc?
Using .Net CF you will struggle.
You have no guarantee that the .Net runtimes are installed on the device - 2.0 SHOULD be in rom, but no guarantees. It certainly wouldn't be on a 2003 device.
You could write it in eVC or Visual C++, and that would do it.
Why do you want to do this - simplicity? If so, just do a setup project for your application
-
May 20th, 2008, 12:52 PM
#5
Thread Starter
Member
Re: Stand alone no install program for pocket pc?
I just want something simple?
Cab installer then?
-
May 20th, 2008, 02:21 PM
#6
Frenzied Member
Re: Stand alone no install program for pocket pc?
Yes - just add a setup project
-
May 21st, 2008, 07:44 AM
#7
Thread Starter
Member
Re: Stand alone no install program for pocket pc?
Once you've made a setup project, what is to be done next?
-
May 22nd, 2008, 01:41 AM
#8
Frenzied Member
Re: Stand alone no install program for pocket pc?
Copy it to the device, and run it
-
May 24th, 2008, 08:10 AM
#9
Thread Starter
Member
Re: Stand alone no install program for pocket pc?
When I uploaded my project there, then saved it.
In the folders there was no cab file?
-
May 26th, 2008, 02:40 AM
#10
Frenzied Member
Re: Stand alone no install program for pocket pc?
Sorry - when you run the setup project, it should create a cab file. Copy the resulting cab file to your device and run it
-
May 28th, 2008, 12:16 PM
#11
Thread Starter
Member
Re: Stand alone no install program for pocket pc?
I did, copy all the files into the project, saved it.
But...once on the pocket pc, run the cab all files went into program files as I put them there. The program won't run...no errors. Nothing.
-
May 29th, 2008, 01:16 AM
#12
Frenzied Member
Re: Stand alone no install program for pocket pc?
So the cab file ran and installed all the dependent dlls?
Do you use SqlServer? Did it install the .Net runtimes? Are you sure your program isn't hitting an error condition and ending. If there is a dll missing you SHOULD get an error loading the program - are you trapping all unexpected errors?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|