fix msi install building.

This commit is contained in:
2018-05-17 15:55:36 +02:00
parent 3f989fed20
commit 6dc8f6a7b7
10 changed files with 12 additions and 45491 deletions
@@ -1,21 +1,5 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<?ifndef IsWin64?>
<?ifdef x64?>
<?define IsWin64 = "yes"?>
<?else ?>
<?define IsWin64 = "no"?>
<?endif ?>
<?endif ?>
<?ifdef EiffelStudio?>
<DirectoryRef Id="Dir.Core.studio.spec.$(var.IsePlatform).bin">
<Component Id="Comp.gdiplusreleases" Guid="804BCFD2-95A6-4E37-B6AF-73DFBF5993B9" Win64="$(var.IsWin64)" KeyPath="yes">
<File Id="gdiplusgdiplus.dll" Name="gdiplus.dll" DiskId="1" Source="M:\deliv\InstalledEiffel_18.05_win64\releases\gdiplus.dll" />
</Component>
</DirectoryRef>
<ComponentGroup Id="gdiplus">
<ComponentRef Id="Comp.gdiplusreleases" />
</ComponentGroup>
<?endif ?>
<ComponentGroup Id="gdiplus" />
</Fragment>
</Wix>