473,503 Members | 5,495 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating an MSI file for an Access program

Hello,

Is there a tool that I can use to create an MSI file to deploy an Access
database? I did a few searches on MSI on the Microsoft Website, but I got a
lot of information that had to do with MSI files, but didn't answer any of
my questions.

Anyone have experience with this?

Thanks!
Jan 31 '06 #1
4 3800
What is it that you want to deploy? Just the database? If so, Microsoft
Installed is not required. If you need, however, to install the Access
runtime, you'll need to purchase either the Developer Edition of Office for
your version (and that'll have to be an "aftermarket" sale) or, for Access
2003, the Visual Studio Tools for Office 2003 -- to obtain the license. If
your users need full retail Access, that would be a separate install.

Even "compiled", your Access database is not a "standalone executable".

Larry Linson
Microsoft Access MVP

"Rico" <r c o l l e n s @ h e m m i n g w a y . c o mREMOVE THIS PART IN
CAPS> wrote in message news:_KODf.395777$2k.364726@pd7tw1no...
Hello,

Is there a tool that I can use to create an MSI file to deploy an Access
database? I did a few searches on MSI on the Microsoft Website, but I got
a lot of information that had to do with MSI files, but didn't answer any
of my questions.

Anyone have experience with this?

Thanks!

Feb 1 '06 #2
Br
You can use something like InstallShield Express to create an installation
package (an MSI or EXE). It can include the run-time version of Access if
you have it.

Larry Linson wrote:
What is it that you want to deploy? Just the database? If so,
Microsoft Installed is not required. If you need, however, to install
the Access runtime, you'll need to purchase either the Developer
Edition of Office for your version (and that'll have to be an
"aftermarket" sale) or, for Access 2003, the Visual Studio Tools for
Office 2003 -- to obtain the license. If your users need full retail
Access, that would be a separate install.
Even "compiled", your Access database is not a "standalone
executable".
Larry Linson
Microsoft Access MVP

"Rico" <r c o l l e n s @ h e m m i n g w a y . c o mREMOVE THIS PART
IN CAPS> wrote in message news:_KODf.395777$2k.364726@pd7tw1no...
Hello,

Is there a tool that I can use to create an MSI file to deploy an
Access database? I did a few searches on MSI on the Microsoft
Website, but I got a lot of information that had to do with MSI
files, but didn't answer any of my questions.

Anyone have experience with this?

Thanks!


--
regards,

Br@dley
Feb 1 '06 #3
Thanks Bradley, I was hoping there was a freebie scripting tool from
Microsoft rather than spending money on InstallShield or WISE.

Thanks!

"Br@dley" <nu**@email.com> wrote in message
news:dr**********@news-02.connect.com.au...
You can use something like InstallShield Express to create an installation
package (an MSI or EXE). It can include the run-time version of Access if
you have it.

Larry Linson wrote:
What is it that you want to deploy? Just the database? If so,
Microsoft Installed is not required. If you need, however, to install
the Access runtime, you'll need to purchase either the Developer
Edition of Office for your version (and that'll have to be an
"aftermarket" sale) or, for Access 2003, the Visual Studio Tools for
Office 2003 -- to obtain the license. If your users need full retail
Access, that would be a separate install.
Even "compiled", your Access database is not a "standalone
executable".
Larry Linson
Microsoft Access MVP

"Rico" <r c o l l e n s @ h e m m i n g w a y . c o mREMOVE THIS PART
IN CAPS> wrote in message news:_KODf.395777$2k.364726@pd7tw1no...
Hello,

Is there a tool that I can use to create an MSI file to deploy an
Access database? I did a few searches on MSI on the Microsoft
Website, but I got a lot of information that had to do with MSI
files, but didn't answer any of my questions.

Anyone have experience with this?

Thanks!


--
regards,

Br@dley

Feb 2 '06 #4
Rico wrote:
Is there a tool that I can use to create an MSI file to deploy an Access
database?


It is not mandatory to use Microsoft Installer to deploy just the
database. Try to use
third party installation software.

I recommend Agentix Installer: http://www.aginstaller.com
for creating a single-exe installation package.

It works on all versions of Windows, creates high compressed single-exe
setups, supports
multilingual installations and has a complete set of the gentleman's
features.

Feb 3 '06 #5

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

Similar topics

1
3604
by: dkomo | last post by:
I wrote a VB 6.0 program to create an Access database file and fill it with data. I used the following DAO statement: Set db_AllEquity = ws.CreateDatabase(Database_Name, dbLangGeneral,...
9
2785
by: monomaniac21 | last post by:
Hi everyone i'm trying to setup my website to create new webpages dynamically using php but I am have a major problem in that whenever i create a file it is always created locked so that it can...
6
14832
by: Jeff | last post by:
Hi - I understand how to create a directory folder, but how can I programatically create a _shared_ directory folder and set its permissions?? (I'm using VB.NET.) Thanks for your help. -...
12
3138
by: Mats Lycken | last post by:
Hi, I'm creating a CMS that I would like to be plug-in based with different plugins handling different kinds of content. What I really want is to be able to load/unload plugins on the fly without...
16
9753
by: Asaf | last post by:
I am trying to create and use a COM object with C#.NET 2005. The assembly is set to "Register for COM interop" but when I am trying to call it from VB on Word 2003 I am getting this error: ...
10
2211
by: Jake Forson | last post by:
Hi there, I'd like to re-create a form given only its resource file. I was going to simply read the resource file and re-create the "Form" object and all its controls as found in this file...
18
1944
by: rdemyan via AccessMonster.com | last post by:
Here's my plan for creating nightly backups of the production back-end file (the IT staff in their infinite wisdom have prevented use of Windows Scheduler and users do not have administrative...
6
1770
by: Charlie Bear | last post by:
i'm really stuck with this one can anyone help! i have a website that uses c#. it creates a series of directories and files from an xml source. when the xml changes, the directory that the...
0
1443
by: ARC | last post by:
I posted previously about a strategy for importing data from a previous database that is in a different version of Access. I'm going with the strategy of having 2 sets of linked tables, one...
3
7395
Kelicula
by: Kelicula | last post by:
This is NOT a complete OO perl tutorial However I thought it could be beneficial to explain some of the basic concepts, and allow some users to simplify the software design process. I have...
0
7207
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
7291
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,...
1
7012
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...
0
7468
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...
1
5023
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...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1522
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
402
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...

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.