inkscape.wxs revision af0cfee8fa966c5ba92af702cfc17c92898d8e26
134317cfacab36327a4792fbb7206310a4ade107theAdib<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
af0cfee8fa966c5ba92af702cfc17c92898d8e26theadib <Product Name="$(var.FullProductName)" Id='81922150-317e-4bb0-a31d-ff1c14f707c5' UpgradeCode='4d5fedaa-84a0-48be-bd2a-08246398361a' Language='1033' Codepage='1252' Version='$(var.ProductVersion)' Manufacturer='inkscape.org'>
af0cfee8fa966c5ba92af702cfc17c92898d8e26theadib <Package Id='*' Keywords='Installer' Description="Inkscape Installer" Comments='inkscape is registered trademark of inkscape.org' Manufacturer='inkscape.org' InstallerVersion='$(var.InstallerVersion)' Platform='$(var.Platform)' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
134317cfacab36327a4792fbb7206310a4ade107theAdib <Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
f5bfbb0b97a5f1602e9379f3d431f59902d188c2theAdib <Property Id='DiskPrompt' Value="inkscape Installation [1]" />
af0cfee8fa966c5ba92af702cfc17c92898d8e26theadib <Component Id="ApplicationShortcut" Guid="37de8ea4-e83a-4e40-8f9c-c6066b78d935" Win64='$(var.Win64)' >
134317cfacab36327a4792fbb7206310a4ade107theAdib Description="Inkscape Vector Graphics Application"
134317cfacab36327a4792fbb7206310a4ade107theAdib Target="[INSTALLDIR]inkscape.exe"
134317cfacab36327a4792fbb7206310a4ade107theAdib WorkingDirectory="INSTALLDIR"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib <util:InternetShortcut Id="OnlineDocumentationShortcut"
134317cfacab36327a4792fbb7206310a4ade107theAdib Name="Inkscape Homepage"
134317cfacab36327a4792fbb7206310a4ade107theAdib <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib <RegistryValue Root="HKCU" Key="Software\Microsoft\MyApplicationName" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib </Component>
134317cfacab36327a4792fbb7206310a4ade107theAdib </DirectoryRef>
af0cfee8fa966c5ba92af702cfc17c92898d8e26theadib <Component Id="DesktopShortcut" Guid="3afc08a7-05a1-40cf-90c2-0d6c042bfc41" Win64='$(var.Win64)'>
af0cfee8fa966c5ba92af702cfc17c92898d8e26theadib <!-- Shortcut Id="desktopFoobar10" Directory="DesktopFolder" Target="[INSTALLDIR]inkscape.exe" Name="$(var.FullProductName)" WorkingDirectory='INSTALLDIR' Icon="file_inkscape_exe" IconIndex="0" / -->
f5bfbb0b97a5f1602e9379f3d431f59902d188c2theAdib <Shortcut Id="desktopFoobar10" Directory="DesktopFolder" Target="[INSTALLDIR]inkscape.exe" Name="$(var.FullProductName)" WorkingDirectory='INSTALLDIR' />
134317cfacab36327a4792fbb7206310a4ade107theAdib <RegistryValue Root="HKCU" Key="Software\Microsoft\MyApplicationName" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib </Component>
134317cfacab36327a4792fbb7206310a4ade107theAdib </DirectoryRef>
af0cfee8fa966c5ba92af702cfc17c92898d8e26theadib <Component Id="RegisterExtension" Guid="d544e040-573e-4ea8-983e-4bcae6b87f3d" Win64='$(var.Win64)'>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib <ProgId Id="inkscape.svg" Description='scalable vector graphics file' Icon='file_inkscape_exe'>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib <Verb Id='edit' Command='Edit with Inkscape' TargetFile='file_inkscape_exe' Argument='"%1"' />
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib </Extension>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib <Extension Id='svgz' ContentType='application/svgz'>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib <Verb Id='open' Command='Open with Inkscape' TargetFile='file_inkscape_exe' Argument='"%1"' />
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib </Extension>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib </Component>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib </DirectoryRef>
f5bfbb0b97a5f1602e9379f3d431f59902d188c2theAdib <Feature Id='Complete' Title="$(var.FullProductName)" Description='The complete Package' Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR' Absent="disallow" AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='MainProgram' Level='1' Title='inkscape Application' Description='the inkscape Application' Absent="disallow" AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentRef Id='MainExecutable' />
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='MainProgram' Level='1' Title='inkscape Application' Description='the inkscape Application' Absent="disallow" AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <!-- shortcuts -->
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='ApplicationShortcut' Level='1' Title='Start Menu entry' Description='an entry in the start Menu' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='DesktopShortcut' Level='1' Title='Desktop link' Description='an link on the desktop' AllowAdvertise='no'>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib <Feature Id='RegisterExtension' Level='1' Title='register file extension' Description='register .svg and .svgz file extension to explorer context menu' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Examples' Level='1' Title='Examples' Description='examples as svg' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Translations' Level='1' Title='Translations' Description='translations' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Tutorials' Level='1' Title='Tutorials' Description='tutorials as svg' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentRef Id='ProgramMenuDir' />
1697b9674a1511df55fc83bcd74c507ccdee3ec5theAdib <!-- set license text -->
3a0760a0ffbee7fe5eb72ac8f16ef9b53340fccdtheAdib <WixVariable Id="WixUILicenseRtf" Value="gpl-2.0.rtf" />
1697b9674a1511df55fc83bcd74c507ccdee3ec5theAdib <!-- set dialog custom bitmaps -->
1697b9674a1511df55fc83bcd74c507ccdee3ec5theAdib <WixVariable Id="WixUIDialogBmp" Value="Bitmaps\dialog.bmp"/>
1697b9674a1511df55fc83bcd74c507ccdee3ec5theAdib <WixVariable Id="WixUIBannerBmp" Value="Bitmaps\banner.bmp"/>
1697b9674a1511df55fc83bcd74c507ccdee3ec5theAdib <Icon Id="inkscape.ico" SourceFile="..\..\inkscape.ico" />
1697b9674a1511df55fc83bcd74c507ccdee3ec5theAdib <Property Id="ARPPRODUCTICON" Value="inkscape.ico" />