PDA

View Full Version : dotnet framework 2.0


abumraddnan
07-01-2007, 10:03 PM
:huh Hello how dotnet framework 2.0 add to the project so that the bell automatically if no installed Please reply quickly

Adam
07-03-2007, 04:08 PM
I have posted the .NET 2.0 Include with Install (http://www.indigorose.com/forums/showthread.php?p=104799#post104799)

Adam Kapilik

abumraddnan
07-05-2007, 10:25 AM
Thanks for reply

Brett
07-05-2007, 10:33 AM
The most receny version of Setup Factory for Windows Installer (1.1.1004) now includes the .NET 20 dependency module.

jinjoid
07-06-2007, 03:55 AM
I found a small problem. I downloaded 1.1.1004 this morning removed the existing installation and the pre-release .net 2.0 dependency folder. Installed new version, loaded up my project removed the old dependency added the new one and it failed to build. Couldn't find the dotnetfx.exe file. Turns out it was looking for it in dotnet2_0_Include but the dependency files (and the dotnetfx.exe) are actually in dotnet20_include (minus a _). Changed to the correct folder everything OK but the folders have such similar names I couldn't find it for a while.

Could be because I had used the pre-release version but thought I should point it out in case an underscore has gone astray.

Great Product by the way :cool

James

jinjoid
07-06-2007, 04:01 AM
It only seems to be a problem in an existing project that used the pre-release. Created a new project and everything is A'OK.

James

Adam
07-06-2007, 03:07 PM
Yeah sorry about that folks. The pre release had a bad folder reference in it. For best results use the official one that was released with 1004.

Next up will be .NET 1.1.

Any other bootstrap dependency suggestions?

Adam Kapilik

Desolator
07-07-2007, 01:54 AM
How about .NET 3.0?