- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Precompile .NET assemblies
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Which edition of InstallShield is needed in order to precompile (ngen.exe) .NET assemblies?
Is it transparent to the user?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @alphonseg ,
Its available in InstallShield professional, premier editions.
.NET Precompile Assembly |
Basic MSI, DIM, InstallScript MSI, Merge Module |
Specify whether you want the installation to create a native image from the .NET assembly at run time and install it to the native image cache on the target system. This allows the assembly to load and execute faster, because it restores code and data structures from the native image cache rather than from just-in-time (JIT) compilation. |
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @alphonseg ,
Its available in InstallShield professional, premier editions.
.NET Precompile Assembly |
Basic MSI, DIM, InstallScript MSI, Merge Module |
Specify whether you want the installation to create a native image from the .NET assembly at run time and install it to the native image cache on the target system. This allows the assembly to load and execute faster, because it restores code and data structures from the native image cache rather than from just-in-time (JIT) compilation. |
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thank you!