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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1999 - (view) (download) (as text)

1 : Isibaar 1999 <autoUpdateProject>
2 :     <shortName>Xvid</shortName>
3 :     <fullName>Xvid Video Codec</fullName>
4 :     <logoImage>xvid.png</logoImage>
5 :     <vendor>Xvid Team</vendor>
6 :     <saveRelativePaths>1</saveRelativePaths>
7 :     <requireInstallationByRootUser>0</requireInstallationByRootUser>
8 :     <requestedExecutionLevel>asInvoker</requestedExecutionLevel>
9 :     <postUpdateDownloadActionList>
10 :     <!-- 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) -->
11 :     <actionGroup>
12 :     <actionList>
13 :     <deleteFile path="${system_temp_directory}/xvidupdate.exe"/>
14 :     <renameFile origin="${downloadedFilePath}" destination="${system_temp_directory}/xvidupdate.exe"/>
15 :     <setInstallerVariable name="downloadedFilePath" value="${system_temp_directory}/xvidupdate.exe"/>
16 :     </actionList>
17 :     </actionGroup>
18 :     <runProgram>
19 :     <program>cmd</program>
20 :     <programArguments>/c ${downloadedFilePath.dos} &amp;</programArguments>
21 :     </runProgram>
22 :     </postUpdateDownloadActionList>
23 :     </autoUpdateProject>

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