|
-
Jan 27th, 2005, 05:17 AM
#1
Thread Starter
Frenzied Member
Using Embedded VB 3
Can someone please tell me if I am doing something wrong?.
I have developed an application for my PDA and went through the bells and whistles of creating an installation file for it.
Now.. Do I really need to create a new installation everytime I make a change to the code or is there a quicker way to update the application on the PDA?.
There isn't a 'Make executable' option like there is in proper VB.
Hope this makes sense.
"If at first you don't succeed, then skydiving is not for you"
-
Jan 27th, 2005, 10:34 PM
#2
Re: Using Embedded VB 3
I havent done any PDA development, but, whith what are you making the insataller? How do you distribute the application?
What you can do with a regular installer (made with NSIS, which is free) is have the installer do a live download of files during install. That way you just place the exe (and other files you need to distribute and are subject to change). Then whenever users run the installer they will have the latest version of the file...
-
Jan 28th, 2005, 04:33 AM
#3
Thread Starter
Frenzied Member
Re: Using Embedded VB 3
Embedded VB doesn't compile a EXE file. It compiles a VB file which you then have to go through the in-built installer to convert to a CAB file.
The problem is that everytime you want to distribute a new version, you have to go through this process.
That is why I was wondering if there was a better way.
"If at first you don't succeed, then skydiving is not for you"
-
Jan 28th, 2005, 07:17 AM
#4
Re: Using Embedded VB 3
Once you've done the initial installation you can just copy the .vb file onto the device (assuming you havent added any new types of controls, etc).
If it is a new program you wont get a shortcut in the "Programs" menu without a proper installation, but you can run it from Explorer instead.
-
Jan 28th, 2005, 07:20 AM
#5
Thread Starter
Frenzied Member
Re: Using Embedded VB 3
Excellent, that's all I needed to know.
Thanks.
"If at first you don't succeed, then skydiving is not for you"
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
|