cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
alphonseg
Level 4

Precompile .NET assemblies

Jump to solution

Which edition of InstallShield is needed in order to precompile (ngen.exe) .NET assemblies?

Is it transparent to the user?

Labels (1)
0 Kudos
(1) Solution
banna_k
Revenera
Revenera

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.

View solution in original post

0 Kudos
(2) Replies
banna_k
Revenera
Revenera

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.

0 Kudos

Thank you!

0 Kudos