Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Install Shield searching .Net 3.5 Features on Server 2012


6 replies to this topic

ketan.bhagwat

ketan.bhagwat
  • Full Members
  • 4 posts

Posted 27 May 2013 - 08:15

Hello,
I am creating install script project using Install shield 2009, this setup is working correctly in all OS, but for server 2012, It is installing the setup well, but at the last it is searching for Windows default feature and giving this warning The fallowing feature couldn't be installed, .Net Framework 3.5 , As I don't need this feature, My project is in Java, I didn't keep any .Net dependencies or prerequisite in project, Then Why it is searching this feature at last of setup,confused.gif

Help me out this problem

 



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 29 May 2013 - 10:04

Do you know in which phase of your setup exactly the message appears? (Did you step through the script in Debugger or add some MessageBoxes?)

You may want to make sure the .NET Settings for all components are set to "Not a .NET Assembly" and ".NET Scan at Build: none".



ketan.bhagwat

ketan.bhagwat
  • Full Members
  • 4 posts

Posted 29 May 2013 - 10:32

Yup I have done that, It is working fine on server 2008, But it is giving problem on server 2012, actually this is not affecting setup installation, after installation finished it is searching for windows feature



ketan.bhagwat

ketan.bhagwat
  • Full Members
  • 4 posts

Posted 29 May 2013 - 10:33

Hello Stefan Krüger

can you tell me how to register .NET framework object in application framework, it is missing in project



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 31 May 2013 - 10:12

actually this is not affecting setup installation, after installation finished it is searching for windows feature

So the dialog shows up after you clicked "Finish" in your setup? Are you launching your application from your setup?

 

can you tell me how to register .NET framework object in application framework, it is missing in project

I'm sorry, I don't understand your question. Are you talking about InstallShield or about Visual Studio?



ketan.bhagwat

ketan.bhagwat
  • Full Members
  • 4 posts

Posted 31 May 2013 - 10:40

-->>So the dialog shows up after you clicked "Finish" in your setup? Are you launching your application from your setup?

 

Actually it shows when all installation is finished, it shows up along with final Finish installation window. I am not going to launch the application after clicking on finish, this issue is coming before that. I got the some solution is that in Windows server 2012 .Net 3.5 feature is not installed by default , we have install it manually through server manager, But i want to avoid this warning..

m sending u attachment

 

 

-->> I'm sorry, I don't understand your question. Are you talking about InstallShield or about Visual Studio?

 

It is another Installshield installscript project, I got the solution for this thanx

Attached Images

  • Windows feature.jpg

Edited by ketan.bhagwat, 31 May 2013 - 10:42.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 04 June 2013 - 12:28

Well, you probably could activate the .NET 3.5 Feature of Windows during your install. But the question is: why is it needed in the first place? If your application is pure Java I have no idea why it triggers the .NET install.