I am trying to package and distribute an Access Database which is 2007 format but I am using Access 2010. The package does not have an autoexec macro but the display form is set.
I have unsuccessfully spent the weekend trawling the web and this site to try to find the correct steps.
The machine I am working on is 64 bit and the Access package is 32 bit which appears to be ok. The steps I am proposing are below:
1 debug the the database
2 split the database ( at the moment I havent loaded anything to automatically connect Be / front end but was going to look at this when I get this working )
3 Question 1 do I convert front end to an ACCEDE front end - I don't want users near the code. Or do I leave it to the package solution to create and ACCDR file
4 Question 2 users may or may not have full copies of access and I would like to adopt the middle option " REquire the microsoft to be downloaded if Access not already installed" As I mentioned I don't want users near the code - there is extensive VBA and very few actual macros - is this the best way to protect the code without going overboard on security.
5 "Question 3" Root Directory I have read various comments that we should not add to the program files directory within users machines - What advice would you give regarding the directory.
5.1 Question 4 Related to this I have used a piece of code found on here to send emails without messages coming up and this requires the document to be output prior to attaching to the email - I was planning to hard code this to the same directory - any thoughts or advice?
6 Question 5 Now the bit that is really confusing me is the use of INNO set up - this seems to be somewhat of a duplication is it?
7 question 6 My users are unlikely to be very competent with IT and I will only be available for telephone support. It needs to be very simple throughout - anyone got any pointers in terms of keeping this very very simple for the users who will probably download the file from the internet or receive vis a zip file on email.
8 Slight asside anyone had experience of using "Keyed Access" in a package solution
Am I missing any steps because I am having real problems getting this to work and my frustration is that my program is ready and I want to get it to some people to test.
I have searched so much I am totally confused on this and apologise if this seems really silly to those of you that are experienced in this and thank you for taking the time to read.

I have unsuccessfully spent the weekend trawling the web and this site to try to find the correct steps.
The machine I am working on is 64 bit and the Access package is 32 bit which appears to be ok. The steps I am proposing are below:
1 debug the the database
2 split the database ( at the moment I havent loaded anything to automatically connect Be / front end but was going to look at this when I get this working )
3 Question 1 do I convert front end to an ACCEDE front end - I don't want users near the code. Or do I leave it to the package solution to create and ACCDR file
4 Question 2 users may or may not have full copies of access and I would like to adopt the middle option " REquire the microsoft to be downloaded if Access not already installed" As I mentioned I don't want users near the code - there is extensive VBA and very few actual macros - is this the best way to protect the code without going overboard on security.
5 "Question 3" Root Directory I have read various comments that we should not add to the program files directory within users machines - What advice would you give regarding the directory.
5.1 Question 4 Related to this I have used a piece of code found on here to send emails without messages coming up and this requires the document to be output prior to attaching to the email - I was planning to hard code this to the same directory - any thoughts or advice?
6 Question 5 Now the bit that is really confusing me is the use of INNO set up - this seems to be somewhat of a duplication is it?
7 question 6 My users are unlikely to be very competent with IT and I will only be available for telephone support. It needs to be very simple throughout - anyone got any pointers in terms of keeping this very very simple for the users who will probably download the file from the internet or receive vis a zip file on email.
8 Slight asside anyone had experience of using "Keyed Access" in a package solution
Am I missing any steps because I am having real problems getting this to work and my frustration is that my program is ready and I want to get it to some people to test.
I have searched so much I am totally confused on this and apologise if this seems really silly to those of you that are experienced in this and thank you for taking the time to read.