Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
U3Helper/manifestex.u3i
mbirth 61831aed16 + added U3Helper-GUID to variable U3HUUID
+ added example manifest to SVN
x also copy empty directories on hostConfigure / hostCleanUp
x hostCleanUp fails if device is unplugged
(Issue: 2,9)
2007-04-29 14:35:54 +00:00

19 lines
1.1 KiB
Plaintext

<u3manifest version="1.0">
<application uuid="6873fef3-2000-44ff-81fa-f1a1aa0797a7" version="1.31.0.0325">
<icon>CCleaner.ico</icon>
<name>CCleaner</name>
<vendor url="http://www.ccleaner.com/">Piriform Ltd.</vendor>
<description>CCleaner is a freeware system optimization and privacy tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history.</description>
<options>
<upgrade appData="add" deviceExec="add" />
<minFreeSpace>2.0</minFreeSpace>
</options>
</application>
<actions>
<hostConfigure cmd="%U3_DEVICE_EXEC_PATH%\..\..\0f90f88c-5e05-4cab-8c3a-e1c0112b06fd\Exec\U3Helper.exe">config</hostConfigure>
<appStart workingdir="%U3_APP_DATA_PATH%" cmd="%U3_HOST_EXEC_PATH%\ccleaner.exe"></appStart>
<appStop cmd="%U3_HOST_EXEC_PATH%\U3Helper.exe">appstop</appStop>
<hostCleanUp cmd="%U3_HOST_EXEC_PATH%\U3Helper.exe">unconfig</hostCleanUp>
</actions>
</u3manifest>