1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
3 <Product Name="JabRef 2.0.1" Id="118b0801-c924-4071-a0ab-6ec9844cc55a"
4 Version="2.0.1" Manufacturer="http://jabref.sf.net/"
6 <Package Id="????????-????-????-????-????????????"
7 Comments="This MSI file installs JabRef."
8 Manufacturer="http://jabref.sf.net/" InstallerVersion="200"
9 Languages="1033" Compressed="yes"/>
10 <Media Id="1" EmbedCab="yes" Cabinet="JabRef.cab"/>
11 <Directory Id="TARGETDIR" Name="SourceDir">
12 <Directory Id="ProgramFilesFolder" Name="PFiles">
13 <Directory Id="JabRefDir" Name="JabRef" LongName="JabRef 2.0.1">
14 <Component Id="Libraries"
15 Guid="6922b877-d0ea-4c52-a2b4-1e1339c398f5">
16 <File Id="jabrefjar" Name="JabRef.jar" LongName="jabref.jar" DiskId="1" src="jabref.jar" />
18 <Component Id="Executables"
19 Guid="bed93d86-d9c3-4c02-8cca-dfc7977b31a7">
20 <File Id="jabref.exe" Name="JabRef.exe" DiskId="1"
22 <Shortcut Id="shortcut"
23 Directory="ProgramMenuFolder" Name="JabRef"
24 LongName="JabRef 2.0.1"
26 WorkingDirectory="TARGETDIR"/>
31 <Directory Id="ProgramMenuFolder" Name="PMFolder"></Directory>
33 <Feature Id="DefaultFeature" Level="1">
34 <ComponentRef Id="Libraries"/>
35 <ComponentRef Id="Executables"/>