COMMENTS
Very kind of you, thank you!
Thank you very much for covering the topic of .NET 2.0 pre-install.
Please forgive my naive question but what is the language used for the script that you are presenting? I am usually using WIX to create the installation package for my .NET applications. Is you are approach "compatible" with WIX ?
Thanks in advance,
Joannès
This script is for the freely available InnoSetup, an installation software. The language in the [Code] section is Pascal. Unfortunately, this is not compatible with WiX. WiX is a whole different installation system.
You can get InnoSetup here:
http://www.jrsoftware.org/isinfo.php
hi i found the link in dot net forums..... thanx for the code it helped me a lot.... i am new to innosetup and can u tell me how to implement maintainence screen that is repair,modify kinda thing using innosetup....
Regards,
Marc
There's a 3rd party extension that supposedly does this.
http://www.han-soft.com/uninshs.php
I haven't tried myself.
hey i tweaked your code and added still more features to check previous installed version and to automatically uninstall it and to check whether whether application is already running and made script available for download in my blog
http://www.ceveni.com/2008/03/check-dotnet-framework-using-innosetup.html
Thank you that is really helpful.
The good thing is that you are not like the other they just write part of there code then say here is the solution.
your code work very well and it's really good work from you