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

Diff for /OpenXM_contrib2/windows/asir.wxs between version 1.2 and 1.10

version 1.2, 2013/11/16 16:44:54 version 1.10, 2015/08/26 17:57:02
Line 1 
Line 1 
 <?xml version="1.0" encoding="utf-8"?>  <?xml version="1.0" encoding="utf-8"?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">  <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
     <Product Id="$(var.productID)" Name="Asir for Windows" Language="1033" Version="$(var.productVer)" Manufacturer="OpenXM committers" UpgradeCode="$(var.upgradeID)">      <Product Id="$(var.productID)" Name="Asir for Windows" Language="1033" Version="$(var.productVer)" Manufacturer="OpenXM committers" UpgradeCode="$(var.upgradeID)">
         <Package Description="Asir installer for Windows" Comments="Asir installer for Windows" InstallerVersion="200" Compressed="yes" />          <Package Description="Asir installer for Windows" Comments="Asir installer for Windows" InstallerVersion="200" Compressed="yes" />
         <Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />          <Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
         <Directory Id="TARGETDIR" Name="SourceDir">          <Directory Id="TARGETDIR" Name="SourceDir">
             <Directory Id="$(var.programfilesDir)" Name="PFiles">              <Directory Id="$(var.programfilesDir)" Name="PFiles">
                 <Directory Name="asir" Id="ASIR">                  <Directory Id="ASIR" Name="asir">
                     <Directory Name="bin" Id="BIN">                      <Directory Id="BIN" Name="bin">
                         <Component Id="asirgui.exe" Guid="AEB0BF56-E0E8-4BD3-B768-D0E9DC87C503">                          <Component Id="asirgui.exe" Guid="AEB0BF56-E0E8-4BD3-B768-D0E9DC87C503">
                             <File Id="ASIRGUI.EXE" Name="asirgui.exe" Source="asir\bin\asirgui.exe" KeyPath="yes">                              <File Id="ASIRGUI.EXE" Name="asirgui.exe" Source="asir\bin\asirgui.exe" KeyPath="yes">
                                 <Shortcut Id="desktop_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="DesktopFolder" Advertise="yes" Icon="asirgui.exe">                                  <Shortcut Id="desktop_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="DesktopFolder" Advertise="yes" Icon="asirgui.exe" />
                                 </Shortcut>                                  <Shortcut Id="menu_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="ProgramMenuDir" Advertise="yes" Icon="asirgui.exe" />
                                 <Shortcut Id="menu_ASIRGUI" Name="asirgui" Description="Asir for Windows" Directory="ProgramMenuDir" Advertise="yes" Icon="asirgui.exe" />                              </File>
                             </File>                              <RemoveFile Id="asirgui.hnd" Name="asirgui.hnd" On="uninstall" />
                             <RemoveFile Id="asirgui.hnd" Name="asirgui.hnd" On="uninstall" />                              <RemoveFile Id="history" Name="history" On="uninstall" />
                             <RemoveFile Id="history" Name="history" On="uninstall" />                              <Environment Id="ASIR_ROOTDIR" Name="ASIR_ROOTDIR" Value="[ASIR]" Permanent="no" System="yes" Action="set" />
                             <Environment Id="ASIR_ROOTDIR" Name="ASIR_ROOTDIR" Value="[ASIR]" Permanent="no" System="no" Action="set" />                          </Component>
                         </Component>                          <Component Id="engine.exe" Guid="1B6281B2-4D9D-47D0-88AE-6977EFEDB6E7">
                         <Component Id="engine.exe" Guid="1B6281B2-4D9D-47D0-88AE-6977EFEDB6E7">                              <File Id="ENGINE.EXE" Name="engine.exe" Source="asir\bin\engine.exe" />
                             <File Id="ENGINE.EXE" Name="engine.exe" Source="asir\bin\engine.exe" />                          </Component>
                         </Component>                          <Component Id="asir.exe" Guid="F3F1FE91-656E-4420-8135-52342D01F052">
                         <Component Id="asir.exe" Guid="F3F1FE91-656E-4420-8135-52342D01F052">                              <File Id="ASIR.EXE" Name="asir.exe" Source="asir\bin\asir.exe" />
                             <File Id="ASIR.EXE" Name="asir.exe" Source="asir\bin\asir.exe" />                          </Component>
                         </Component>                          <Component Id="cpp.exe" Guid="99C2B6A6-E252-4BE7-8D5A-75D0AD85437F">
                         <Component Id="cpp.exe" Guid="99C2B6A6-E252-4BE7-8D5A-75D0AD85437F">                              <File Id="CPP.EXE" Name="cpp.exe" Source="asir\bin\cpp.exe" />
                             <File Id="CPP.EXE" Name="cpp.exe" Source="asir\bin\cpp.exe" />                          </Component>
                         </Component>                          <Component Id="cmdasir.exe" Guid="2D5C53A0-42A1-4DA3-AF6D-25FEDCC345EB">
                         <Component Id="cmdasir.exe" Guid="2D5C53A0-42A1-4DA3-AF6D-25FEDCC345EB">                              <File Id="CMDASIR.EXE" Name="cmdasir.exe" Source="asir\bin\cmdasir.exe" />
                             <File Id="CMDASIR.EXE" Name="cmdasir.exe" Source="asir\bin\cmdasir.exe" />                          </Component>
                         </Component>                          <Component Id="ja.dll" Guid="AC9CAD69-E31C-47A3-AE8B-F11F5F18C327">
                         <Component Id="ja.dll" Guid="AC9CAD69-E31C-47A3-AE8B-F11F5F18C327">                              <File Id="JA.DLL" Name="ja.dll" Source="asir\bin\ja.dll" />
                             <File Id="JA.DLL" Name="ja.dll" Source="asir\bin\ja.dll" />                          </Component>
                         </Component>                          <Component Id="mpc.dll" Guid="141B4A38-9ED9-4E2C-94F6-D13D30BF6F47">
                     </Directory>                              <File Id="MPC.DLL" Name="mpc.dll" Source="asir\bin\mpc.dll" />
                     <Directory Name="help" Id="HELP">                          </Component>
                         <Directory Id="HELP_JA" Name="ja" />                          <Component Id="mpfr.dll" Guid="6675DB09-D36B-4ED7-8ACC-BDF02D3055E3">
                     </Directory>                              <File Id="MPFR.DLL" Name="mpfr.dll" Source="asir\bin\mpfr.dll" />
                     <Directory Name="lib" Id="LIB" />                          </Component>
                     <Directory Name="lib-asir-contrib" Id="LIB_ASIR_CONTRIB" />                          <Component Id="mpir.dll" Guid="69B254E7-E98A-465A-8D8A-22593C4820B8">
                     <Directory Name="share" Id="SHARE">                              <File Id="MPIR.DLL" Name="mpir.dll" Source="asir\bin\mpir.dll" />
                         <Directory Id="EDITOR" Name="editor" />                          </Component>
                     </Directory>                          <Component Id="curl.exe" Guid="CC7085F4-0142-4CFD-90A5-AACB606BE2B1">
                     <Component Id="LICENSE" Guid="02A83B99-8E61-499B-BCDB-C25B931EEC36">                              <File Id="CURL.EXE" Name="curl.exe" Source="asir\bin\curl.exe" />
                         <File Id="LICENSE" Name="LICENSE" Source="asir\LICENSE" />                          </Component>
                     </Component>                          <Component Id="unzip.exe" Guid="B08F4E49-9395-424D-B4C2-109538229540">
                 </Directory>                              <File Id="UNZIP.EXE" Name="unzip.exe" Source="asir\bin\unzip.exe" />
             </Directory>                          </Component>
             <Directory Id="ProgramMenuFolder" Name="RootMenu">                      </Directory>
                 <Directory Id="ProgramMenuDir" Name="Asir">                      <Directory Id="HELP" Name="help" />
                     <Component Id="ProgramMenuDir" Guid="2840B02D-DF63-425A-B1CD-A5254BD44C83">                      <Directory Name="lib" Id="LIB">
                         <RemoveFolder Id="ProgramMenuDir" On="uninstall" />                          <Directory Id="LIB_ASIR" Name="asir" />
                         <RegistryValue Type="string" Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" KeyPath="yes" Value="" />                          <Directory Id="LIB_ASIR_CONTRIB" Name="asir-contrib" />
                     </Component>                      </Directory>
                 </Directory>                      <Directory Id="SHARE" Name="share" />
             </Directory>                      <Directory Id="DOC" Name="doc" />
             <Directory Id="DesktopFolder" Name="Desktop" />                      <Component Id="LICENSE" Guid="02A83B99-8E61-499B-BCDB-C25B931EEC36">
         </Directory>                          <File Id="LICENSE" Name="LICENSE" Source="asir\LICENSE" />
         <Feature Id="DefaultFeature" Title="Main Feature" Level="1">                      </Component>
             <ComponentGroupRef Id="LibGrp" />                      <Component Id="COPYING.LIB" Guid="8C807242-9E31-4E4E-A6C8-45F01B4EEADA">
             <ComponentGroupRef Id="HelpGrp" />                          <File Id="COPYING.LIB" Name="COPYING.LIB" Source="asir\COPYING.LIB" />
             <ComponentGroupRef Id="ContribGrp" />                      </Component>
             <ComponentGroupRef Id="ShareGrp" />                  </Directory>
             <ComponentRef Id="asirgui.exe" />              </Directory>
             <ComponentRef Id="engine.exe" />              <Directory Id="ProgramMenuFolder" Name="RootMenu">
             <ComponentRef Id="asir.exe" />                  <Directory Id="ProgramMenuDir" Name="Asir">
             <ComponentRef Id="cpp.exe" />                      <Component Id="ProgramMenuDir" Guid="2840B02D-DF63-425A-B1CD-A5254BD44C83">
             <ComponentRef Id="cmdasir.exe" />                          <RemoveFolder Id="ProgramMenuDir" On="uninstall" />
             <ComponentRef Id="ja.dll" />                          <RegistryValue Type="string" Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" KeyPath="yes" Value="" />
             <ComponentRef Id="LICENSE" />                      </Component>
             <ComponentRef Id="ProgramMenuDir" />                  </Directory>
         </Feature>              </Directory>
         <UI />              <Directory Id="DesktopFolder" Name="Desktop" />
         <UIRef Id="WixUI_InstallDir" />          </Directory>
         <Property Id="WIXUI_INSTALLDIR" Value="ASIR" />          <Feature Id="DefaultFeature" Title="Main Feature" Level="1">
         <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />              <ComponentGroupRef Id="LibGrp" />
         <Icon Id="asirgui.exe" SourceFile="asir\bin\asirgui.exe" />              <ComponentGroupRef Id="HelpGrp" />
     </Product>              <ComponentGroupRef Id="ContribGrp" />
 </Wix>              <ComponentGroupRef Id="ShareGrp" />
               <ComponentGroupRef Id="DocGrp" />
               <ComponentRef Id="asirgui.exe" />
               <ComponentRef Id="engine.exe" />
               <ComponentRef Id="asir.exe" />
               <ComponentRef Id="cpp.exe" />
               <ComponentRef Id="cmdasir.exe" />
               <ComponentRef Id="ja.dll" />
               <ComponentRef Id="mpc.dll" />
               <ComponentRef Id="mpfr.dll" />
               <ComponentRef Id="mpir.dll" />
               <ComponentRef Id="curl.exe" />
               <ComponentRef Id="unzip.exe" />
               <ComponentRef Id="LICENSE" />
               <ComponentRef Id="COPYING.LIB" />
               <ComponentRef Id="ProgramMenuDir" />
           </Feature>
           <UI />
           <UIRef Id="WixUI_InstallDir" />
           <Property Id="WIXUI_INSTALLDIR" Value="ASIR" />
           <Property Id="ALLUSERS" Value="1" />
           <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
           <Icon Id="asirgui.exe" SourceFile="asir\bin\asirgui.exe" />
           <Upgrade Id="$(var.upgradeID)">
               <UpgradeVersion Property="PREVIOUSFOUND" OnlyDetect="no" Minimum="1.0.0" IncludeMinimum="yes" Maximum="$(var.productVer)" IncludeMaximum="no" />
               <UpgradeVersion Property="NEWERFOUND" IncludeMinimum="no" Minimum="$(var.productVer)" OnlyDetect="yes" />
           </Upgrade>
           <CustomAction Error="Newer version is already installed." Id="PreventDowngrading" />
           <InstallExecuteSequence>
               <Custom Action="PreventDowngrading" After="FindRelatedProducts">NEWERFOUND</Custom>
               <RemoveExistingProducts After="InstallInitialize">PREVIOUSFOUND</RemoveExistingProducts>
           </InstallExecuteSequence>
       </Product>
   </Wix>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

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