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

Install Shield2012 Spring SP1 not showing check for Microsoft .NET Framework 4.5 Full

Hi,

I have InstallShield 2012 spring installed on my machine . After that I have installed Sp1 patch to support prerequisites for the .NET Framework 4.5 and visual studio 2012. but after installation it is not showing any check for .NET Framework 4.5 and visual studio 2012. I am using InstallScript MSI project.

So please help me how to update installshield 2012 spring for supporting prerequisites for the .NET Framework 4.5 and visual studio 2012.



Thanks and Regards,
Suraj
Labels (1)
0 Kudos
(5) Replies
weakness
Level 6

I don't know what is actually happening on your InstallShield system.
However, I know the following KB.

Q210546: HOTFIX: 4.5 .NET Framework Setup Prerequisite file fails to download
http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q210546

Can it help you?
0 Kudos
Suraj_Munale
Level 3

Hi,
Thanks for your reply.
I have downloaded SP1 from following link:
Link:
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q208466&sliceId=

Is this right update or is there any other way to install SP1?




Thanks and Regards,
Suraj
0 Kudos
weakness
Level 6

Suraj Munale wrote:

I have downloaded SP1 from following link:
Link:
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q208466&sliceId=

Is this right update or is there any other way to install SP1?


I believe that URL is correct.
0 Kudos
Suraj_Munale
Level 3

weakness wrote:
I believe that URL is correct.


Hi Thanks For Your Reply.

"Microsoft .net framework 4.5 Full" is listed in Redistributables view. But How to add this as prerequisite?It is not showing in "Application Requirement" Tab.



Thanks and Regards,
Suraj.
0 Kudos
vlakshmi
Level 4

1- In the ‘Redistributables’ view, check the check box for ‘Microsoft .net framework 4.5 Full’
2- Immediately you will be prompted with a dialog box asking whether you want to download the redistributable (If the ‘Location’ property of ‘Microsoft .net framework 4.5 Full’ has the value ‘Needs to be downloaded’ )
3- Click on ‘Yes’
4- You can see the results of the files getting downloaded in the ‘Build’ tab
5- Once you have the message that all the files are downloaded successfully, you can build your msi
6- Run the msi and during install it will launch an Pre requisite window asking you to click on ‘install’ button which will install the pre requisite
0 Kudos