inkscape.wxs revision 3ccb10e19925ccac46a3d8b7e08dad171f925bd9
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 <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 <Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
134317cfacab36327a4792fbb7206310a4ade107theAdib <Property Id='DiskPrompt' Value="inkscape 0.48 Installation [1]" />
134317cfacab36327a4792fbb7206310a4ade107theAdib <Component Id="ApplicationShortcut" Guid="37de8ea4-e83a-4e40-8f9c-c6066b78d935">
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 <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 <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 <RegistryValue Root="HKCU" Key="Software\Microsoft\MyApplicationName" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
134317cfacab36327a4792fbb7206310a4ade107theAdib </Component>
134317cfacab36327a4792fbb7206310a4ade107theAdib </DirectoryRef>
3ccb10e19925ccac46a3d8b7e08dad171f925bd9theAdib <Component Id="RegisterExtension" Guid="d544e040-573e-4ea8-983e-4bcae6b87f3d">
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 <!-- currently this creates an error
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>
134317cfacab36327a4792fbb7206310a4ade107theAdib <Feature Id='Complete' Title='inkscape 0.48' 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' />
3a0760a0ffbee7fe5eb72ac8f16ef9b53340fccdtheAdib <WixVariable Id="WixUILicenseRtf" Value="gpl-2.0.rtf" />
134317cfacab36327a4792fbb7206310a4ade107theAdib <Icon Id="inkscape.exe" SourceFile="..\..\inkscape\inkscape.exe" />