473,666 Members | 2,144 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Distributing Access run-time

I wonder if someone can help me please.

I have developed apps for small business on a bespoke basis for a long
time. I have usually gone along to the client to install the apps. My
client base was such that they usually had Access pre-installed on
their machines before I arrived.

Over the last year I discovered a hole in a niche market and developed
an off-the shelf app that cutomers can buy.

My problem now is that some customers do not have any version of
Access. I therefore have used the packaging wizard to send run-time
Access with a demo of my app. However, run-time often doesn't install
and I am losing customers.

Apparently the packaging wizard that comes with Developer edition is
notoriously cra* so I obtained a copy of Installer2Go.

My question now is: what files do I need to include so that Run-time
Access will install, or where will I find the info I need?

Any help will be greatly appreciated.

Nov 13 '05 #1
5 1750
Actually, what you wanted to buy was either Wise or Installshield, and the
Sagekey scripts for whichever one of those you got. Trying to get everything
right without using Sagekey is just plain massochism.

Note that Sagekey has their own version of the MS Access runtime package you
can include that's supposed to let you deploy an unsigned Access application
without the user getting the security warning, but this breaks when new
automatic updates are installed from MS, so you pretty much have no choice but
to purchase a registered signature from someone like Verisign, and digitally
sign your application before you deliver it.

On 24 Oct 2005 07:59:25 -0700, "summerwind " <su************ *@btinternet.co m>
wrote:
I wonder if someone can help me please.

I have developed apps for small business on a bespoke basis for a long
time. I have usually gone along to the client to install the apps. My
client base was such that they usually had Access pre-installed on
their machines before I arrived.

Over the last year I discovered a hole in a niche market and developed
an off-the shelf app that cutomers can buy.

My problem now is that some customers do not have any version of
Access. I therefore have used the packaging wizard to send run-time
Access with a demo of my app. However, run-time often doesn't install
and I am losing customers.

Apparently the packaging wizard that comes with Developer edition is
notoriously cra* so I obtained a copy of Installer2Go.

My question now is: what files do I need to include so that Run-time
Access will install, or where will I find the info I need?

Any help will be greatly appreciated.


Nov 13 '05 #2
>digitally
sign your application before you deliver it.

Well, you can also have your install set the macro security to low, and then
no nags will appear...

Since most of my clients run some type of virus protection, then this low
setting is not normally a problem....
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #3
On Mon, 24 Oct 2005 18:59:46 GMT, "Albert D. Kallal" <ka****@msn.com > wrote:
digitally

sign your application before you deliver it.

Well, you can also have your install set the macro security to low, and then
no nags will appear...

Since most of my clients run some type of virus protection, then this low
setting is not normally a problem....


I'm not comfortable telling a customer that to run my application, they have
to change a setting in MS Access. For a run-time app, the customer should not
even have to know whether the app has anything to do with MS Access. Besides
that, the client may have a lot of trouble changing that setting!

If a client has MS Access 2002 and has Windows auto-update turned on, a JET
update will be installed that requires setting Macro Security to something
other than maximum to be able to open an unsigned Access application at all,
but unless they also know to manually install the latest service pack for
Office XP, they will not have the menu item to change the setting!

Next, you try to walk them through installing that MS Office update, and even
if they choose the option that's not supposed to need the original MS Office
CD, 3 out of 4 times, it will ask anyway, and fail if the CD is not provided.
Most business users have quite an ordeal trying to get ahold of the right CD -
in fact, IT is frequently unable to locate the right one, and can only get the
office update to install by removing and reinstalling MS Office using the CD
they -do- have.
Nov 13 '05 #4
Fair enough.

however, I include the settings in my access 2003 runtime install script to
set macro security, and I never had a problem, nor had a nag prompt
appear.....

So, I do set this stuff in my install scripts.

For a2003, I not had a problem yet. And, in fact, a2003 was likely the FIRST
version of access I have EVER used that you can run without any SP updates
installed. I could not even do that with a97!!

So, I had great luck with my a2003 runtimes. However, I do wrap my installs
in a innno script, and even my front end updates do set the macro stuff
during install....

I not seen a problem crop up yet....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #5
On Wed, 26 Oct 2005 01:36:35 GMT, "Albert D. Kallal" <ka****@msn.com > wrote:
Fair enough.

however, I include the settings in my access 2003 runtime install script to
set macro security, and I never had a problem, nor had a nag prompt
appear.....
Sagekey does the same thing, and a recent MS update changes it back. I've had
users fix it by uninstalling the Access runtime, then reinstalling the app
from the CD to get the runtime reinstalled with the right setting.
So, I do set this stuff in my install scripts.

For a2003, I not had a problem yet. And, in fact, a2003 was likely the FIRST
version of access I have EVER used that you can run without any SP updates
installed. I could not even do that with a97!!

So, I had great luck with my a2003 runtimes. However, I do wrap my installs
in a innno script, and even my front end updates do set the macro stuff
during install....

I not seen a problem crop up yet....


I think I'm doing roughly what you are doing, and in the last 6 months, I've
had a lot of trouble.
Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2126
by: NEWS | last post by:
Can I install Python on a networked server and have any user run Python programs without having to go through the 9Mb client install? What are my options for distributing Python programs to my users? Thankyou to anyone who can help. Graham
2
2426
by: Scott | last post by:
Any help would be grateful :-) Problem: When I test my installation of Access 2000 MDE, I get the following error: "Unrecognised Format".. This means that Access 97 cannot read Access 2000. But I was under the Impression that Access 2000, could be redistributed using Install Shield 7 and that it would not effect the workstations current status. My Current senario is:
5
1737
by: MLH | last post by:
I have little or no knowledge as to how a runtime Access database application might be distributed from a website. I am sure that I'm about to find out. I do have one question for you wizards though... My experience has shown that when I have installed applications from the web, my browser generally asks what I want to do with the file... Do I wanna save it? or Do I wanna run it? The browser generally warns about the dangers of executing...
1
1646
by: mikemalin | last post by:
I've done some research on the net and think I have an answer, but I'm just looking for some other opinions. I would like to create an access database file to distribute to others. I would use an excel (which the other users would have) front-end to manipulate the database via vba. I'm assuming that since I'm only distributing the database file and not any part of the access program, there shouldn't be any type of legal issue. Any...
1
1388
by: Mark Carlyle via AccessMonster.com | last post by:
I have an access application that I want to roll out to my sales force. I have a licenced version on access 2003 and the reps do not have the Access program. How can I distribute the application So that they can run it. I do have a .net server and all the reps are on its domain, but I would like to run the program though maybe a runtime or exe or something so I dont have to buy 50 copies of access. TIA for the help
7
1572
by: Q | last post by:
Hello you all, I have created an application that reads and writes data to a access database. To access the database, I use a System DataSource (Connection string: DSN=MyDataSourceName). If I distribute my application, there is a possibility to add the registry key for the system datasource so that the System DataSource will be created on the machine where the application is
0
932
by: J Holtendehouzer | last post by:
Hi there- I've been using Access & VBA to create databases, but I'm thinking of writing a database application in VB.NET. I'm a little confused, though--if I wanted to later distribute the application, will it be able to run on machines without SQL Server (or similar)? Can I simply create an Access file (.mdb) to connect to? How will that work?
7
1783
by: wazdakka | last post by:
I'm confused about what is necessary to distribute an Access 2003 application to people that don't have MS Access (or don't have the right version) installed on their PCs. I have done some research on the MS website, as well as on this newsgroup, and have never found a clear explanation of what is required. I have written an application that I would like to sell, but if I can only sell to those with access to Access (sorry, couldn't...
0
1824
by: BallCOMET | last post by:
I have an application that I built with Visual Studio 2005 and for which I enabled OpenMP. If I open the compiled binary in Visual Studio, this is the manifest that is embedded in the executable as RT_MANIFEST entry 1: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50608.0" processorArchitecture="x86"...
4
1423
by: Umoja | last post by:
Hi Guys, I just complicated my database and I wanted to know what is the best practice for staff to access the APP. I have split my DB in 2. The back end stores the data and the front end is the App. The database will be placed on a network drive. In my DB I have 4 different forms, there are 4 different staff using the DB. Each have different task to do which is why I had to create different forms. The best way I thought for distributing the...
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8869
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8551
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8639
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7386
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5664
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1775
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.