Add .NET Framework 4.0

Request new features that you would like to see in the next version of Advanced Installer.

Add .NET Framework 4.0

Postby muttus » Mon Mar 01, 2010 1:11 am

Hi,

I'm creating installer for my new app and I don't see .NET Framework 4.0 in "Launch conditions".
Please add it or say how to check it by custom conditions.

Thanks,
Muttley
muttus
 
Posts: 3
Joined: Mon Mar 01, 2010 1:04 am

Re: Add .NET Framework 4.0

Postby GabrielBarbu » Mon Mar 01, 2010 12:02 pm

Hi Muttley,

The .NET Framework 4.0 is still in beta and is subject to change, which is why we are not yet incorporating it as a launch condition.

You can still implement this by either doing a registry search for one of the registry keys the .net framework 4.0 installs or a file search. This is a good file location to search for
Code: Select all
C:\Windows\Microsoft.NET\Framework\v4.0.30128


However it's very possible these things will change once .NET 4.0 is out of beta.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
GabrielBarbu
 
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am

Re: Add .NET Framework 4.0

Postby muttus » Mon Mar 01, 2010 7:51 pm

Hi Gabriel,

Thanks for all, I'll try to do sth with it.

Muttley
muttus
 
Posts: 3
Joined: Mon Mar 01, 2010 1:04 am

Re: Add .NET Framework 4.0

Postby Jedidja » Sat Apr 17, 2010 6:21 pm

With the official release of .NET 4 will this be added to the prerequisites section?
Jedidja
 
Posts: 10
Joined: Sat Apr 17, 2010 6:20 pm

Re: Add .NET Framework 4.0

Postby Cosmin » Mon Apr 19, 2010 7:12 am

Hi,

Yes, .NET Framework 4.0 support will be added in Advanced Installer 7.7.

Regards,
Cosmin
Cosmin Pirvu
Advanced Installer Team
http://www.advancedinstaller.com/
Cosmin
 
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm

Re: Add .NET Framework 4.0

Postby Jedidja » Mon Apr 19, 2010 8:57 pm

When is this due to be released? We're developing an installer right now for an application that depends on .Net 4 :)
Jedidja
 
Posts: 10
Joined: Sat Apr 17, 2010 6:20 pm

Re: Add .NET Framework 4.0

Postby Cosmin » Tue Apr 20, 2010 11:22 am

Hi,

I'm afraid we cannot offer an ETA for now, but it shouldn't take more than a month. Until then you can create a prerequisite or launch condition manually.

Regards,
Cosmin
Cosmin Pirvu
Advanced Installer Team
http://www.advancedinstaller.com/
Cosmin
 
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm

Re: Add .NET Framework 4.0

Postby estern » Fri Apr 23, 2010 2:58 am

it's also needed on the virtual directory tab - asp.net version - is there a work around other then setting this manually after the install?
estern
 
Posts: 17
Joined: Wed May 13, 2009 5:37 pm

Re: Add .NET Framework 4.0

Postby Cosmin » Fri Apr 23, 2010 8:32 am

Hi,

This will be supported in Advanced Installer 7.7. Until then you can try this:
- create an application pool for your web application
- go to Table Editor page
- in the "AI_IIsAppPool" table set the "ManagedRuntimeVersion" column to:
Code: Select all
v4.0

Regards,
Cosmin
Cosmin Pirvu
Advanced Installer Team
http://www.advancedinstaller.com/
Cosmin
 
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm

Re: Add .NET Framework 4.0

Postby estern » Fri Apr 23, 2010 4:37 pm

same issue
estern
 
Posts: 17
Joined: Wed May 13, 2009 5:37 pm

Re: Add .NET Framework 4.0

Postby Cosmin » Mon Apr 26, 2010 8:57 am

Hi,

In the "AI_IIsVirtualDirectory" or "AI_IIsWebSite" table (whichever you are using) try setting the "AspNetVers" to:
Code: Select all
4.0.30319

Regards,
Cosmin
Cosmin Pirvu
Advanced Installer Team
http://www.advancedinstaller.com/
Cosmin
 
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm

Re: Add .NET Framework 4.0

Postby estern » Tue Apr 27, 2010 9:08 pm

Hi Cosmin

this didn't really work either. It looks correct in the UI but what I browse the page I get an odd error message. I then changed to the 2.0 framework, exited, changed back to 4.0.. in the UI and the page worked
estern
 
Posts: 17
Joined: Wed May 13, 2009 5:37 pm

Re: Add .NET Framework 4.0

Postby Jedidja » Wed May 12, 2010 10:05 pm

Any ideas on when 7.7 is coming out? 7.6.1 didn't address this issue either and it was a month since the previous release...
Jedidja
 
Posts: 10
Joined: Sat Apr 17, 2010 6:20 pm

Re: Add .NET Framework 4.0

Postby Cosmin » Thu May 13, 2010 8:40 am

Hi,

I'm afraid that we cannot offer an ETA for now, but it should be released by the end of this month (perhaps next week).

Regards,
Cosmin
Cosmin Pirvu
Advanced Installer Team
http://www.advancedinstaller.com/
Cosmin
 
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm

Re: Add .NET Framework 4.0

Postby darrix » Wed May 19, 2010 11:05 pm

Hi, can you give us an update on .NET 4.0 prerequisite availability?

Thanks
darrix
 
Posts: 1
Joined: Wed May 19, 2010 11:02 pm

Next

Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 0 guests