Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / November 2006

Tip: Looking for answers? Try searching our database.

Creating an "Update" Package with Wizard

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chaplain Doug - 11 Nov 2006 15:39 GMT
Access 2003.  I know how to use the Package Wizard to create an installation
package for an Access database application.  How can I create an Update
Package, that is a package designed to update an existing installation?  If
it cannot be done with the Package Wizard, what can I use?  I need to be able
to send updates to the field after the initial installation.  Thanks for any
help.
Signature

Dr. Doug Pruiett
Good News Jail & Prison Ministry
www.goodnewsjail.org

Douglas J. Steele - 11 Nov 2006 15:42 GMT
No package should be necessary. All you do is replace the front-end database
with the new file.

Signature

Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)

> Access 2003.  I know how to use the Package Wizard to create an
> installation
[quoted text clipped - 6 lines]
> any
> help.
Chaplain Doug - 11 Nov 2006 22:54 GMT
Thanks Doug.  That is what I am doing now.  But I just wanted it to be "plug
and play" with the CD I send out, so if they don't have it installed it
installs and if they do have it installed, it checks the front end version
(or date) and then copies in the new front end if it indeed is newer than
what they have.  Any thoughts on how to accomplish this?
Signature

Dr. Doug Pruiett
Good News Jail & Prison Ministry
www.goodnewsjail.org

> No package should be necessary. All you do is replace the front-end database
> with the new file.
[quoted text clipped - 9 lines]
> > any
> > help.
Douglas J. Steele - 12 Nov 2006 02:38 GMT
It's probably simpler just to overwrite the existing file if it already
exists, rather than checking if it's necessary.

Signature

Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)

> Thanks Doug.  That is what I am doing now.  But I just wanted it to be
> "plug
[quoted text clipped - 19 lines]
>> > any
>> > help.
Alp Bekisoglu - 12 Nov 2006 11:20 GMT
With all due respect to Doug and also if you think you might want to give it
a try, I use the following process in my applications for updating:
1- I have a DatabaseProperty as ProdVer which contains a string value in my
case but numeric could be easier to use
2- I also have a form again within the application which checks this
property value against the same property of the update file and enables a
"continue" button if it is newer (or higher)
3- The code behind the Continue button Shell's out to run another Access
application which copies the installed file with a _backupdate added to its
name, deletes the original and then copies the newer file to the
installation location. Then it Shell's to the installed application and
closes itself.

In my case my update file, the front-end, is on a network server and not on
a distribution CD and users' FE is configured to check the server for any
updates. I have not used the PDW of Access so can't say anything on that
part.

And topping everything; I am using Access 2000 with DAO!

Let me know if you think it can be of use to you and I will give you the
details.

Alp

> Access 2003.  I know how to use the Package Wizard to create an
> installation
[quoted text clipped - 6 lines]
> any
> help.
Douglas J. Steele - 12 Nov 2006 12:17 GMT
That sounds similar to the Auto FE Updater Tony Toews has (for free) at
http://www.granite.ab.ca/access/autofe.htm

However, I had the impression that Chaplain Doug's clients weren't all
connected to the same network, so that he needed a way to do it using CDs.

Signature

Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)

> With all due respect to Doug and also if you think you might want to give
> it a try, I use the following process in my applications for updating:
[quoted text clipped - 31 lines]
>> any
>> help.
Alp Bekisoglu - 16 Nov 2006 12:26 GMT
Hi Doug,

Although it sound like that, I have actually took the basics from
http://www.databasejournal.com/features/msaccess/article.php/3286111
"Automatically Deploy a New Access Client By Danny Lesandrini" and did quite
a few modifications and additions to suite my needs. I don't know, maybe
because I am now very used to it, Tony's application initially seemed a bit
more complex to me.

Anyway, I thought if Chaplain Doug thinks it could give him a thing to look
into then I should flood the ng with the code. :-)

Alp

> That sounds similar to the Auto FE Updater Tony Toews has (for free) at
> http://www.granite.ab.ca/access/autofe.htm
[quoted text clipped - 37 lines]
>>> any
>>> help.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.