> I would like to seek your advice on how to copy the Front End database
> across. Do you suggest using the ADE wizard or Inno Installer ?
I actually suggest using inno. There is actually a bug in the a2003 PW
that generates wrong shortcut for you desktop anyway (they are wrong if
the a2003 runtime installs into a non default directory...which will
occur if the end machine has a custom office install to a non standard
dir.
> If you suggest ADE wizard, I would like to know how to handle the
> following issues ?
> 1) When I create a package, I find that I have to change the SID for
> different databases (Otherwise, when I install the second database, it
> says that it already exists. Is it correct ?
Yes, the above is one great reason why I don't use the PW.
> 2) I don't know for a later version of FE, is it necessary for me to
> remove the existing version only ? If both of them carry the same version
> (I don't change the version 1.0.0.0 in ADE wizard, will it cause any
> problem ?
You have to try the above, I reasonable sure that you can just change the
SID, but
then I think you will actually create a "remove" entry in the "add/remove"
programs
list for EACH time you install. You don't want that...
I tried testing this, because I gave up...and moved to inno..
> 3) Does it require administrative right to install the FE ?
no, quite sure you don't need admin rights.
> 4) I put the FE in "C: \ Program Files \ Common File" \ MSACCESS. Is it
> OK
Well, I used to use c:\program files\NyApplicationName\
However, some companies are now locking down any changes to program files
(and, vista also this way). So, as a future proof dir, I started using:
"C:\Documents and Settings\All Users\Application Data\Rides\RidesXP.mdb"
So, my application name is "Rides", and I install into a dir called "rides"
So, I don't recommend c:\program files\ anymore, this is due to some of my
customers locking down (read only) for that dir. And, vista is much the same
way. This also eliminates the issue of admin privileges, as often that why
c:\program files is locked down...
Your choice of "common" files is ok I suppose, but I an avoiding the program
dir these days...

Signature
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@msn.com
> ?
>
[quoted text clipped - 68 lines]
>> updates are really a simple file copy, and you don't need the hassles
>> that the package wizard involves when updating that simple mde file).