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

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

1.3       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">
                     12:                                 <Shortcut Id="desktop_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="DesktopFolder" Advertise="yes" Icon="asirgui.exe">
                     13:                                 </Shortcut>
                     14:                                 <Shortcut Id="menu_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="ProgramMenuDir" Advertise="yes" Icon="asirgui.exe" />
                     15:                             </File>
                     16:                             <RemoveFile Id="asirgui.hnd" Name="asirgui.hnd" On="uninstall" />
                     17:                             <RemoveFile Id="history" Name="history" On="uninstall" />
1.5     ! ohara      18:                             <Environment Id="ASIR_ROOTDIR" Name="ASIR_ROOTDIR" Value="[ASIR]" Permanent="no" System="yes" Action="set" />
1.3       ohara      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>
1.5     ! ohara      35:                         <Component Id="mpir.dll" Guid="69B254E7-E98A-465A-8D8A-22593C4820B8">
        !            36:                             <File Id="MPIR.DLL" Name="mpir.dll" Source="asir\bin\mpir.dll" />
        !            37:                         </Component>
        !            38:                         <Component Id="curl.exe" Guid="CC7085F4-0142-4CFD-90A5-AACB606BE2B1">
        !            39:                             <File Id="CURL.EXE" Name="curl.exe" Source="asir\bin\curl.exe" />
        !            40:                         </Component>
        !            41:                         <Component Id="unzip.exe" Guid="B08F4E49-9395-424D-B4C2-109538229540">
        !            42:                             <File Id="UNZIP.EXE" Name="unzip.exe" Source="asir\bin\unzip.exe" />
        !            43:                         </Component>
1.3       ohara      44:                     </Directory>
                     45:                     <Directory Name="help" Id="HELP">
                     46:                         <Directory Id="HELP_JA" Name="ja" />
                     47:                     </Directory>
                     48:                     <Directory Name="lib" Id="LIB" />
                     49:                     <Directory Name="lib-asir-contrib" Id="LIB_ASIR_CONTRIB" />
                     50:                     <Directory Name="share" Id="SHARE">
                     51:                         <Directory Id="EDITOR" Name="editor" />
                     52:                     </Directory>
                     53:                     <Component Id="LICENSE" Guid="02A83B99-8E61-499B-BCDB-C25B931EEC36">
                     54:                         <File Id="LICENSE" Name="LICENSE" Source="asir\LICENSE" />
                     55:                     </Component>
                     56:                 </Directory>
                     57:             </Directory>
                     58:             <Directory Id="ProgramMenuFolder" Name="RootMenu">
                     59:                 <Directory Id="ProgramMenuDir" Name="Asir">
                     60:                     <Component Id="ProgramMenuDir" Guid="2840B02D-DF63-425A-B1CD-A5254BD44C83">
                     61:                         <RemoveFolder Id="ProgramMenuDir" On="uninstall" />
                     62:                         <RegistryValue Type="string" Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" KeyPath="yes" Value="" />
                     63:                     </Component>
                     64:                 </Directory>
                     65:             </Directory>
                     66:             <Directory Id="DesktopFolder" Name="Desktop" />
                     67:         </Directory>
                     68:         <Feature Id="DefaultFeature" Title="Main Feature" Level="1">
                     69:             <ComponentGroupRef Id="LibGrp" />
                     70:             <ComponentGroupRef Id="HelpGrp" />
                     71:             <ComponentGroupRef Id="ContribGrp" />
                     72:             <ComponentGroupRef Id="ShareGrp" />
                     73:             <ComponentRef Id="asirgui.exe" />
                     74:             <ComponentRef Id="engine.exe" />
                     75:             <ComponentRef Id="asir.exe" />
                     76:             <ComponentRef Id="cpp.exe" />
                     77:             <ComponentRef Id="cmdasir.exe" />
                     78:             <ComponentRef Id="ja.dll" />
1.5     ! ohara      79:             <ComponentRef Id="mpir.dll" />
        !            80:             <ComponentRef Id="curl.exe" />
        !            81:             <ComponentRef Id="unzip.exe" />
1.3       ohara      82:             <ComponentRef Id="LICENSE" />
                     83:             <ComponentRef Id="ProgramMenuDir" />
                     84:         </Feature>
                     85:         <UI />
                     86:         <UIRef Id="WixUI_InstallDir" />
                     87:         <Property Id="WIXUI_INSTALLDIR" Value="ASIR" />
1.5     ! ohara      88:         <Property Id="ALLUSERS" Value="1" />
1.3       ohara      89:         <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
                     90:         <Icon Id="asirgui.exe" SourceFile="asir\bin\asirgui.exe" />
1.4       ohara      91:         <Upgrade Id="$(var.upgradeID)">
                     92:             <UpgradeVersion Property="PREVIOUSFOUND" OnlyDetect="no" Minimum="1.0.0" IncludeMinimum="yes" Maximum="$(var.productVer)" IncludeMaximum="no" />
                     93:             <UpgradeVersion Property="NEWERFOUND" IncludeMinimum="no" Minimum="$(var.productVer)" OnlyDetect="yes" />
                     94:         </Upgrade>
                     95:         <CustomAction Error="Newer version is already installed." Id="PreventDowngrading" />
                     96:         <InstallExecuteSequence>
                     97:             <Custom Action="PreventDowngrading" After="FindRelatedProducts">NEWERFOUND</Custom>
                     98:             <RemoveExistingProducts After="InstallInitialize">PREVIOUSFOUND</RemoveExistingProducts>
                     99:         </InstallExecuteSequence>
1.3       ohara     100:     </Product>
1.5     ! ohara     101: </Wix>

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