Invoke ngen from NSIS installer

Posted by BlackStar on Stack Overflow See other posts from Stack Overflow or by BlackStar
Published on 2010-03-23T01:03:46Z Indexed on 2010/03/23 1:11 UTC
Read the original article Hit count: 389

Filed under:
|

I am using NSIS to deploy a .Net application. The installation/uninstallation process works fine, but I would like to add a final ngen step to improve startup performance.

Unfortunately, Google didn't reveal any relevant material. It's unlikely that noone has ever done this before - maybe someone here has some idea?

In the unlikely case that this is impossible to support without ugly hacks, I would be willing to use a different installer technology provided it can run on my Linux build server. (This rules out WiX, for example.)

Any ideas?

© Stack Overflow or respective owner

Related posts about ngen

Related posts about nsis