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/readme.txt
mbirth 0e58eae164 + remove bad attributes from files/dirs before deleting them on hostCleanUp
x create directory if needed in FileCopyNewer()
* more optimizations so that U3Helper now can be installed as a separate U3-Package (GUID: 0f90f88c-5e05-4cab-8c3a-e1c0112b06fd)
2007-04-17 16:49:19 +00:00

29 lines
1.4 KiB
Plaintext

U3Helper
(c)2006-2007 by Markus Birth <mbirth@webwriters.de>
Some words for the manifest.u3i:
If your app doesn't store anything inside %USERPROFILE% or such, then just call it directly
inside the <appStart> - such as:
<appStart workingdir="%U3_APP_DATA_PATH%" cmd="%U3_HOST_EXEC_PATH%\WebMon.exe">-prefs "%U3_APP_DATA_PATH%\WebMon.ini" -pages "%U3_APP_DATA_PATH%\pages\WebPages.dat"</appStart>
BUT: If you app DOES store some stuff inside %USERPROFILE% (mostly noticeable if there appears something under
C:\Documents and Settings\<Username>\Application Data\<somewhat>\<something>), call it as follows:
<appStart cmd="%U3_DEVICE_EXEC_PATH%\..\..\0f90f88c-5e05-4cab-8c3a-e1c0112b06fd\Exec\U3Helper.exe">appstart</appStart>
This way, the environment variables %USERPROFILE% and a bunch of other related will be set to point to the
data directory on the U3-stick and therefore those app will store its data there instead of on the host system.
Take a look at the U3Helperex.ini as there are all supported settings mentioned. You'll get the idea of the expected
format.
U3Helper Forum: http://vanilla.birth-online.de/3/
U3Helper English info: http://www.autohotkey.com/forum/topic11839.html
U3Helper German info: http://blog.birth-online.de/archives/164-Programme-U3-faehig-machen.html
U3Helper Bugtracker: http://mantis.birth-online.de/set_project.php?project_id=5