[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.5

version 1.4, 2013/12/02 14:44:23 version 1.5, 2014/03/30 22:29:46
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" />
Line 67 
Line 76 
             <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 98 
             <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.5

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