473,395 Members | 1,677 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Distribution and installation of an application

Hi. I have some questions regarding the distribution and installation
of an application.

My current application is written in A97. I figure its time the
application is upgraded to A2003 to remove potential installation
problems in the future.

I have seen references to SageKey and Wise. Are Sage and Wise and
single, unique development tool or are they separate applications? Are
they the best tools to use when distributing an Access application?
What about InstallShield? Other recommendations?

What are Wise scripts? Do the scripts only work with the SageKey products?

When distributing the app, does one have and option for multiple
installation types? Let me give you some examples.

1) The app has both a front end and a backend. The front end goes onto
the user's computer, the back end onto the network. I wouldn't want the
back end to be installed each time since it would overwrite any data
that currently exists in the existing backend. Can the user select to
install the front end, the back end, or both? Or do you create an
installation for the backend and an installation for the front end?

2) The user has A2003 on his computer. Can he install just the
front/back end without the need to install the runtime? If not, does
installing the runtime conflict with the existing copy of Access?

3) The user upgrades his Office copy to Office 2007 prior to installing
my application will that create any possible conflicts with associated
DLLs, etc? Or will there be any conflicts with prior Office versions if
they are installed on the user's computer?

4) I will be distrubuting some Word templates too and a PDF writer
program. Can they be installed separately or can I include/exclude them
during the installation process depending on a user's choice if the
person needs to reinstall the application?

Where are the runtime files installed? Are they installed in
C:\ProgramFiles or are they installed in the folder where the Access
application resides?

I plan on having security implemented. The main reason so I know who
the person is that is logged in to the application. Is there a way to
create a security record or an employee record...and other
records...from data gathered from the installation process?

How does one get it set up so that the application uses the correct
workgroup file? Are desktop icons created for the app for
Sage/InstallShield?

I know there are other things I should be asking questions about but
since I don't know what they are this should be sufficient.

Thanks
Jan 6 '07 #1
2 1989
salad wrote:
Hi. I have some questions regarding the distribution and installation
of an application.

My current application is written in A97. I figure its time the
application is upgraded to A2003 to remove potential installation
problems in the future.

I have seen references to SageKey and Wise. Are Sage and Wise and
single, unique development tool or are they separate applications? Are they
the best tools to use when distributing an Access
application? What about InstallShield? Other recommendations?

What are Wise scripts? Do the scripts only work with the SageKey
products?
When distributing the app, does one have and option for multiple
installation types? Let me give you some examples.

1) The app has both a front end and a backend. The front end goes
onto the user's computer, the back end onto the network. I wouldn't
want the back end to be installed each time since it would overwrite
any data that currently exists in the existing backend. Can the user select
to
install the front end, the back end, or both? Or do you create an
installation for the backend and an installation for the front end?

2) The user has A2003 on his computer. Can he install just the
front/back end without the need to install the runtime? If not, does
installing the runtime conflict with the existing copy of Access?

3) The user upgrades his Office copy to Office 2007 prior to
installing my application will that create any possible conflicts with
associated
DLLs, etc? Or will there be any conflicts with prior Office versions
if they are installed on the user's computer?

4) I will be distrubuting some Word templates too and a PDF writer
program. Can they be installed separately or can I include/exclude
them during the installation process depending on a user's choice if
the person needs to reinstall the application?

Where are the runtime files installed? Are they installed in
C:\ProgramFiles or are they installed in the folder where the Access
application resides?

I plan on having security implemented. The main reason so I know who
the person is that is logged in to the application. Is there a way to
create a security record or an employee record...and other
records...from data gathered from the installation process?

How does one get it set up so that the application uses the correct
workgroup file? Are desktop icons created for the app for
Sage/InstallShield?

I know there are other things I should be asking questions about but
since I don't know what they are this should be sufficient.

Thanks


Jan 6 '07 #2
salad wrote:
Hi. I have some questions regarding the distribution and installation
of an application.

My current application is written in A97. I figure its time the
application is upgraded to A2003 to remove potential installation
problems in the future.

I have seen references to SageKey and Wise. Are Sage and Wise and
single, unique development tool or are they separate applications? Are they
the best tools to use when distributing an Access
application? What about InstallShield? Other recommendations?
These are not development tools. They are programs that create setup or
installer programs for your application. Mind you, for Access they only
facilitate the installation of the Access runtime (if that is what you want to
use), but they do not come with the runtime or provide the license to distribute
it. YOu have to purchase that from Micorsfot separately. These tools just
provide more powerful and flexible wasy to install your app.
What are Wise scripts? Do the scripts only work with the SageKey
products?
I have only heard of Agekey scripts and these control how your app is installed.
For Access, Sagekey scripts make the runtime install less apt to interfer with
existing software (like other versions of Access).
When distributing the app, does one have and option for multiple
installation types? Let me give you some examples.
Most all provide this.
1) The app has both a front end and a backend. The front end goes
onto the user's computer, the back end onto the network. I wouldn't
want the back end to be installed each time since it would overwrite
any data that currently exists in the existing backend. Can the user select
to
install the front end, the back end, or both? Or do you create an
installation for the backend and an installation for the front end?
You can specify whether files are overwritten, but normally you would not
install a network back end with the same install program as a client front end.
These would be separate setup programs.
2) The user has A2003 on his computer. Can he install just the
front/back end without the need to install the runtime? If not, does
installing the runtime conflict with the existing copy of Access?
For users that already have Access you would not want your installer to include
the runtime.
3) The user upgrades his Office copy to Office 2007 prior to
installing my application will that create any possible conflicts with
associated
DLLs, etc? Or will there be any conflicts with prior Office versions
if they are installed on the user's computer?
The depends entirely on whether your app has outside DLL dependencies. You
should make every effort to see that it does not.
4) I will be distrubuting some Word templates too and a PDF writer
program. Can they be installed separately or can I include/exclude
them during the installation process depending on a user's choice if
the person needs to reinstall the application?
Most installers would allow for a menu or Checkboxes to provide those choices ot
the user.
Where are the runtime files installed? Are they installed in
C:\ProgramFiles or are they installed in the folder where the Access
application resides?
Not sure about the newer versions. The 97 runtime was installed in an "Office"
folder that would be located inside the application folder.
I plan on having security implemented. The main reason so I know who
the person is that is logged in to the application. Is there a way to
create a security record or an employee record...and other
records...from data gathered from the installation process?
Not that I know of. The setup program might be able to ask for that and write
it out to an INI file or similar and then your program can retrieve it from
there.
How does one get it set up so that the application uses the correct
workgroup file? Are desktop icons created for the app for
Sage/InstallShield?
The setup program should allow you to create whatever shortcuts you need and the
one for your app can specify the workgroup file.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jan 6 '07 #3

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

Similar topics

5
by: Michael Peuser | last post by:
Hi, I should like to make a distribution (using Tkinter), with standard DLLs removed. pythonXX.dll is no problem. tcl und tk, which make the mass of mega bytes, cannot be removed because...
16
by: Paul Rubin | last post by:
As what must be penance for something or other, I'm needing to release a Python app for use under Windows XP. Please be gentle with me since I'm a Un*x weenie and the only thing I've had much...
0
by: Jim Williams | last post by:
I am not able to get MYSQL running on Suse Linux Enterprise Server. I tried stopping with the command mysqld and it reported, "Shtudown Complete." Then when I tried to restart it with the...
1
by: Jim Heavey | last post by:
I have never built an application to distribute before and I am now ready to learn how to do this. I have a few questions to get me started. How do I associate my application with an Icon which...
2
by: Eric S. Johansson | last post by:
as one would expect when creating a body of software, eventually you create a series of relatively generic components you find yourself using over and over again. As a result, I'm finding myself...
16
by: _q_u_a_m_i_s's | last post by:
Hello, Does anybody knows anything about distributing Arial & Times fonts from a windows installation? From what i understand there are not available for direct download, but they were...
0
by: Robert Kern | last post by:
Disclosure: I work for Enthought. Christopher Brewster wrote: For the Mac distribution, we have tried very carefully to keep EPD's Python separate from any previous installation. I believe the...
0
by: eGenix Team: M.-A. Lemburg | last post by:
________________________________________________________________________ ANNOUNCING eGenix.com mx Base Distribution Version 3.1.1 for Python 2.6 Open Source Python extensions providing...
0
by: M.-A. Lemburg | last post by:
Just to let you know: we also provide binaries and support for Mac OS X Intel and PPC. Thanks to Joe Strout for pinging us about this. On 2008-10-15 17:41, eGenix Team: M.-A. Lemburg wrote: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.