Hi guys,

My application consists of a C++/CLI executable and C++/CLI dll. I have ngen'ed 
the executable using the following code(I didn't Ngen'ed my dll because it will 
be ngen'ed automatically when I ngen my executable, right?). I have checked the 
msi logs, the Ngen seems to be successful(No error msgs, return value is one). 
But when I typed "ngen display" at the command prompt, my executable and dll is 
not in the list of ngen'ed roots and images. Is there anything I am doing 
wrong? Is this okay?

                                        <Component Id='Xxx' 
Guid='FA706DFA-A47B-4FBB-83C2-AE44AF314848'>
                                                <File Id='XxxEXE' DiskId='1' 
Name='Xxx.exe' Source='Binary\Xxx.exe' 
                                                Vital='yes' >
                                                        <netfx:NativeImage 
Id="Xxx.exe" Platform="32bit" Priority="1"/>
                                                </File>
                                                <RegistryValue Id='ProductVers' 
Root='HKCU' Key='SOFTWARE\Xxx' 
                                                        Name='ProductVers' 
Action='write' Type='string' Value='$(var.Vers)' KeyPath="yes" />
                                        </Component>

Thank you in advance!

Best regards,
Bob Lim


      ______________________________________________________________________
Search, browse and book your hotels and flights through Yahoo! Travel.
http://sg.travel.yahoo.com

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to