Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: "Tony Toews [MVP]" <ttoews@xxxxxxxxxxxxxxx>
- Date: Tue, 18 Sep 2007 18:43:18 GMT
lgeastwood@xxxxxxxxx wrote:
I'm kinda like Andy there with some homework to do on NT.
However I think I can get my app deployed OK to the alluser Dir with
the INNO Compiler using the environment variable path method.
Sure however can the user then do updates to the FE? That is pulling down a new copy
of the FE from the server into that folder? What if there are temp tables in the
FE? That folder might be a read only folder to regular users.
The next hurdle now is linked tables.
How does Access treat varying environment variables for the linked BE?
Currently I link to C:\MyAppFolder\MyBE.accdb.
If I set linked tables in Access to C:\Documents and Settings\All Users
\Application Data\MyBE.accdb will Vista users run into problems?
1) You would have to use the API call to ensure you had the correct folder because
Vista uses a totally different folder name. User as I recall.
2) I would use a routine which looks for all MDBs within the specified folder,
attempts to open a table within the MDB, ensures it isn't a FE and the link to that
MDB. This way the user doesn't have to do any thinking. And novice users need all
the hand holding they can get.
3) Again the the All Users folder might be read only to the users.
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
.
- Follow-Ups:
- Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: David W. Fenton
- Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- References:
- Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: ARC
- Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: Tony Toews [MVP]
- Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: ARC
- Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: David W. Fenton
- Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: Tony Toews [MVP]
- Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- From: lgeastwood
- Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- Prev by Date: Re: How do I refer to the OLE Class name for an MSPaint image file in A97?
- Next by Date: Re: report to PDF
- Previous by thread: Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- Next by thread: Re: Deploying Access 2007 Runtime / developer extensions / basic MSI installer questions
- Index(es):
Relevant Pages
|