How can I add pre-requisites to an MSI installer package?
I want to add a pre-requisite of file name (.NetFx40_Full_setup.exe ) to an base installation package .
I followed add any prerequisite(, .NET Framework runtime, etc.) to
Prerequisites in wise installer editor and Save as a new file. After doing this showing the above error Iis coming ...How to fix this and add pre requisites to the installation package
Answers (1)
Adding any prerequisite directly to an .msi
1. Open Example.msi in Windows Installer Editor; do not convert it to a Wise project file.
2. On the Build Options page of Installation Expert, select Single-file .EXE from the .EXE Options drop-down list.
3. On the Prerequisites page, add any prerequisite (Windows Installer runtime, .NET Framework runtime, etc.).
4. Save as a new file.