Inno Setup Bde Installer Seattle

About RAD & Installer Tweet RAD Studio extension for creating NSIS and Inno Setup installers. It integrates NSIS (Nullsoft Scriptable Install System) and Inno Setup with Embarcadero RAD Studio IDE and allows you to create and build NSIS and Inno Setup projects right within RAD Studio getting all benefits of common integrated environment! We would like to show you a description here but the site won’t allow us. Inno Script Generator is a tool that helps you to construct and maintain installation scripts for Jordan Russell`s Inno Setup. This new version of Inno Script Generator suported the newest versions of Inno Setup (Jordan Russell, Martijn Laan) and also ISTools (Bjornar Henden). Inno setup question. Inno Setup problem. ADO Installation INNO Setup. Inno Setup for Interbase Client install. Install Skript for Inno Setup. How to install BDE with Inno Setup in 'silent mode'? Urgent - inno setup problems!!!

Active5 years, 10 months ago
Inno Setup Bde Installer Seattle

Can I include a MSM file and execute it within Inno-Setup? If not, how would I properly install a merge module? I am needing to install SOAP3 with my application and need a bit of guidance. Will I have to wrap the MSM into a custom MSI and then have Inno execute the MSI file? What would I use to create a clean and stupid MSI file for the MSM? Thanks for any help in advance.

JeffJeff
1,1124 gold badges20 silver badges36 bronze badges

1 Answer

No, unfortunately it can't, but your Visual Studio can create 'Setup and Deployment' projects containing the msm's which you can include.Follow these steps:

  1. Open Visual Studio and create a new project: Other Project Types - Setup and Deployment - Visual Studio Installer
  2. Select Setup Project and give it an appropriate name
  3. Right click the project in the solution explorer and select Add Merge Module
  4. Build your project, now you will have an msi file that you can include in your inno setup project
  5. Add the File to the Files section of your inno setup project
  6. Finally specify a run command using msiexec. (run msiexec from the command prompt to view its options)
user2796104user2796104
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged soapinno-setupmerge-module or ask your own question.

Active3 years, 4 months ago

I have written a utility in delphi 5 professional which requires the some files while executing. I want to make a setup file which installs my utility program along with the other required files.

Warren P
41.3k34 gold badges155 silver badges284 bronze badges
narennaren
2843 gold badges11 silver badges20 bronze badges
Inno Setup Bde Installer Seattle

4 Answers

You can use InnoSetup to create professional installers here is the download link ... http://www.jrsoftware.org/isinfo.php

Inno Installer Windows 10

opc0deopc0de
7,04610 gold badges76 silver badges172 bronze badges

I'd go with InnoSetup any time if using Microsoft Windows Installer is not a requirement. If you would like to use MSI, then I'd recomment diving into Windows Installer XML, which is relatively easy to use for simple setups.

Thorsten DittmarThorsten Dittmar
48.3k4 gold badges73 silver badges122 bronze badges

Inno Setup Installer

Delphi 5 came with InstallShield Express that is useful for simple setups (and IIRC could also install the BDE...) and is simple to use - if you have a 'legal' copy you should find it easily on the installation CD (it should also be offered by the installation app autoruns launches).

user160694

As Inno Setup received many votes I would like to mention that it exists Embarcadero RAD Studio expert which integrates Inno Setup directly in this IDE called RAD & Installer: http://rad-installer.com/

SlappySlappy
3,7241 gold badge18 silver badges24 bronze badges

Not the answer you're looking for? Browse other questions tagged delphiinstallerinno-setup or ask your own question.