Browse Source

Use priority 1 for NGEN call in setup.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5464 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Daniel Grunwald 16 years ago
parent
commit
792700e970
  1. 3
      src/Setup/Files.wxs

3
src/Setup/Files.wxs

@ -24,7 +24,8 @@
regardless of whether they exist on the target regardless of whether they exist on the target
machine. machine.
--> -->
<netfx:NativeImage Id="SharpDevelopNGenImage" Priority="0" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" /> <!-- Using priority 1 because 0 slows down setup and might have a bug that causes it to work like priority 3 (http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg34312.html). -->
<netfx:NativeImage Id="SharpDevelopNGenImage" Priority="1" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" />
</File> </File>
</Component> </Component>
<Component Id="BooProjectFileAssociation" Guid="8FD60FEE-9220-4409-B98E-273AAC4A03E0" DiskId="1"> <Component Id="BooProjectFileAssociation" Guid="8FD60FEE-9220-4409-B98E-273AAC4A03E0" DiskId="1">

Loading…
Cancel
Save