inkscape.wxs revision 3a0760a0ffbee7fe5eb72ac8f16ef9b53340fccd
134317cfacab36327a4792fbb7206310a4ade107theAdib<?xml version='1.0' encoding='windows-1252'?>
134317cfacab36327a4792fbb7206310a4ade107theAdib<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
3a0760a0ffbee7fe5eb72ac8f16ef9b53340fccdtheAdib <Product Name='Inkscape 0.48' Id='81922150-317e-4bb0-a31d-ff1c14f707c5' UpgradeCode='4d5fedaa-84a0-48be-bd2a-08246398361a' Language='1033' Codepage='1252' Version='0.48' Manufacturer='inkscape.org'>
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Package Id='*' Keywords='Installer' Description="Inkscape Installer" Comments='inkscape is registered trademark of inkscape.org' Manufacturer='inkscape.org' InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
134317cfacab36327a4792fbb7206310a4ade107theAdib <Property Id='DiskPrompt' Value="inkscape 0.48 Installation [1]" />
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Property Id='ALLUSERS' Value="2" />
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <DirectoryRef Id="ApplicationProgramsFolder">
134317cfacab36327a4792fbb7206310a4ade107theAdib <Component Id="ApplicationShortcut" Guid="37de8ea4-e83a-4e40-8f9c-c6066b78d935">
134317cfacab36327a4792fbb7206310a4ade107theAdib <Shortcut Id="ApplicationStartMenuShortcut"
134317cfacab36327a4792fbb7206310a4ade107theAdib Name="Inkscape 0.48.3"
134317cfacab36327a4792fbb7206310a4ade107theAdib Description="Inkscape Vector Graphics Application"
134317cfacab36327a4792fbb7206310a4ade107theAdib Target="[INSTALLDIR]inkscape.exe"
134317cfacab36327a4792fbb7206310a4ade107theAdib WorkingDirectory="INSTALLDIR"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib <util:InternetShortcut Id="OnlineDocumentationShortcut"
134317cfacab36327a4792fbb7206310a4ade107theAdib Name="Inkscape Homepage"
134317cfacab36327a4792fbb7206310a4ade107theAdib Target="http://www.inkscape.org/"/>
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>
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <DirectoryRef Id="DesktopFolder">
134317cfacab36327a4792fbb7206310a4ade107theAdib <Component Id="DesktopShortcut" Guid="3afc08a7-05a1-40cf-90c2-0d6c042bfc41">
134317cfacab36327a4792fbb7206310a4ade107theAdib <Shortcut Id="desktopFoobar10" Directory="DesktopFolder" Target="[INSTALLDIR]inkscape.exe" Name="Inkscape 0.48" WorkingDirectory='INSTALLDIR' Icon="inkscape.exe" IconIndex="0" />
134317cfacab36327a4792fbb7206310a4ade107theAdib <RemoveFolder Id="DesktopFolder" On="uninstall"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib <RegistryValue Root="HKCU" Key="Software\Microsoft\MyApplicationName" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib </Component>
134317cfacab36327a4792fbb7206310a4ade107theAdib </DirectoryRef>
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Complete' Title='inkscape 0.48' Description='The complete Package' Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR' Absent="disallow" AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib<!--
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='MainProgram' Level='1' Title='inkscape Application' Description='the inkscape Application' Absent="disallow" AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentRef Id='MainExecutable' />
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
134317cfacab36327a4792fbb7206310a4ade107theAdib-->
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='MainProgram' Level='1' Title='inkscape Application' Description='the inkscape Application' Absent="disallow" AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentGroupRef Id='AllOther' />
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <!-- shortcuts -->
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='ApplicationShortcut' Level='1' Title='Start Menu entry' Description='an entry in the start Menu' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentRef Id='ApplicationShortcut' />
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='DesktopShortcut' Level='1' Title='Desktop link' Description='an link on the desktop' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentRef Id='DesktopShortcut' />
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Examples' Level='1' Title='Examples' Description='examples as svg' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentGroupRef Id='Examples' />
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Translations' Level='1' Title='Translations' Description='translations' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentGroupRef Id='Translations' />
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Tutorials' Level='1' Title='Tutorials' Description='tutorials as svg' AllowAdvertise='no'>
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentGroupRef Id='Tutorials' />
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
134317cfacab36327a4792fbb7206310a4ade107theAdib<!--
134317cfacab36327a4792fbb7206310a4ade107theAdib <ComponentRef Id='ProgramMenuDir' />
134317cfacab36327a4792fbb7206310a4ade107theAdib-->
134317cfacab36327a4792fbb7206310a4ade107theAdib </Feature>
3a0760a0ffbee7fe5eb72ac8f16ef9b53340fccdtheAdib <WixVariable Id="WixUILicenseRtf" Value="gpl-2.0.rtf" />
134317cfacab36327a4792fbb7206310a4ade107theAdib <UIRef Id="WixUI_Mondo" />
134317cfacab36327a4792fbb7206310a4ade107theAdib <UIRef Id="WixUI_ErrorProgressText" />
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib <Icon Id="inkscape.exe" SourceFile="..\..\inkscape\inkscape.exe" />
134317cfacab36327a4792fbb7206310a4ade107theAdib
134317cfacab36327a4792fbb7206310a4ade107theAdib </Product>
134317cfacab36327a4792fbb7206310a4ade107theAdib</Wix>