My app is a MS Access 2007, which I have split into FE and BE (ACCDE and _be.ACCDB). I am using the Package Solution Wizard and have selected to "Require nothing and install the Access 2007 Runtime," providing the source of the AccessRuntime on my computer. If I use a destination folder other than ProgramFiles, I get an error message after installing the app on "some but not all" of my controls.
Error message: "C:\ProgramFile s\Foldername\Da tabaseName_be.a ccdb is not a valid path. Make sure it is spelled correctly and that you are connected to the server on which the file resides." My understanding is that this message cannot be valid since this should be a stand-alone app. I added the backend ( _be.accdb ) file in the Additional files options of the wizard and also have its source in the same folder as the Frontend db.
I finally got it to work for a Windows XP operating system by putting my app folder in ProgramFiles before I deployed it. But this did not work for the Vista or Windows 7 OS as it looked in the ProgramFiles but the app installed in the ProgramFiles (X86) and it apparently did not recognize this. Then I tried putting my app folder in ProgramFiles(86 ) so it could find the path and now the Package Solution Wizard says it cannot open or access ProgramFiles on my last step of deployment (after clicking the final OK) and thus it does not create a package! I am logged in as the Administrator and am the only user.
Anyone else have this problem or have a made some glaring error that I am missing? The computers with the Vista and Windows 7 OS both have Access 2007 installed on them. Is that a problem?
Error message: "C:\ProgramFile s\Foldername\Da tabaseName_be.a ccdb is not a valid path. Make sure it is spelled correctly and that you are connected to the server on which the file resides." My understanding is that this message cannot be valid since this should be a stand-alone app. I added the backend ( _be.accdb ) file in the Additional files options of the wizard and also have its source in the same folder as the Frontend db.
I finally got it to work for a Windows XP operating system by putting my app folder in ProgramFiles before I deployed it. But this did not work for the Vista or Windows 7 OS as it looked in the ProgramFiles but the app installed in the ProgramFiles (X86) and it apparently did not recognize this. Then I tried putting my app folder in ProgramFiles(86 ) so it could find the path and now the Package Solution Wizard says it cannot open or access ProgramFiles on my last step of deployment (after clicking the final OK) and thus it does not create a package! I am logged in as the Administrator and am the only user.
Anyone else have this problem or have a made some glaring error that I am missing? The computers with the Vista and Windows 7 OS both have Access 2007 installed on them. Is that a problem?
Comment