Skip to content

Instantly share code, notes, and snippets.

@rendaw
Created August 30, 2013 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rendaw/6388433 to your computer and use it in GitHub Desktop.
Save rendaw/6388433 to your computer and use it in GitHub Desktop.
Candle tup failure, produces install_inscribist.wixobj
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" UpgradeCode="628A99DD-AEE3-423E-B949-4781D97D98B5" Name="inscribist" Version="1.6.0" Manufacturer="Zarbosoft" Language="1033" Codepage="1252">
<Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package" Languages="1033" SummaryCodepage="1252" />
<Media Id="1" Cabinet="product.cab" EmbedCab="yes" />
<Icon Id="Icon32" SourceFile="..\..\data\icon32.ico" />
<Property Id="ARPPRODUCTICON" Value="Icon32" />
<Property Id="ARPHELPLINK" Value="http://www.zarbosoft.com/inscribist" />
<Property Id="ARPURLINFOABOUT" Value="http://www.zarbosoft.com/" />
<!-- AdvancedUI stuff - also requires APPLICATIONFOLDER as Id below -->
<UIRef Id="WixUI_Advanced" />
<WixVariable Id="WixUILicenseRtf" Value="licenses.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="topbanner.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="tallbanner.bmp" />
<Property Id="ApplicationFolderName" Value="inscribist" />
<Property Id="WixAppFolder" Value="WixPerMachineFolder" />
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="APPLICATIONFOLDER" Name="inscribist">
<Component Id="CoreComponent" Guid="*">
<File Id="CoreComponentFile" Source="..\..\app\build\inscribist.exe" KeyPath="yes" Checksum="yes" />
</Component>
<Component Id="CoreComponentLib1" Guid="*">
<File Id="CoreComponentLib1File" Source="D:/anpr/lua-5.2.1/src/lua52.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib2" Guid="*">
<File Id="CoreComponentLib2File" Source="D:/anpr/local/bin/bzip2.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib3" Guid="*">
<File Id="CoreComponentLib3File" Source="D:/anpr/local/bin/libgtk-win32-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib4" Guid="*">
<File Id="CoreComponentLib4File" Source="D:/anpr/local/bin/libgdk-win32-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib5" Guid="*">
<File Id="CoreComponentLib5File" Source="D:/anpr/local/bin/libatk-1.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib6" Guid="*">
<File Id="CoreComponentLib6File" Source="D:/anpr/local/bin/libgio-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib7" Guid="*">
<File Id="CoreComponentLib7File" Source="D:/anpr/local/bin/libpangoft2-1.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib8" Guid="*">
<File Id="CoreComponentLib8File" Source="D:/anpr/local/bin/libpangocairo-1.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib9" Guid="*">
<File Id="CoreComponentLib9File" Source="D:/anpr/local/bin/libgdk_pixbuf-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib10" Guid="*">
<File Id="CoreComponentLib10File" Source="D:/anpr/local/bin/libcairo-2.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib11" Guid="*">
<File Id="CoreComponentLib11File" Source="D:/anpr/local/bin/libpango-1.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib12" Guid="*">
<File Id="CoreComponentLib12File" Source="D:/anpr/local/bin/freetype6.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib13" Guid="*">
<File Id="CoreComponentLib13File" Source="D:/anpr/local/bin/libfontconfig-1.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib14" Guid="*">
<File Id="CoreComponentLib14File" Source="D:/anpr/local/bin/libgobject-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib15" Guid="*">
<File Id="CoreComponentLib15File" Source="D:/anpr/local/bin/libglib-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib16" Guid="*">
<File Id="CoreComponentLib16File" Source="D:/anpr/local/bin/intl.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib17" Guid="*">
<File Id="CoreComponentLib17File" Source="D:/anpr/local/bin/libexpat-1.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib18" Guid="*">
<File Id="CoreComponentLib18File" Source="D:/anpr/local/bin/libpng14-14.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib19" Guid="*">
<File Id="CoreComponentLib19File" Source="D:/anpr/local/bin/zlib1.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib20" Guid="*">
<File Id="CoreComponentLib20File" Source="D:/anpr/local/bin/libgmodule-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib21" Guid="*">
<File Id="CoreComponentLib21File" Source="D:/anpr/local/bin/libpangowin32-1.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib22" Guid="*">
<File Id="CoreComponentLib22File" Source="D:/anpr/local/bin/libgthread-2.0-0.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib23" Guid="*">
<File Id="CoreComponentLib23File" Source="D:/mingw64/bin/libgcc_s_sjlj-1.dll" KeyPath="yes" />
</Component>
<Component Id="CoreComponentLib24" Guid="*">
<File Id="CoreComponentLib24File" Source="D:/mingw64/bin/libstdc++-6.dll" KeyPath="yes" />
</Component>
<Component Id="CoreIcon" Guid="*">
<File Id="CoreIconFile" Source="..\..\data\icon32.png" KeyPath="yes" />
</Component>
<Component Id="CoreLicense" Guid="*">
<File Id="CoreLicenseFile" Source="..\..\license.txt" KeyPath="yes" />
</Component>
<Component Id="LuaLicense" Guid="*">
<File Id="LuaLicenseFile" Source="lualicense.txt" KeyPath="yes" />
</Component>
<Component Id="CoreWebsiteShortcut" Guid="*">
<util:InternetShortcut Id="CoreWebsiteShortcutFile" Name="inscribist Website" Target="http://www.zarbosoft.com/inscribist" />
<RegistryValue Root="HKCU" Key="Software\Zarbosoft\inscribist" Name="CoreWebsiteShortcut" Type="integer" Value="1" KeyPath="yes"/>
</Component>
<Component Id="CoreForumShortcut" Guid="*">
<util:InternetShortcut Id="CoreForumShortcutFile" Name="inscribist Forum" Target="http://www.zarbosoft.com/forum/index.php?board=8.0" />
<RegistryValue Root="HKCU" Key="Software\Zarbosoft\inscribist" Name="CoreForumShortcut" Type="integer" Value="1" KeyPath="yes"/>
</Component>
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder">
<Directory Id="ProgramMenuSubfolder" Name="inscribist">
<Component Id="ApplicationShortcuts" Guid="*">
<Shortcut Id="ApplicationShortcutFile" Name="inscribist" Target="[APPLICATIONFOLDER]inscribist.exe" WorkingDirectory="PersonalFolder" Icon="Icon32" />
<RegistryValue Root="HKCU" Key="Software\Zarbosoft\inscribist" Name="ApplicationShortcutFile" Type="integer" Value="1" KeyPath="yes"/>
<RemoveFolder Id="ProgramMenuSubfolder" On="uninstall"/>
</Component>
<Component Id="StartMenuWebsiteShortcut" Guid="*">
<util:InternetShortcut Id="StartMenuWebsiteShortcutFile" Name="inscribist Website" Target="http://www.zarbosoft.com/inscribist" />
<RegistryValue Root="HKCU" Key="Software\Zarbosoft\inscribist" Name="StartMenuWebsiteShortcut" Type="integer" Value="1" KeyPath="yes"/>
</Component>
<Component Id="StartMenuForumShortcut" Guid="*">
<util:InternetShortcut Id="StartMenuForumShortcutFile" Name="inscribist Forum" Target="http://www.zarbosoft.com/forum/index.php?board=8.0" />
<RegistryValue Root="HKCU" Key="Software\Zarbosoft\inscribist" Name="StartMenuForumShortcut" Type="integer" Value="1" KeyPath="yes"/>
</Component>
</Directory>
</Directory>
</Directory>
<Feature Id="Core" Level="1" Absent="disallow" Title="Everything">
<ComponentRef Id="CoreComponent" />
<ComponentRef Id="CoreComponentLib1" />
<ComponentRef Id="CoreComponentLib2" />
<ComponentRef Id="CoreComponentLib3" />
<ComponentRef Id="CoreComponentLib4" />
<ComponentRef Id="CoreComponentLib5" />
<ComponentRef Id="CoreComponentLib6" />
<ComponentRef Id="CoreComponentLib7" />
<ComponentRef Id="CoreComponentLib8" />
<ComponentRef Id="CoreComponentLib9" />
<ComponentRef Id="CoreComponentLib10" />
<ComponentRef Id="CoreComponentLib11" />
<ComponentRef Id="CoreComponentLib12" />
<ComponentRef Id="CoreComponentLib13" />
<ComponentRef Id="CoreComponentLib14" />
<ComponentRef Id="CoreComponentLib15" />
<ComponentRef Id="CoreComponentLib16" />
<ComponentRef Id="CoreComponentLib17" />
<ComponentRef Id="CoreComponentLib18" />
<ComponentRef Id="CoreComponentLib19" />
<ComponentRef Id="CoreComponentLib20" />
<ComponentRef Id="CoreComponentLib21" />
<ComponentRef Id="CoreComponentLib22" />
<ComponentRef Id="CoreComponentLib23" />
<ComponentRef Id="CoreComponentLib24" />
<ComponentRef Id="CoreIcon" />
<ComponentRef Id="CoreLicense" />
<ComponentRef Id="LuaLicense" />
<ComponentRef Id="CoreWebsiteShortcut" />
<ComponentRef Id="CoreForumShortcut" />
<ComponentRef Id="ApplicationShortcuts" />
<ComponentRef Id="StartMenuWebsiteShortcut" />
<ComponentRef Id="StartMenuForumShortcut" />
</Feature>
</Product>
</Wix>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment