[ITEM]
12.01.2020
41

Installshield and MDAC?

Hi.

I am making an enquiry as to which version of Installshield you need to
install MDAC components with it for ADO etc.

The Installsheld site
(http://www.installshield.com/downloads/isp/objects/objects6.31.asp) seems
to be pushing the professional version with their installshield objects for
MDAC.

But, the cost of the pro version is as much as Delphi pro - US$999 - and
even the express version is US$349.

I gather you can't just use the special edition express version provided
with Delphi as it needs to spawn another process for installing MDAC. Is
this correct?

Would the express version or the special edition express version provided
with Delphi do the job and install MDAC with the application, doing the
relevant checks for existing MDAC versions and not overwriting newer ones?

Any comments appreciated, as an additional outlay of US$999 is best avoided!

Thanks,

Lauchlan M.

Re:Installshield and MDAC?


Lauchlan,

The MDAC re-distributable is a standalone exe file that installs all the
components (and has command line switches to make it 'silent'). I would
highly recommend using InnoSetup as the installer package, and simply tell
the installer to run the MDAC file. It works perfectly everytime (Ive used
it on a lot of projects, including ones with InterBase installs). You can
get InnoSetup from www.jrsoftware.org

Cheers,

Dave
www.glyfx.com

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c64971f_1@dnews..
Quote
> Hi.

> I am making an enquiry as to which version of Installshield you need to
> install MDAC components with it for ADO etc.

> The Installsheld site
> (http://www.installshield.com/downloads/isp/objects/objects6.31.asp) seems
> to be pushing the professional version with their installshield objects
for
> MDAC.

> But, the cost of the pro version is as much as Delphi pro - US$999 - and
> even the express version is US$349.

> I gather you can't just use the special edition express version provided
> with Delphi as it needs to spawn another process for installing MDAC. Is
> this correct?

> Would the express version or the special edition express version provided
> with Delphi do the job and install MDAC with the application, doing the
> relevant checks for existing MDAC versions and not overwriting newer ones?

> Any comments appreciated, as an additional outlay of US$999 is best
avoided!

> Thanks,

> Lauchlan M.

Tables/Navigators Components and Application Downloads at Delphi Pages - TMS TDBAdvNavigator v1.3.1.1, SmartDBNavigator Package v2.11 (Delphi 7), SmartDBNavigator Package v2.1 (Delphi 6), TMemDataset v2.1. Delphi Programming and Object Pascal Programming, Online Discussion Forum, Search quickly for components, downloads, news, message boards, etc.

Re:Installshield and MDAC?


Just include mdac_type.exe with your installation and run in while
installation process. But the best way is to redirect your customers to
http://www.microsoft.com/data to download their localized version. If MDAC
locale is different of Windows locale it can install incorrectly.

Regards,
Vassiliev V.V.
http://www.oledbdirect.com

'Lauchlan M' <LMackin..@Hotmail.com> ???Y/???Y ????? ???Y??:
news:3c64971f_1@dnews..

Quote
> Hi.

> I am making an enquiry as to which version of Installshield you need to
> install MDAC components with it for ADO etc.

> The Installsheld site
> (http://www.installshield.com/downloads/isp/objects/objects6.31.asp) seems
> to be pushing the professional version with their installshield objects
for
> MDAC.

> But, the cost of the pro version is as much as Delphi pro - US$999 - and
> even the express version is US$349.

> I gather you can't just use the special edition express version provided
> with Delphi as it needs to spawn another process for installing MDAC. Is
> this correct?

> Would the express version or the special edition express version provided
> with Delphi do the job and install MDAC with the application, doing the
> relevant checks for existing MDAC versions and not overwriting newer ones?

> Any comments appreciated, as an additional outlay of US$999 is best
avoided!

> Thanks,

> Lauchlan M.

Re:Installshield and MDAC?


Quote
> The MDAC re-distributable is a standalone exe file that installs all the
> components (and has command line switches to make it 'silent'). I would
> highly recommend using InnoSetup as the installer package, and simply tell
> the installer to run the MDAC file. It works perfectly everytime (Ive used
> it on a lot of projects, including ones with InterBase installs). You can
> get InnoSetup from www.jrsoftware.org
Thanks Dave.

So does this .exe take care of checking whether later versions of MDAC etc
have been installed and shouldn't be overwritten?

The advice http://www.jrsoftware.org/ishowto.phtml?a=dcommdac is essentially
just to script it to run the executable - do you need to do any version
checking as well?

Thanks,

Lauchlan M.

Re:Installshield and MDAC?


Quote
> Just include mdac_type.exe with your installation and run in while
> installation process. But the best way is to redirect your customers to
> http://www.microsoft.com/data to download their localized version. If MDAC
> locale is different of Windows locale it can install incorrectly.
Thanks Vassiliev.

This is an interesting point, I did not anticipate it would vary by locale.

Do you know if the version of InstallShieldExpress that ships with Delphi 6
can run the MDAC .exe from the installation process?

Also, I have reservations about leaving it to users to install their own
MDAC's. The application is to be used by people who may not be technically
minded in general (end-users, not developers).

Lauchlan M.

Re:Installshield and MDAC?


If you run the MDAC executable it will not install over a newer version. You
can check the MS website regarding all installation issues -
www.microsoft.com/data, the install FAQ is here
http://www.microsoft.com/data/mdac21info/MDACinstQ.htm

Regards,

David

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c653a64_1@dnews..
Quote

> > The MDAC re-distributable is a standalone exe file that installs all the
> > components (and has command line switches to make it 'silent'). I would
> > highly recommend using InnoSetup as the installer package, and simply
tell
> > the installer to run the MDAC file. It works perfectly everytime (Ive
used
> > it on a lot of projects, including ones with InterBase installs). You
can
> > get InnoSetup from www.jrsoftware.org

> Thanks Dave.

Jl_cmder for windows 8

> So does this .exe take care of checking whether later versions of MDAC etc
> have been installed and shouldn't be overwritten?

> The advice http://www.jrsoftware.org/ishowto.phtml?a=dcommdac is
essentially
> just to script it to run the executable - do you need to do any version
> checking as well?

> Thanks,

> Lauchlan M.

Re:Installshield and MDAC?


Below is good point for start:
http://www.installsite.org/
Vitaly

Re:Installshield and MDAC?


Hello,

If you have the InstallShield Express that ships with Delphi 6, it uses
Windows Installer to install the applications. Windows Installer allows you
to attach merge modules to you installation, which seems to be a big
improvement over past methods. This means you don't really need the
traditional mdac_typ.exe file at all, you only need to specify the 'MDAC25'
merge module in your setup. (navigate to 'Specify Application
Data'->'Objects/Merge Modules' in the left hand TreeView in InstallShield,
then check the 'MDAC25' option in the list) And that's all you need to do,
MDAC will then be installed with your installation. It seems too easy, but
it works! You can also look through the other included merge modules; there
are a lot, and you may find some to help you out with other installations.

You could check Microsoft's web site for updated versions of the
'MDAC25.msm' file, if you wanted to make sure you had the most recent
version.

Hope this helps.

Regards,
Todd M. Eischeid

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c653bbd_1@dnews..
Quote
> > Just include mdac_type.exe with your installation and run in while
> > installation process. But the best way is to redirect your customers to
> > http://www.microsoft.com/data to download their localized version. If
MDAC
> > locale is different of Windows locale it can install incorrectly.

> Thanks Vassiliev.

> This is an interesting point, I did not anticipate it would vary by
locale.

> Do you know if the version of InstallShieldExpress that ships with Delphi
6
> can run the MDAC .exe from the installation process?

> Also, I have reservations about leaving it to users to install their own
> MDAC's. The application is to be used by people who may not be technically
> minded in general (end-users, not developers).

> Lauchlan M.

Re:Installshield and MDAC?


Todd, this is terrific. Thanks!

One question: this installs MDAC 2.5.

MDAC 2.6 is meant to have the SQL Server 2000 support, but not Jet support.
Do you know if MDAC 2.6 still has the JET OLEDB Provider, and whether there
is a workaround for installing MDAC 2.6, 2.7 etc through Installshield
express D6 limited edition?

Thanks,

Lauchlan M.

Quote
> If you have the InstallShield Express that ships with Delphi 6, it uses
> Windows Installer to install the applications. Windows Installer allows
you
> to attach merge modules to you installation, which seems to be a big
> improvement over past methods. This means you don't really need the
> traditional mdac_typ.exe file at all, you only need to specify the
'MDAC25'
> merge module in your setup. (navigate to 'Specify Application
> Data'->'Objects/Merge Modules' in the left hand TreeView in InstallShield,
> then check the 'MDAC25' option in the list) And that's all you need to
do,
> MDAC will then be installed with your installation. It seems too easy, but
> it works! You can also look through the other included merge modules;
there
> are a lot, and you may find some to help you out with other installations.

> You could check Microsoft's web site for updated versions of the
> 'MDAC25.msm' file, if you wanted to make sure you had the most recent
> version.

Re:Installshield and MDAC?


I found the MDAC 2.6 and 2.7 merge module files at
http://www.jrsoftware.org/ishowto.phtml?a=dcommdac

Lauchlan M.

Re:Installshield and MDAC?


Quote
> I found the MDAC 2.6 and 2.7 merge module files at
> http://www.jrsoftware.org/ishowto.phtml?a=dcommdac
Pardon me, I pasted the wrong link:

http://www.installshield.com/downloads/isx/mm/modules.asp

Lauchlan M.

Re:Installshield and MDAC?


Just remember one thing with Windows Installer Lauchlan.. if the end user
doesnt have the WI runtime, they will have to download an additional 2-4Mb
file just so they can run the setup routine! Win2K/XP has it built in, but
all previous versions do not..
Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c65b3bd_2@dnews..
Quote
> Todd, this is terrific. Thanks!

> One question: this installs MDAC 2.5.

> MDAC 2.6 is meant to have the SQL Server 2000 support, but not Jet
support.
> Do you know if MDAC 2.6 still has the JET OLEDB Provider, and whether
there
> is a workaround for installing MDAC 2.6, 2.7 etc through Installshield
> express D6 limited edition?

> Thanks,

> Lauchlan M.

> > If you have the InstallShield Express that ships with Delphi 6, it uses
> > Windows Installer to install the applications. Windows Installer allows
> you
> > to attach merge modules to you installation, which seems to be a big
> > improvement over past methods. This means you don't really need the
> > traditional mdac_typ.exe file at all, you only need to specify the
> 'MDAC25'
> > merge module in your setup. (navigate to 'Specify Application
> > Data'->'Objects/Merge Modules' in the left hand TreeView in
InstallShield,
> > then check the 'MDAC25' option in the list) And that's all you need to
> do,
> > MDAC will then be installed with your installation. It seems too easy,
but
> > it works! You can also look through the other included merge modules;
> there
> > are a lot, and you may find some to help you out with other
installations.

> > You could check Microsoft's web site for updated versions of the
> > 'MDAC25.msm' file, if you wanted to make sure you had the most recent
> > version.

Re:Installshield and MDAC?


Quote
'Dave [GlyFX.com]' <fuzzyd..@yahoo.com> wrote in message
news:3c663b8f_2@dnews..
Quote
> Just remember one thing with Windows Installer Lauchlan.. if the end
user
> doesnt have the WI runtime, they will have to download an additional 2-4Mb
> file just so they can run the setup routine! Win2K/XP has it built in, but
> all previous versions do not..
It sounds like in this case Installshield installs the Window Installer
first when executing the Setup.exe file it creates. According to the
InstallShield Borland Edition help file:

'Installing Windows Installer with InstallShield

If you plan to run your setup on platforms other than Windows 2000 (Windows
NT 4.0, Windows 95, or Windows 98), you may need to install Windows
Installer. InstallShield allows you to include a copy of Windows Installer
in a self-extracting executable file called Setup.exe.

InstallShield can distribute a copy of Windows Installer in one of two ways.
If you choose to compress all of your application files into one package,
Setup.exe will contain your setup package along with a copy of Windows
Installer. Otherwise, your release folders contain Setup.exe, your
application and setup files, the Windows Installer files, and a file called
Setup.ini.

First, Setup.exe determines if Windows Installer is already installed on the
target system. If Windows Installer is found on the target system, it
launches your setup package. If Windows Installer is not installed, or a
more recent version needs to be installed, Setup.exe will install Windows
Installer and then launch your setup package. Note that the system may need
to be restarted for Windows Installer to be updated.

If an end user installs your setup on a Windows 2000 system that has an
earlier version of Windows Installer than what your setup requires,
Setup.exe displays a warning. If you want to suppress this warning, set the
Suppress Launcher Warning property in the ReleasesBuild Your Release view to
Yes.

By default, InstallShield will create Setup.exe along with your setup
package. You can change this setting in the Build Your Release property
sheet.You can change this setting by selecting Options from the Tools menu.
Then, uncheck 'Create Setup.exe.' This is a global change for every project.

In the Advanced Settings panel of the Release wizard, you can control
whether you want to create Setup.exe and which platforms you want to
distribute the Windows Installer service to. Changing this setting in the
Release wizard applies to only the current release.

Depending on your selections in the wizard's Setup Languages panel,
Setup.exe also gives users a choice of which language to run the setup in.

If you are planning on distributing your setup in more than one language,
Setup.exe is required if you would like to give your users the option of
selecting which language version of the setup they would like to run.'

Are you saying that InnoSetup is better as it doesn't use the Windows
installer?

Thanks!

Regards,

Lauchlan M.

Re:Installshield and MDAC?


Quote
> It sounds like in this case Installshield installs the Window Installer
> first when executing the Setup.exe file it creates. According to the
> InstallShield Borland Edition help file:
Oh I realise that :) But I guess it all depends on whether you want your
users to have to download an additional 2-4Mb of file for the setup (if you
have a CD-only based setup, then its not a problem).
Quote
> Are you saying that InnoSetup is better as it doesn't use the Windows
> installer?
I am not a fan of InstallShield, simply because I have seen it wreck too
many registries/shared files on uninstall operations, as well as Windows
Installer conflicts on some machines. We find InstallShield Express
particularly troublesome..your milage may vary of course. I simply
recommend InnoSetup because its small, fast and unobtrusive. Naturally there
are things that InstallShield or Wise will do that IS simply cannot, but it
all depends on what you need and what you are installing. Price is also a
consideration at the end of the day..

We offer a lot of our developer products (not just GlyFX) for download, and
thats where the size of the installer is very important. A setup built with
Inno only takes around 300-350Kb of space.

I am in no way trying to push you to Inno, just merely stating my opinion,
and what I have found from experience :)

Cheers,

Adobe Lightroom Crack Serial key & Serial Number Ptach Keygen Full Version Free Download. Adobe Lightroom 6 Crack Adobe Lightroom 6 Serial Key crack Adobe Lightroom 6, Photography Settings, Key, Adobe Lightroom 7 Serial Key If you are searching for software that works. Serial lightroom 6 mac crack. Adobe Lightroom 6 Serial Key Full Crack download free at Hax Pc and imports all of your snaps instantly out of your Cell phones there’s additionally a standard feature for importing photos from products also. It always stays up-to-date with new and modern photography from Adobe. Adobe Lightroom 6.12 Crack With Serial Key Keygen will not only work on MAC but it will work on WINDOWS 10 AND 7 and iOS, Android. Because out tools is adapted to all popular platforms, and we working to add more platforms every day. But Our main focus is Apple Macintosh operating systems.

Dave

Re:Installshield and MDAC?


Lauchlan,
Thanks for sending me the MDAC merge module links. I'm not sure about
the JET and/or SQL Server support in the new MDAC 2.6/2.7 setup, since I
mostly just use BDE stuff.

Regards,
Todd

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c65c275_2@dnews..
Quote

> > I found the MDAC 2.6 and 2.7 merge module files at
> > http://www.jrsoftware.org/ishowto.phtml?a=dcommdac

> Pardon me, I pasted the wrong link:

> http://www.installshield.com/downloads/isx/mm/modules.asp

> Lauchlan M.

1. InstallShield Express - Borland Limited Edition & MDAC

Glyfx

2. what is the Different of MDAC 2.6 vs MDAC 2.7

3. Does Anyone know if/how to downgrade MDAC 2.7 in WinXP to MDAC 2.6?

4. problems with adodataset.parameters.value and mdac 2.7

5. D4 - MS Access 97 - MDAC 2.* TTable Access violations

6. How to tell if dom95 and MDAC installed on client

7. MDAC 2.7 / Delphi 7 Access violation sqloledb.dll

8. ADO Express and MDAC 2.5

9. Delphi5, MDAC 2.5 and ADOUpdate2

10. MDAC 2.7 problem

Delphi XE2 is available in five editions – Starter, Professional, Enterprise, Ultimate and Architect. Delphi XE2 is also available as part of the RAD Studio XE2 – a development suite that includes Delphi, C++Builder, RadPHP and additional tools

Delphi XE2 Starter

Delphi XE2 Starter is a great way to get started building high-performance applications for Windows. Delphi Starter includes a streamlined IDE, code editor, ultra fast compiler, integrated debugger, two-way visual designers to speed development, hundreds of visual components, local connectivity with the InterBase database, and a limited commercial use license. Starter edition features include:

  • Develop 32-bit Windows application using the Delphi VCL and FireMonkey application platform
  • IDE and visual development environment
  • Hundreds of included components
  • License for use until your individual revenue from Delphi applications or company revenue reaches $1,000 US or your development team expands to more than 5 developers

If you're an individual you may use Starter Edition to create apps for your own use and apps that you can sell until your revenues reach $1,000 per year. If you're a small company or organization without revenue (or up to $1,000 per year in revenue), you can also use the Starter Edition. Once your company's total revenue reaches US $1,000, or your team expands to more than 5 developers, you can move up to an unrestricted commercial license with a specially priced Professional edition license. See the Delphi Starter page for more information and additional FAQs.

Delphi XE2 Professional

Delphi XE2 Professional is designed for developers building high-performance PC, Mac, GUI, touch-screen/kiosk, and mobile applications with or without embedded and local database persistence. Delphi XE2 Professional's ability to generate fast, native applications with rich user experiences makes it especially well-suited for ISVs who want to build highly-graphical 'packaged' applications for Windows and Mac from a single source code base. Delphi Professional features include:

  • Cross-platform development for Windows, Mac and iOS using the FireMonkey application platform
  • 64-bit development
  • dbExpress local database connectivity to InterBase® and MySQL
  • Expanded coding tools including Code Completion, live code templates, refactoring, command line tools, code formatter, Class Explorer, unit testing, and translation tools
  • Special edition bundled tools including FastReport, Documentation Insight, AQtime Developer, Beyond Compare Differ, Raize CodeSite Express, IP*Works, TeeChart, IntraWeb Personal, Rave Reports, InstallAware, and glyFX graphics library
  • Earlier version licenses and software for Delphi 7, 2007, 2009, 2010 and XE at no extra cost
  • Advanced debugging views and debugging of multi-threaded applications
  • Cloud computing integration with Amazon EC2 and Windows Azure
  • XML, Web Services, and advanced COM/DCOM development
  • Expanded VCL component set and VCL source code
  • UML code visualization, providing a visual representation of source code for easier understanding

Delphi XE2 Enterprise

Delphi XE2 Enterprise is designed for developers building rich,re interested in Delphi XE2, in combination with development tools for C++, .NET, Java, PHP, Ruby on Rails; plus a complete range of database design, management and performance tools, Embarcadero All-Access is the solution for you. Embarcadero All-Access XE provides all the application development and database tools you need – when you need them. It's the easiest to use 'toolbox' solution for any size team of developers, architects, performance testers, and DBAs. All-Access is ideal for both large enterprise teams working on a wide range of technologies; and for smaller teams, consultants, and individuals who find their time split across the software development life cycle.

© Copyright 2011 Embarcadero Technologies, Inc. All Rights Reserved.

[/ITEM]
[/MAIN]
12.01.2020
6

Installshield and MDAC?

Hi.

I am making an enquiry as to which version of Installshield you need to
install MDAC components with it for ADO etc.

The Installsheld site
(http://www.installshield.com/downloads/isp/objects/objects6.31.asp) seems
to be pushing the professional version with their installshield objects for
MDAC.

But, the cost of the pro version is as much as Delphi pro - US$999 - and
even the express version is US$349.

I gather you can't just use the special edition express version provided
with Delphi as it needs to spawn another process for installing MDAC. Is
this correct?

Would the express version or the special edition express version provided
with Delphi do the job and install MDAC with the application, doing the
relevant checks for existing MDAC versions and not overwriting newer ones?

Any comments appreciated, as an additional outlay of US$999 is best avoided!

Thanks,

Lauchlan M.

Re:Installshield and MDAC?


Lauchlan,

The MDAC re-distributable is a standalone exe file that installs all the
components (and has command line switches to make it 'silent'). I would
highly recommend using InnoSetup as the installer package, and simply tell
the installer to run the MDAC file. It works perfectly everytime (Ive used
it on a lot of projects, including ones with InterBase installs). You can
get InnoSetup from www.jrsoftware.org

Cheers,

Dave
www.glyfx.com

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c64971f_1@dnews..
Quote
> Hi.

> I am making an enquiry as to which version of Installshield you need to
> install MDAC components with it for ADO etc.

> The Installsheld site
> (http://www.installshield.com/downloads/isp/objects/objects6.31.asp) seems
> to be pushing the professional version with their installshield objects
for
> MDAC.

> But, the cost of the pro version is as much as Delphi pro - US$999 - and
> even the express version is US$349.

> I gather you can't just use the special edition express version provided
> with Delphi as it needs to spawn another process for installing MDAC. Is
> this correct?

> Would the express version or the special edition express version provided
> with Delphi do the job and install MDAC with the application, doing the
> relevant checks for existing MDAC versions and not overwriting newer ones?

> Any comments appreciated, as an additional outlay of US$999 is best
avoided!

> Thanks,

> Lauchlan M.

Tables/Navigators Components and Application Downloads at Delphi Pages - TMS TDBAdvNavigator v1.3.1.1, SmartDBNavigator Package v2.11 (Delphi 7), SmartDBNavigator Package v2.1 (Delphi 6), TMemDataset v2.1. Delphi Programming and Object Pascal Programming, Online Discussion Forum, Search quickly for components, downloads, news, message boards, etc.

Re:Installshield and MDAC?


Just include mdac_type.exe with your installation and run in while
installation process. But the best way is to redirect your customers to
http://www.microsoft.com/data to download their localized version. If MDAC
locale is different of Windows locale it can install incorrectly.

Regards,
Vassiliev V.V.
http://www.oledbdirect.com

'Lauchlan M' <LMackin..@Hotmail.com> ???Y/???Y ????? ???Y??:
news:3c64971f_1@dnews..

Quote
> Hi.

> I am making an enquiry as to which version of Installshield you need to
> install MDAC components with it for ADO etc.

> The Installsheld site
> (http://www.installshield.com/downloads/isp/objects/objects6.31.asp) seems
> to be pushing the professional version with their installshield objects
for
> MDAC.

> But, the cost of the pro version is as much as Delphi pro - US$999 - and
> even the express version is US$349.

> I gather you can't just use the special edition express version provided
> with Delphi as it needs to spawn another process for installing MDAC. Is
> this correct?

> Would the express version or the special edition express version provided
> with Delphi do the job and install MDAC with the application, doing the
> relevant checks for existing MDAC versions and not overwriting newer ones?

> Any comments appreciated, as an additional outlay of US$999 is best
avoided!

> Thanks,

> Lauchlan M.

Re:Installshield and MDAC?


Quote
> The MDAC re-distributable is a standalone exe file that installs all the
> components (and has command line switches to make it 'silent'). I would
> highly recommend using InnoSetup as the installer package, and simply tell
> the installer to run the MDAC file. It works perfectly everytime (Ive used
> it on a lot of projects, including ones with InterBase installs). You can
> get InnoSetup from www.jrsoftware.org
Thanks Dave.

So does this .exe take care of checking whether later versions of MDAC etc
have been installed and shouldn't be overwritten?

The advice http://www.jrsoftware.org/ishowto.phtml?a=dcommdac is essentially
just to script it to run the executable - do you need to do any version
checking as well?

Thanks,

Lauchlan M.

Re:Installshield and MDAC?


Quote
> Just include mdac_type.exe with your installation and run in while
> installation process. But the best way is to redirect your customers to
> http://www.microsoft.com/data to download their localized version. If MDAC
> locale is different of Windows locale it can install incorrectly.
Thanks Vassiliev.

This is an interesting point, I did not anticipate it would vary by locale.

Do you know if the version of InstallShieldExpress that ships with Delphi 6
can run the MDAC .exe from the installation process?

Also, I have reservations about leaving it to users to install their own
MDAC's. The application is to be used by people who may not be technically
minded in general (end-users, not developers).

Lauchlan M.

Re:Installshield and MDAC?


If you run the MDAC executable it will not install over a newer version. You
can check the MS website regarding all installation issues -
www.microsoft.com/data, the install FAQ is here
http://www.microsoft.com/data/mdac21info/MDACinstQ.htm

Regards,

David

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c653a64_1@dnews..
Quote

> > The MDAC re-distributable is a standalone exe file that installs all the
> > components (and has command line switches to make it 'silent'). I would
> > highly recommend using InnoSetup as the installer package, and simply
tell
> > the installer to run the MDAC file. It works perfectly everytime (Ive
used
> > it on a lot of projects, including ones with InterBase installs). You
can
> > get InnoSetup from www.jrsoftware.org

> Thanks Dave.

Jl_cmder for windows 8

> So does this .exe take care of checking whether later versions of MDAC etc
> have been installed and shouldn't be overwritten?

> The advice http://www.jrsoftware.org/ishowto.phtml?a=dcommdac is
essentially
> just to script it to run the executable - do you need to do any version
> checking as well?

> Thanks,

> Lauchlan M.

Re:Installshield and MDAC?


Below is good point for start:
http://www.installsite.org/
Vitaly

Re:Installshield and MDAC?


Hello,

If you have the InstallShield Express that ships with Delphi 6, it uses
Windows Installer to install the applications. Windows Installer allows you
to attach merge modules to you installation, which seems to be a big
improvement over past methods. This means you don't really need the
traditional mdac_typ.exe file at all, you only need to specify the 'MDAC25'
merge module in your setup. (navigate to 'Specify Application
Data'->'Objects/Merge Modules' in the left hand TreeView in InstallShield,
then check the 'MDAC25' option in the list) And that's all you need to do,
MDAC will then be installed with your installation. It seems too easy, but
it works! You can also look through the other included merge modules; there
are a lot, and you may find some to help you out with other installations.

You could check Microsoft's web site for updated versions of the
'MDAC25.msm' file, if you wanted to make sure you had the most recent
version.

Hope this helps.

Regards,
Todd M. Eischeid

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c653bbd_1@dnews..
Quote
> > Just include mdac_type.exe with your installation and run in while
> > installation process. But the best way is to redirect your customers to
> > http://www.microsoft.com/data to download their localized version. If
MDAC
> > locale is different of Windows locale it can install incorrectly.

> Thanks Vassiliev.

> This is an interesting point, I did not anticipate it would vary by
locale.

> Do you know if the version of InstallShieldExpress that ships with Delphi
6
> can run the MDAC .exe from the installation process?

> Also, I have reservations about leaving it to users to install their own
> MDAC's. The application is to be used by people who may not be technically
> minded in general (end-users, not developers).

> Lauchlan M.

Re:Installshield and MDAC?


Todd, this is terrific. Thanks!

One question: this installs MDAC 2.5.

MDAC 2.6 is meant to have the SQL Server 2000 support, but not Jet support.
Do you know if MDAC 2.6 still has the JET OLEDB Provider, and whether there
is a workaround for installing MDAC 2.6, 2.7 etc through Installshield
express D6 limited edition?

Thanks,

Lauchlan M.

Quote
> If you have the InstallShield Express that ships with Delphi 6, it uses
> Windows Installer to install the applications. Windows Installer allows
you
> to attach merge modules to you installation, which seems to be a big
> improvement over past methods. This means you don't really need the
> traditional mdac_typ.exe file at all, you only need to specify the
'MDAC25'
> merge module in your setup. (navigate to 'Specify Application
> Data'->'Objects/Merge Modules' in the left hand TreeView in InstallShield,
> then check the 'MDAC25' option in the list) And that's all you need to
do,
> MDAC will then be installed with your installation. It seems too easy, but
> it works! You can also look through the other included merge modules;
there
> are a lot, and you may find some to help you out with other installations.

> You could check Microsoft's web site for updated versions of the
> 'MDAC25.msm' file, if you wanted to make sure you had the most recent
> version.

Re:Installshield and MDAC?


I found the MDAC 2.6 and 2.7 merge module files at
http://www.jrsoftware.org/ishowto.phtml?a=dcommdac

Lauchlan M.

Re:Installshield and MDAC?


Quote
> I found the MDAC 2.6 and 2.7 merge module files at
> http://www.jrsoftware.org/ishowto.phtml?a=dcommdac
Pardon me, I pasted the wrong link:

http://www.installshield.com/downloads/isx/mm/modules.asp

Lauchlan M.

Re:Installshield and MDAC?


Just remember one thing with Windows Installer Lauchlan.. if the end user
doesnt have the WI runtime, they will have to download an additional 2-4Mb
file just so they can run the setup routine! Win2K/XP has it built in, but
all previous versions do not..
Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c65b3bd_2@dnews..
Quote
> Todd, this is terrific. Thanks!

> One question: this installs MDAC 2.5.

> MDAC 2.6 is meant to have the SQL Server 2000 support, but not Jet
support.
> Do you know if MDAC 2.6 still has the JET OLEDB Provider, and whether
there
> is a workaround for installing MDAC 2.6, 2.7 etc through Installshield
> express D6 limited edition?

> Thanks,

> Lauchlan M.

> > If you have the InstallShield Express that ships with Delphi 6, it uses
> > Windows Installer to install the applications. Windows Installer allows
> you
> > to attach merge modules to you installation, which seems to be a big
> > improvement over past methods. This means you don't really need the
> > traditional mdac_typ.exe file at all, you only need to specify the
> 'MDAC25'
> > merge module in your setup. (navigate to 'Specify Application
> > Data'->'Objects/Merge Modules' in the left hand TreeView in
InstallShield,
> > then check the 'MDAC25' option in the list) And that's all you need to
> do,
> > MDAC will then be installed with your installation. It seems too easy,
but
> > it works! You can also look through the other included merge modules;
> there
> > are a lot, and you may find some to help you out with other
installations.

> > You could check Microsoft's web site for updated versions of the
> > 'MDAC25.msm' file, if you wanted to make sure you had the most recent
> > version.

Re:Installshield and MDAC?


Quote
'Dave [GlyFX.com]' <fuzzyd..@yahoo.com> wrote in message
news:3c663b8f_2@dnews..
Quote
> Just remember one thing with Windows Installer Lauchlan.. if the end
user
> doesnt have the WI runtime, they will have to download an additional 2-4Mb
> file just so they can run the setup routine! Win2K/XP has it built in, but
> all previous versions do not..
It sounds like in this case Installshield installs the Window Installer
first when executing the Setup.exe file it creates. According to the
InstallShield Borland Edition help file:

'Installing Windows Installer with InstallShield

If you plan to run your setup on platforms other than Windows 2000 (Windows
NT 4.0, Windows 95, or Windows 98), you may need to install Windows
Installer. InstallShield allows you to include a copy of Windows Installer
in a self-extracting executable file called Setup.exe.

InstallShield can distribute a copy of Windows Installer in one of two ways.
If you choose to compress all of your application files into one package,
Setup.exe will contain your setup package along with a copy of Windows
Installer. Otherwise, your release folders contain Setup.exe, your
application and setup files, the Windows Installer files, and a file called
Setup.ini.

First, Setup.exe determines if Windows Installer is already installed on the
target system. If Windows Installer is found on the target system, it
launches your setup package. If Windows Installer is not installed, or a
more recent version needs to be installed, Setup.exe will install Windows
Installer and then launch your setup package. Note that the system may need
to be restarted for Windows Installer to be updated.

If an end user installs your setup on a Windows 2000 system that has an
earlier version of Windows Installer than what your setup requires,
Setup.exe displays a warning. If you want to suppress this warning, set the
Suppress Launcher Warning property in the ReleasesBuild Your Release view to
Yes.

By default, InstallShield will create Setup.exe along with your setup
package. You can change this setting in the Build Your Release property
sheet.You can change this setting by selecting Options from the Tools menu.
Then, uncheck 'Create Setup.exe.' This is a global change for every project.

In the Advanced Settings panel of the Release wizard, you can control
whether you want to create Setup.exe and which platforms you want to
distribute the Windows Installer service to. Changing this setting in the
Release wizard applies to only the current release.

Depending on your selections in the wizard's Setup Languages panel,
Setup.exe also gives users a choice of which language to run the setup in.

If you are planning on distributing your setup in more than one language,
Setup.exe is required if you would like to give your users the option of
selecting which language version of the setup they would like to run.'

Are you saying that InnoSetup is better as it doesn't use the Windows
installer?

Thanks!

Regards,

Lauchlan M.

Re:Installshield and MDAC?


Quote
> It sounds like in this case Installshield installs the Window Installer
> first when executing the Setup.exe file it creates. According to the
> InstallShield Borland Edition help file:
Oh I realise that :) But I guess it all depends on whether you want your
users to have to download an additional 2-4Mb of file for the setup (if you
have a CD-only based setup, then its not a problem).
Quote
> Are you saying that InnoSetup is better as it doesn't use the Windows
> installer?
I am not a fan of InstallShield, simply because I have seen it wreck too
many registries/shared files on uninstall operations, as well as Windows
Installer conflicts on some machines. We find InstallShield Express
particularly troublesome..your milage may vary of course. I simply
recommend InnoSetup because its small, fast and unobtrusive. Naturally there
are things that InstallShield or Wise will do that IS simply cannot, but it
all depends on what you need and what you are installing. Price is also a
consideration at the end of the day..

We offer a lot of our developer products (not just GlyFX) for download, and
thats where the size of the installer is very important. A setup built with
Inno only takes around 300-350Kb of space.

I am in no way trying to push you to Inno, just merely stating my opinion,
and what I have found from experience :)

Cheers,

Adobe Lightroom Crack Serial key & Serial Number Ptach Keygen Full Version Free Download. Adobe Lightroom 6 Crack Adobe Lightroom 6 Serial Key crack Adobe Lightroom 6, Photography Settings, Key, Adobe Lightroom 7 Serial Key If you are searching for software that works. Serial lightroom 6 mac crack. Adobe Lightroom 6 Serial Key Full Crack download free at Hax Pc and imports all of your snaps instantly out of your Cell phones there’s additionally a standard feature for importing photos from products also. It always stays up-to-date with new and modern photography from Adobe. Adobe Lightroom 6.12 Crack With Serial Key Keygen will not only work on MAC but it will work on WINDOWS 10 AND 7 and iOS, Android. Because out tools is adapted to all popular platforms, and we working to add more platforms every day. But Our main focus is Apple Macintosh operating systems.

Dave

Re:Installshield and MDAC?


Lauchlan,
Thanks for sending me the MDAC merge module links. I'm not sure about
the JET and/or SQL Server support in the new MDAC 2.6/2.7 setup, since I
mostly just use BDE stuff.

Regards,
Todd

Quote
'Lauchlan M' <LMackin..@Hotmail.com> wrote in message
news:3c65c275_2@dnews..
Quote

> > I found the MDAC 2.6 and 2.7 merge module files at
> > http://www.jrsoftware.org/ishowto.phtml?a=dcommdac

> Pardon me, I pasted the wrong link:

> http://www.installshield.com/downloads/isx/mm/modules.asp

> Lauchlan M.

1. InstallShield Express - Borland Limited Edition & MDAC

Glyfx

2. what is the Different of MDAC 2.6 vs MDAC 2.7

3. Does Anyone know if/how to downgrade MDAC 2.7 in WinXP to MDAC 2.6?

4. problems with adodataset.parameters.value and mdac 2.7

5. D4 - MS Access 97 - MDAC 2.* TTable Access violations

6. How to tell if dom95 and MDAC installed on client

7. MDAC 2.7 / Delphi 7 Access violation sqloledb.dll

8. ADO Express and MDAC 2.5

9. Delphi5, MDAC 2.5 and ADOUpdate2

10. MDAC 2.7 problem

Delphi XE2 is available in five editions – Starter, Professional, Enterprise, Ultimate and Architect. Delphi XE2 is also available as part of the RAD Studio XE2 – a development suite that includes Delphi, C++Builder, RadPHP and additional tools

Delphi XE2 Starter

Delphi XE2 Starter is a great way to get started building high-performance applications for Windows. Delphi Starter includes a streamlined IDE, code editor, ultra fast compiler, integrated debugger, two-way visual designers to speed development, hundreds of visual components, local connectivity with the InterBase database, and a limited commercial use license. Starter edition features include:

  • Develop 32-bit Windows application using the Delphi VCL and FireMonkey application platform
  • IDE and visual development environment
  • Hundreds of included components
  • License for use until your individual revenue from Delphi applications or company revenue reaches $1,000 US or your development team expands to more than 5 developers

If you're an individual you may use Starter Edition to create apps for your own use and apps that you can sell until your revenues reach $1,000 per year. If you're a small company or organization without revenue (or up to $1,000 per year in revenue), you can also use the Starter Edition. Once your company's total revenue reaches US $1,000, or your team expands to more than 5 developers, you can move up to an unrestricted commercial license with a specially priced Professional edition license. See the Delphi Starter page for more information and additional FAQs.

Delphi XE2 Professional

Delphi XE2 Professional is designed for developers building high-performance PC, Mac, GUI, touch-screen/kiosk, and mobile applications with or without embedded and local database persistence. Delphi XE2 Professional's ability to generate fast, native applications with rich user experiences makes it especially well-suited for ISVs who want to build highly-graphical 'packaged' applications for Windows and Mac from a single source code base. Delphi Professional features include:

  • Cross-platform development for Windows, Mac and iOS using the FireMonkey application platform
  • 64-bit development
  • dbExpress local database connectivity to InterBase® and MySQL
  • Expanded coding tools including Code Completion, live code templates, refactoring, command line tools, code formatter, Class Explorer, unit testing, and translation tools
  • Special edition bundled tools including FastReport, Documentation Insight, AQtime Developer, Beyond Compare Differ, Raize CodeSite Express, IP*Works, TeeChart, IntraWeb Personal, Rave Reports, InstallAware, and glyFX graphics library
  • Earlier version licenses and software for Delphi 7, 2007, 2009, 2010 and XE at no extra cost
  • Advanced debugging views and debugging of multi-threaded applications
  • Cloud computing integration with Amazon EC2 and Windows Azure
  • XML, Web Services, and advanced COM/DCOM development
  • Expanded VCL component set and VCL source code
  • UML code visualization, providing a visual representation of source code for easier understanding

Delphi XE2 Enterprise

Delphi XE2 Enterprise is designed for developers building rich,re interested in Delphi XE2, in combination with development tools for C++, .NET, Java, PHP, Ruby on Rails; plus a complete range of database design, management and performance tools, Embarcadero All-Access is the solution for you. Embarcadero All-Access XE provides all the application development and database tools you need – when you need them. It's the easiest to use 'toolbox' solution for any size team of developers, architects, performance testers, and DBAs. All-Access is ideal for both large enterprise teams working on a wide range of technologies; and for smaller teams, consultants, and individuals who find their time split across the software development life cycle.

© Copyright 2011 Embarcadero Technologies, Inc. All Rights Reserved.