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.