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!!!
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.
JeffJeff1 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:
- Open Visual Studio and create a new project: Other Project Types - Setup and Deployment - Visual Studio Installer
- Select Setup Project and give it an appropriate name
- Right click the project in the solution explorer and select Add Merge Module
- Build your project, now you will have an msi file that you can include in your inno setup project
- Add the File to the Files section of your inno setup project
- Finally specify a run command using msiexec. (run msiexec from the command prompt to view its options)
Not the answer you're looking for? Browse other questions tagged soapinno-setupmerge-module or ask your own question.
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 P4 Answers
You can use InnoSetup to create professional installers here is the download link ... http://www.jrsoftware.org/isinfo.php
Inno Installer Windows 10
opc0deopc0deI'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 DittmarInno 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).
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