Hello all,
I've been reading up on developing my Access application via runtime so I can distribute it to users who may not have Access installed on their computer. I realize there are all sorts of neat tricks to getting the application to run in the runtime mode even if the user DOES have Access installed (via shortcut commands), and I realize the basics of how runtime licensing works (currently with the purchase of Visual Studio 2005 Tools for Office)
However, what I am so far UNABLE to find out is if I can get MY runtime scenario to work. I would like to bundle the app with the runtime files, but when the user runs the installer, I don't want the MDE to be placed on the users computer. The reason for this is security. The appication itself, and the data that will be put into it by each single user who uses the app should be portable, and not have to remain on the computer. I have found several fingerprint ID memory sticks, which are ideal for maintaining the security of the system. I could have the installer put on the stick, as well as the MDE file itself, and there would still be plenty of room left over (the app is made for a single user, and I don't see it ever getting bigger than about 10 MB at tops).
So, that's my question - can this runtime file be created so that the MDE is placed on the memory stick, or it just uses the MDE already on the stick, or some combination of those ideas?
If anyone has any thoughts on this, I'd appreciate hearing them.
Thanks!!
I've been reading up on developing my Access application via runtime so I can distribute it to users who may not have Access installed on their computer. I realize there are all sorts of neat tricks to getting the application to run in the runtime mode even if the user DOES have Access installed (via shortcut commands), and I realize the basics of how runtime licensing works (currently with the purchase of Visual Studio 2005 Tools for Office)
However, what I am so far UNABLE to find out is if I can get MY runtime scenario to work. I would like to bundle the app with the runtime files, but when the user runs the installer, I don't want the MDE to be placed on the users computer. The reason for this is security. The appication itself, and the data that will be put into it by each single user who uses the app should be portable, and not have to remain on the computer. I have found several fingerprint ID memory sticks, which are ideal for maintaining the security of the system. I could have the installer put on the stick, as well as the MDE file itself, and there would still be plenty of room left over (the app is made for a single user, and I don't see it ever getting bigger than about 10 MB at tops).
So, that's my question - can this runtime file be created so that the MDE is placed on the memory stick, or it just uses the MDE already on the stick, or some combination of those ideas?
If anyone has any thoughts on this, I'd appreciate hearing them.
Thanks!!