johnsmith052
Posts: 5
Joined: Thu May 03, 2018 4:41 am

MSI from installation files

Greeting,

My Task is to build a MSI file, but the install file are in setup.exe with some other files and Some sub-foler there.

I like use "Repackaging an existing installation in a VMware virtual machine" to do that. (during the installation, I need to answer some questions, then next)

How can I do that?

Thanks.
Newbie in Installer
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: MSI from installation files

Hello,

Using an MSI setup package you can get the user input using the Installer Properties. For instance you can use our "Dialog Editor" feature to configure UI controls on your dialog and further use their associated property into your setup project.

Have a look on our "How to show a custom feature selection dialog" tutorial for a short example.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
johnsmith052
Posts: 5
Joined: Thu May 03, 2018 4:41 am

Re: MSI from installation files

Thanks Daniel,

My installation file is Setup.EXE with another file not MSI. (For example, Office, not only one file)

Newbie in Installer
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: MSI from installation files

You are welcome.

In this case you can try to "Convert EXE(s) to MSI" and add the other files required by your EXE setup in the "Additional Files" field.

Hope this helped.

All the best,
Dnaiel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”