cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
crewsr
Level 3

Prerequisite not being installed

I have an basic MSI installer that I'm working on for a product that requires .Net 3.0. In the installation designer -> Redistributables page I have the .Net 3.0 x86 checked off. The prerequisite conditions are not being met on the target system (in other words, the prerequisite should be installed). However, when I run setup the installer skips over installing the pre-requisite. Is there something else that I need to do to make it work? I had it working earlier, but took the prerequisite out to reduce the installer archive size, but it has been requested to add it back, but now it doesn't work anymore.

Any input would be appreciated!

Thanks
Labels (1)
0 Kudos
(1) Reply
Ranjit_Kumar
Level 6

By which condition you are installing the prerequiesite. By using registry. Check whether you are seleting the registry which deletes when .net 3.0 is uninstalled.

2. Check whether setup.exe is selected or not.

I think if u selected these two properly. Then there will not be any probelm.
0 Kudos