Page 1 of 1

Native Images are not created under .NET 2.0

Posted: Sun Dec 25, 2005 11:38 am
by roecki
Native Images are not created under .NET 2.0.

I'm calling Generate Native Images after Apply Install for $TARGETDIR$\\application.exe.

Is that correct?
What can I do?

I'm also missing the option queue for generating the native images.

Thanks, Anton

Posted: Sun Dec 25, 2005 7:31 pm
by MichaelNesmith
Hi Anton!

The queue option is not available - but you can always run ngen.exe using the Run Program command and manually specify this option.

Native images are supported under .NET 2.0, but you need to be using the latest version of InstallAware for this - just download the trial for version 5.0.

Posted: Mon Dec 26, 2005 3:20 am
by roecki
Hi Michael,

i'm using the latest version of InstallAware 5.0 but the native images are not created.

What can I do?

Anton

Posted: Mon Dec 26, 2005 7:41 am
by MichaelNesmith
Hi Anton

How are you specifying the assembly names in the command? We'll get it working for you...

Posted: Mon Dec 26, 2005 3:15 pm
by roecki
Hi Michael,

I'm calling Generate Native Images after Apply Install for $TARGETDIR$\\application.exe.

Posted: Mon Dec 26, 2005 5:51 pm
by MichaelNesmith
Hi!

Did you try running ngen from the command line, to see if there is an error?

Thanks!

Posted: Fri Dec 30, 2005 8:03 am
by roecki
Hi,

the native images have been created by installaware.

I didn't specifiy the full path when verifing the native images with "ngen display" so that the output of ngen was not correct.

Sorry for the inconvenience.

Anton

Posted: Fri Dec 30, 2005 6:22 pm
by MichaelNesmith
Not a problem, glad to hear it works :)