Hello,
First, ISTool is a really great tool, good job ;)
It is possible to do this manually, but it would be very friendly to do it simply by checking a box: Precompile .NET managed applications with NGen
"The Native Image Generator (Ngen.exe) is a .NET Framework tool that improves the performance of managed applications. Ngen.exe creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer. The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly."
Usage:
ngen.exe install [assemblyPath]
ngen.exe uninstall [assemblyPath]
This is done by some installation programs for .NET managed applications like pain.net
Source and more informations:
http://msdn2.microsoft.com/en-us/library/6t9t5wcf\(VS.80).aspx
My email: KyrO@SwissOnline.ch
Regards, KyrO (french speaking)
Logged In: YES
user_id=1171752
Originator: NO
You can use this sections ([Run] and [UninstallRun]) for execute ngen.exe