>copy the MDE to the SUPPORT folder of my Package directory
AFAIK, the Support folder is not used during installation. It is simply a
copy of what the Package wizard put into the .Cab file. Since the .Cab file
still contains the "old" form, the old form is what gets installed. (I don't
know if running Makecab.exe in the support folder would replace/create a new
cab file, rather than repackage the whole thing. I've never tried it.)
I've often wondered if it is necessary, or desirable, for the Support
folder to be included in outgoing distribution files. (Almost) everything in
it is mirrored in the Cab file, so I think it can be omitted from what gets
sent to others, but I don't know that for fact. Never felt the need to test
the theory.
> I open my mdb, change the form, make an MDE, Slpit the db
Shouldn't that be "Split the db, make MDE" ?
HTH,

Signature
George Nicholson
Remove 'Junk' from return address.
> Hi,
> I'm packaging my DB to sent to other users so they can install it on their
[quoted text clipped - 68 lines]
>> > > >
>> > > > Thanks
Phil - 14 Sep 2005 22:45 GMT
Thank you George,
You answered a question that I've had for a long time. I've always been
puzzled where my install routine got a hold of my old version. I never
looked at the cab folder. I only looked at the size of the folder and
figured that my MDE or be.mde could not be there. But now I know there is
some compression taking place and my files are in the cab folder.
In response to your question. I always make the MDE first and then open the
MDE and make the split. If I split first using the MDB file then my data is
no longer in my MDB master file.
Thanks again I'm no longer puzzled........

Signature
Phil
> >copy the MDE to the SUPPORT folder of my Package directory
>
[quoted text clipped - 87 lines]
> >> > > >
> >> > > > Thanks