Iam using access 2013. Is there a way of setting up a database Application to run as an installation executable file (more like it is done when installing office) when distributing to users.
Thank you
Iam using access 2013. Is there a way of setting up a database Application to run as an installation executable file (more like it is done when installing office) when distributing to users.
Thank you
I would be surprised if you find an Access db for this because there's so much involved and an installer can be had for a reasonable price. You can't make an exe out of an Access file if that's what you mean. I/we used to use DeployMaster (JG Software) because it was very inexpensive and came with lifetime updates. I've still received updates for JGS from almost 20 year old licenses. With that kind of support who needs the hassle of trying to develop your own?
I have no affiliation with JG Software aside from being a satisfied customer. If you purchase, I get nothing from it. I'll bet there's a list of enhancements/bug fixes there that will give you an appreciation for what's involved.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.
I agree with Micron. another option is Inno Script (JR Software).
but it can be complex - the executable will need to check if the user already has access installed and if so, what version. And if not, it will need to install a runtime version which again you will need to establish which version that won't conflict with other office products such as excel and word, in particular 32 v 64bit office. There may also be IT restrictions on users being able to 'install' software.
Might help if you explained what you are trying to achieve - who are the users, where are they, etc.
Helo Micron
Oh! Thought there a way of making an executable file out of Access.
Thanks for the time
Thanks Ajax
Nevertheless l was trying achieving creating extractable file so that l can install on the user PCs. Users are in their own different locations
Another option for installing Access files as a self extracting EXE file is SamLogic Visual Installer.
Its very easy to use and handles all the things that Inno does including a scripting feature in the Pro version.
However it isn't free.
I also have no affiliation to SamLogic but am a very satisfied customer
I think you should explain exactly why you posed the initial question. I have a feeling that you want to have users download updated versions of a front end of a split db when there are updates. That would be an entirely different thing. Strictly speaking, you cannot (AFAIK) make a true .exe out of Access db, but some people call it an executable when it was saved as a compiled (.accde or .mde) file. That is a different thing, and is often done in conjunction with getting users to download their own updates. The installers we/I were referring to would be for distributing an Access app as a commercial product (i.e. you are selling it and need an installer for Windows OS).