This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Prerequisite showing on OS that was not specified
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 25, 2014
04:58 PM
Prerequisite showing on OS that was not specified
I have a Basic MSI Project that has several prereqs. I set the launch conditions for the MSI to be Win Vista SP2, Win 7 SP1, Win 8+ and their corresponding Server OSs. Now, when running the installer on Win XP, the launch condition fails and I get a pop up message. That's great, however I was finding that I had some prereqs that were popping up before that point and would need to be installed before realizing that I can't even install the program on the OS. So, to fix this problem I went through each prereq and set the OSs that the prereq would run under to the same as the launch conditions. This worked for every prereq except one. I can't seem to figure out why this one prereq is still showing up on XP. Listed below is the prereq in question and it's conditions tab contents.
Microsoft .NET Framework 4.0 Full (Web Download).prq
Conditions:
Registry has certain value - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
User is running a particular OS - Windows Vista/Windows Server2008 (Any) (Service Packs=2 - )
User is running a particular OS - Windows 7/Windows Server 2008 R2 (Any) (Service Packs=1 - )
User is running a particular OS - Windows 8/Windows Server 2012 (Any)
Microsoft .NET Framework 4.0 Full (Web Download).prq
Conditions:
Registry has certain value - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
User is running a particular OS - Windows Vista/Windows Server2008 (Any) (Service Packs=2 - )
User is running a particular OS - Windows 7/Windows Server 2008 R2 (Any) (Service Packs=1 - )
User is running a particular OS - Windows 8/Windows Server 2012 (Any)
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 26, 2014
06:21 PM
I'm not sure why, but for some reason InstallShield was pulling a prerequisite with different conditions during the build. I've checked Tools -> Options-> Prereq tab and it had the correct path there. When I fixed the prereq in another location everything worked fine. So I guess the issue is resolved now.