Page 1 of 1

First Setup Package Help - .NET Prerequisite

Posted: Thu Nov 30, 2006 6:04 pm
by Greyeye
Thanks for a really cool product. I am really excited about using a much more professional setup than the native VS Installer Projects. Anyway, I want to test for the existence of the .NET Framework 1.1 on a computer prior to installing on it. If the framework is not detected, I would like to inform the user that it is not available and offer them a chance to download it. I figured out how to include .NET with the installer and test for this condition but I want to keep my install package as small as possibe. Thanks for the help...

Greyeye

Posted: Fri Dec 01, 2006 9:07 am
by CandiceJones
Just add the .NET prereq to your setup and do a web build! This will get you exactly what you want.

Posted: Fri Dec 01, 2006 9:30 am
by Greyeye
Thanks for the help...I will try it out.

I have one more question. Without getting to deep into it, I am not putting one of the dll files in my install package (same .NET project) that the exe requires. I am including another version of that file that is not a dll. This is causing the build to have an error because it cannot find that dll that it expects the exe to need. Is there a way to work around this? Thanks.

Greyeye

Posted: Fri Dec 01, 2006 10:40 am
by CandiceJones
I'm not sure I exactly understand your question - could you describe in a little more detail, please?

Posted: Fri Dec 01, 2006 11:25 am
by Greyeye
Sorry, when I went back and looked at my assemblies included, I had accidentally left in the one I did not want to include....Thanks for an awesome product....

Greyeye