/build/static/layout/Breadcrumb_cap_w.png

build setup.exe for multiple MSI

Hi,

 

Sorry if this question have allready been ask but I can't find information. I have to package an application that containt different .EXE and .MSI files. I want them to be include in a single setup.exe. I mean that the setup.exe would launch differente prerequisite application before installation the application.

I am using Adminstudio 10. Any one know what would be the best solution?


0 Comments   [ + ] Show comments

Answers (3)

Posted by: Arminius 11 years ago
Second Degree Green Belt
2

Best solution is to break it up into component MSIs and install them separately.  Doing the install this way with nested MSi and exe files will quickly lead to madness.  Updates and patching will be challenging at best.  Think also of your logic tree: if each has 2 options (yes/no), a little math will indicate how quickly unmangeable the possible combinations are.  I'd really suggest not to go down this path.


Comments:
  • Do you have a single executable that calls MSI and EXE in sequence ,if yes you can customise the exe .

    Else suggest you individually breakup the MSI and exe and customise individually .You can then crate a script using tools like SMS installer ,Auto IT and generate an exe. - RJ 11 years ago
    • I want to build a single .EXE thay calls MSI and EXE but I dont know how to do this and I can't find documentation relative to this. - lzeptile 11 years ago
  • I really dont want to go nested MSI but I know there is setup.exe build from adminstudio that could handle prerequisite application. - lzeptile 11 years ago
  • I agree this will make patching and updates a mess... why not use a simple Bat file to call the multiple msiexec commands? - GAKIS 11 years ago
  • I was going to go with a batch file as second option. We need to give the application to some client and wish to give them a single exec with all prerequisite include. I was wondering to know how this was possibile to be made. - lzeptile 11 years ago
Posted by: piyushnasa 11 years ago
Red Belt
0

Create an install script in Admin Studio to install these all together.


Comments:
  • I will try to figure out how to do this. Thank you! - lzeptile 11 years ago
Posted by: lzeptile 11 years ago
White Belt
0

Do you mean building a a MSI Project and adding installscript to install MSI and EXE?

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ