
dustout1.552490907309016E12 asked a question.
Redistributables only show type Merge Module, no option for .net 4.5
In the Redistributables page, under Specify Application Data there are only options for Merge Modules. Previously there was an option for .net 4.5 web install, but it has gone. How do i bring it back?
edit: I am getting the following error as a result of this missing redistributable
ISEXP : warning : -6245: One or more of the project's components contain .NET properties that require the .NET Framework. It is recommended that the release include the .NET Framework.
What is configured in Tools > Options > Prerequisites tab? Is a path specified? The default value is typically the location for the .prq files: either something like C:\Program Files (x86)\InstallShield\2012Spring\SetupPrerequisites or C:\Program Files\InstallShield\2012Spring\SetupPrerequisites.
My prerequisites tab was pointing to
C:\Program Files\InstallShield\2012Spring\SetupPrerequisites
But that folder does not exist.*
Instead I pointed it to
C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites
and everything came back. You Rock! :cool: