[svn] / trunk / xvidcore / vfw / installbuilder / project.xml Repository:
ViewVC logotype

View of /trunk/xvidcore/vfw/installbuilder/project.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1954 - (download) (as text) (annotate)
Wed Feb 23 21:35:34 2011 UTC (13 years, 1 month ago) by Isibaar
File size: 1054 byte(s)
installbuilder project files
<autoUpdateProject>
  <shortName>Xvid</shortName>
  <fullName>Xvid Video Codec</fullName>
  <logoImage>xvid.png</logoImage>
  <vendor>Xvid Team</vendor>
  <saveRelativePaths>1</saveRelativePaths>
  <requireInstallationByRootUser>0</requireInstallationByRootUser>
  <requestedExecutionLevel>asInvoker</requestedExecutionLevel>
  <postUpdateDownloadActionList>
  <!-- Make sure the file has the .exe suffix (IB automatically append a numeric suffix if a file with the same name exists when downloading the installer) --> 
  <actionGroup>
    <actionList>
      <deleteFile path="${system_temp_directory}/xvidupdate.exe"/>
      <renameFile origin="${downloadedFilePath}" destination="${system_temp_directory}/xvidupdate.exe"/> 
      <setInstallerVariable name="downloadedFilePath" value="${system_temp_directory}/xvidupdate.exe"/>
    </actionList>
  </actionGroup>
  <runProgram>
    <program>cmd</program>
    <programArguments>/c ${downloadedFilePath.dos} &amp;</programArguments>
  </runProgram>
  </postUpdateDownloadActionList>
</autoUpdateProject>

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4