[BACK]Return to asir.wxs CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

Annotation of OpenXM_contrib2/windows/asir.wxs, Revision 1.2

1.1       ohara       1: <?xml version="1.0" encoding="utf-8"?>
                      2: <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
                      3:     <Product Id="$(var.productID)" Name="Asir for Windows" Language="1033" Version="$(var.productVer)" Manufacturer="OpenXM committers" UpgradeCode="$(var.upgradeID)">
                      4:         <Package Description="Asir installer for Windows" Comments="Asir installer for Windows" InstallerVersion="200" Compressed="yes" />
                      5:         <Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
                      6:         <Directory Id="TARGETDIR" Name="SourceDir">
                      7:             <Directory Id="$(var.programfilesDir)" Name="PFiles">
                      8:                 <Directory Name="asir" Id="ASIR">
                      9:                     <Directory Name="bin" Id="BIN">
                     10:                         <Component Id="asirgui.exe" Guid="AEB0BF56-E0E8-4BD3-B768-D0E9DC87C503">
                     11:                             <File Id="ASIRGUI.EXE" Name="asirgui.exe" Source="asir\bin\asirgui.exe" KeyPath="yes">
1.2     ! ohara      12:                                 <Shortcut Id="desktop_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="DesktopFolder" Advertise="yes" Icon="asirgui.exe">
1.1       ohara      13:                                 </Shortcut>
1.2     ! ohara      14:                                 <Shortcut Id="menu_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="ProgramMenuDir" Advertise="yes" Icon="asirgui.exe" />
1.1       ohara      15:                             </File>
                     16:                             <RemoveFile Id="asirgui.hnd" Name="asirgui.hnd" On="uninstall" />
                     17:                             <RemoveFile Id="history" Name="history" On="uninstall" />
                     18:                             <Environment Id="ASIR_ROOTDIR" Name="ASIR_ROOTDIR" Value="[ASIR]" Permanent="no" System="no" Action="set" />
                     19:                         </Component>
                     20:                         <Component Id="engine.exe" Guid="1B6281B2-4D9D-47D0-88AE-6977EFEDB6E7">
                     21:                             <File Id="ENGINE.EXE" Name="engine.exe" Source="asir\bin\engine.exe" />
                     22:                         </Component>
                     23:                         <Component Id="asir.exe" Guid="F3F1FE91-656E-4420-8135-52342D01F052">
                     24:                             <File Id="ASIR.EXE" Name="asir.exe" Source="asir\bin\asir.exe" />
                     25:                         </Component>
                     26:                         <Component Id="cpp.exe" Guid="99C2B6A6-E252-4BE7-8D5A-75D0AD85437F">
                     27:                             <File Id="CPP.EXE" Name="cpp.exe" Source="asir\bin\cpp.exe" />
                     28:                         </Component>
                     29:                         <Component Id="cmdasir.exe" Guid="2D5C53A0-42A1-4DA3-AF6D-25FEDCC345EB">
                     30:                             <File Id="CMDASIR.EXE" Name="cmdasir.exe" Source="asir\bin\cmdasir.exe" />
                     31:                         </Component>
                     32:                         <Component Id="ja.dll" Guid="AC9CAD69-E31C-47A3-AE8B-F11F5F18C327">
                     33:                             <File Id="JA.DLL" Name="ja.dll" Source="asir\bin\ja.dll" />
                     34:                         </Component>
                     35:                     </Directory>
                     36:                     <Directory Name="help" Id="HELP">
                     37:                         <Directory Id="HELP_JA" Name="ja" />
                     38:                     </Directory>
                     39:                     <Directory Name="lib" Id="LIB" />
                     40:                     <Directory Name="lib-asir-contrib" Id="LIB_ASIR_CONTRIB" />
                     41:                     <Directory Name="share" Id="SHARE">
                     42:                         <Directory Id="EDITOR" Name="editor" />
                     43:                     </Directory>
                     44:                     <Component Id="LICENSE" Guid="02A83B99-8E61-499B-BCDB-C25B931EEC36">
                     45:                         <File Id="LICENSE" Name="LICENSE" Source="asir\LICENSE" />
                     46:                     </Component>
                     47:                 </Directory>
                     48:             </Directory>
                     49:             <Directory Id="ProgramMenuFolder" Name="RootMenu">
                     50:                 <Directory Id="ProgramMenuDir" Name="Asir">
                     51:                     <Component Id="ProgramMenuDir" Guid="2840B02D-DF63-425A-B1CD-A5254BD44C83">
                     52:                         <RemoveFolder Id="ProgramMenuDir" On="uninstall" />
                     53:                         <RegistryValue Type="string" Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" KeyPath="yes" Value="" />
                     54:                     </Component>
                     55:                 </Directory>
                     56:             </Directory>
                     57:             <Directory Id="DesktopFolder" Name="Desktop" />
                     58:         </Directory>
                     59:         <Feature Id="DefaultFeature" Title="Main Feature" Level="1">
                     60:             <ComponentGroupRef Id="LibGrp" />
                     61:             <ComponentGroupRef Id="HelpGrp" />
                     62:             <ComponentGroupRef Id="ContribGrp" />
                     63:             <ComponentGroupRef Id="ShareGrp" />
                     64:             <ComponentRef Id="asirgui.exe" />
                     65:             <ComponentRef Id="engine.exe" />
                     66:             <ComponentRef Id="asir.exe" />
                     67:             <ComponentRef Id="cpp.exe" />
                     68:             <ComponentRef Id="cmdasir.exe" />
                     69:             <ComponentRef Id="ja.dll" />
                     70:             <ComponentRef Id="LICENSE" />
                     71:             <ComponentRef Id="ProgramMenuDir" />
                     72:         </Feature>
                     73:         <UI />
                     74:         <UIRef Id="WixUI_InstallDir" />
                     75:         <Property Id="WIXUI_INSTALLDIR" Value="ASIR" />
                     76:         <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
                     77:         <Icon Id="asirgui.exe" SourceFile="asir\bin\asirgui.exe" />
                     78:     </Product>
1.2     ! ohara      79: </Wix>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>