[svn] / trunk / xvidextra / src / installer / project.xml Repository:
ViewVC logotype

View of /trunk/xvidextra/src/installer/project.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1999 - (download) (as text) (annotate)
Thu May 19 09:35:09 2011 UTC (12 years, 10 months ago) by Isibaar
File size: 1054 byte(s)
Introducing xvidextra: A collection of useful scripts, apps and plugins on top of xvidcore...
<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