soap - Can MSM (Merge Module) files be used within Inno-Setup? -


Can I include an MSM file and execute it in INO-setup? If not, how do I install the merge module properly? I need to install SOAP3 with my application and some guidance is needed. Do I have to wrap MSM in a custom MSI and then MSN file will have to execute ANNO? What do I use to create a clean and stupid MSI file for MSM? Thanks in advance for any help.

No, unfortunately it can not be done, but your visual studio can create "setup and deployment" project In which MSM is where you can join, follow these steps:

  1. Open Visual Studio and create a new project: Other project types - Setup and deployment - Visual Studio installer
  2. < Li> Select the setup project and give it a proper name
  3. Right click on the project in the Fly explorer and select Add Merge Module
  4. Create your project, you will now have an MSI file that you can add to your Ino Setup project
  5. Use msiexec by using a run command at the end (run msiexec at the command prompt to see its options)

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -