OSDN Git Service

first
[psychlops/cpp.git] / win32gl / package / trunk / @WiX / psychlops.wxs
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">\r
3   <Product Id="????????-????-????-????-????????????" Name="Psychlops WinGL"\r
4            Version="1.4.1" Manufacturer="HOSOKAWA Kenchi, MARUYA Kazushi and SATO Takao"\r
5            Language="1041" Codepage="932">\r
6   <Package Id="????????-????-????-????-????????????"\r
7            Description="Psychlops WinGL Lib"\r
8            Comments="Library of Psychlops WinGL" InstallerVersion="200"\r
9            Platforms="Intel" Manufacturer="HOSOKAWA Kenchi, MARUYA Kazushi and SATO Takao"\r
10            Keywords="Installer,MSI,Database" Languages="1041"\r
11            InstallScope = "perMachine"\r
12            SummaryCodepage="932"/>\r
13   <Media Id="1" EmbedCab="yes" Cabinet="disk1.cab" />\r
14 \r
15   <Directory Id="TARGETDIR" Name="SourceDir">\r
16     <Directory Id="Library" Name="Library">\r
17       <Directory Id="Frameworks" Name="Frameworks">\r
18         <Component Id="LibraryFiles" Guid="ff746e5c-441b-4772-9fdf-52a105ec37a1" DiskId="1">\r
19           <File Id="MAINFILE" Name="TEST.TXT" />\r
20         </Component>\r
21       </Directory>\r
22     </Directory>\r
23   </Directory>\r
24 \r
25   <Feature Id="MainLibraryFiles" Level="1">\r
26    <ComponentRef Id="LibraryFiles" />\r
27   </Feature>\r
28 \r
29   </Product>\r
30 </Wix>\r