[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.4 and 1.7

version 1.4, 2013/12/02 14:44:23 version 1.7, 2014/05/14 03:50:15
Line 15 
Line 15 
                             </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="no" Action="set" />                              <Environment Id="ASIR_ROOTDIR" Name="ASIR_ROOTDIR" Value="[ASIR]" Permanent="no" System="yes" 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" />
Line 32 
Line 32 
                         <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="mpir.dll" Guid="69B254E7-E98A-465A-8D8A-22593C4820B8">
                               <File Id="MPIR.DLL" Name="mpir.dll" Source="asir\bin\mpir.dll" />
                           </Component>
                           <Component Id="curl.exe" Guid="CC7085F4-0142-4CFD-90A5-AACB606BE2B1">
                               <File Id="CURL.EXE" Name="curl.exe" Source="asir\bin\curl.exe" />
                           </Component>
                           <Component Id="unzip.exe" Guid="B08F4E49-9395-424D-B4C2-109538229540">
                               <File Id="UNZIP.EXE" Name="unzip.exe" Source="asir\bin\unzip.exe" />
                           </Component>
                     </Directory>                      </Directory>
                     <Directory Name="help" Id="HELP">                      <Directory Name="help" Id="HELP">
                         <Directory Id="HELP_JA" Name="ja" />                          <Directory Id="HELP_JA" Name="ja" />
                     </Directory>                      </Directory>
                     <Directory Name="lib" Id="LIB" />                      <Directory Name="lib" Id="LIB">
                     <Directory Name="lib-asir-contrib" Id="LIB_ASIR_CONTRIB" />                          <Directory Id="LIB_ASIR" Name="asir" />
                           <Directory Id="LIB_ASIR_CONTRIB" Name="asir-contrib" />
                       </Directory>
                     <Directory Name="share" Id="SHARE">                      <Directory Name="share" Id="SHARE">
                         <Directory Id="EDITOR" Name="editor" />                          <Directory Id="EDITOR" Name="editor" />
                     </Directory>                      </Directory>
                       <Directory Id="DOC" Name="doc">
                           <Directory Id="DOC_ASIR2000" Name="asir2000" />
                           <Directory Id="DOC_ASIR_CONTRIB" Name="asir-contrib" />
                           <Directory Id="DOC_OTHER_DOCS" Name="other-docs" />
                       </Directory>
                     <Component Id="LICENSE" Guid="02A83B99-8E61-499B-BCDB-C25B931EEC36">                      <Component Id="LICENSE" Guid="02A83B99-8E61-499B-BCDB-C25B931EEC36">
                         <File Id="LICENSE" Name="LICENSE" Source="asir\LICENSE" />                          <File Id="LICENSE" Name="LICENSE" Source="asir\LICENSE" />
                     </Component>                      </Component>
Line 61 
Line 77 
             <ComponentGroupRef Id="HelpGrp" />              <ComponentGroupRef Id="HelpGrp" />
             <ComponentGroupRef Id="ContribGrp" />              <ComponentGroupRef Id="ContribGrp" />
             <ComponentGroupRef Id="ShareGrp" />              <ComponentGroupRef Id="ShareGrp" />
               <ComponentGroupRef Id="DocGrp" />
             <ComponentRef Id="asirgui.exe" />              <ComponentRef Id="asirgui.exe" />
             <ComponentRef Id="engine.exe" />              <ComponentRef Id="engine.exe" />
             <ComponentRef Id="asir.exe" />              <ComponentRef Id="asir.exe" />
             <ComponentRef Id="cpp.exe" />              <ComponentRef Id="cpp.exe" />
             <ComponentRef Id="cmdasir.exe" />              <ComponentRef Id="cmdasir.exe" />
             <ComponentRef Id="ja.dll" />              <ComponentRef Id="ja.dll" />
               <ComponentRef Id="mpir.dll" />
               <ComponentRef Id="curl.exe" />
               <ComponentRef Id="unzip.exe" />
             <ComponentRef Id="LICENSE" />              <ComponentRef Id="LICENSE" />
             <ComponentRef Id="ProgramMenuDir" />              <ComponentRef Id="ProgramMenuDir" />
         </Feature>          </Feature>
         <UI />          <UI />
         <UIRef Id="WixUI_InstallDir" />          <UIRef Id="WixUI_InstallDir" />
         <Property Id="WIXUI_INSTALLDIR" Value="ASIR" />          <Property Id="WIXUI_INSTALLDIR" Value="ASIR" />
           <Property Id="ALLUSERS" Value="1" />
         <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />          <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
         <Icon Id="asirgui.exe" SourceFile="asir\bin\asirgui.exe" />          <Icon Id="asirgui.exe" SourceFile="asir\bin\asirgui.exe" />
         <Upgrade Id="$(var.upgradeID)">          <Upgrade Id="$(var.upgradeID)">
Line 85 
Line 106 
             <RemoveExistingProducts After="InstallInitialize">PREVIOUSFOUND</RemoveExistingProducts>              <RemoveExistingProducts After="InstallInitialize">PREVIOUSFOUND</RemoveExistingProducts>
         </InstallExecuteSequence>          </InstallExecuteSequence>
     </Product>      </Product>
 </Wix>  </Wix>
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

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