Archived
1
0

9 Commits

Author SHA1 Message Date
mbirth
3c09fbb893 x fixed language issue with "Application Data" folder on stick
(Issue: 23)
2007-10-05 18:02:08 +00:00
mbirth
9f143344e0 x fixed bug in mb_EnvTools.ahk with not using EnvVars where the name was less than 2 characters (instead of not using EnvVars where the VALUE is less than 2 chars)
+ implemented multi-commands on all 4 events (hostConfigure, appStart, appStop, hostCleanUp)
x hostCleanUp-CopyDataFiles showed ERR instead of SKP
* grouped translation errors instead of displaying one MsgBox per error
+ added trying to delete single registry value if key is not found
2007-05-29 12:16:39 +00:00
mbirth
a68c2da4b6 * rewrote mb_EnvTools.ahk to simplify adding custom variables to replace
+ added local names of "Application Data" and "Local Settings" to replacement list
(Issue: 10)
2007-05-02 10:08:14 +00:00
mbirth
180a78acc2 + get names of "Application Data" and "Local Settings" from registry for multi-language 2007-04-24 09:55:37 +00:00
mbirth
51742e5457 x remove drive-letter and colon from HOMEPATH before appStart
+ added replacement of HOMEDRIVE by U3_DEVICE_PATH
2007-04-24 09:13:40 +00:00
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
mbirth
cb21cfa589 x check for existence of INI-file to parse before doing anything
x OnExit-removal and missing ExitApp
x changed Progress-title for appStop
2007-04-13 21:13:19 +00:00
mbirth
7d0cd4700f + added mb_EnvTools.ahk for everything with environment variables
* implemented ProgressBar on appStop
* use appStop routine in appStart-onExit
+ added RunBeforeStop
+ added RunBeforeEject
* handled all EnvVar-replacements through mb_EnvTools.ahk
2007-04-12 18:42:34 +00:00
mbirth
28a048690c * modularized U3Helper.ahk
+ added take-over of icon of %AppExe% ... if we add a TrayIcon someday
+ added OnClose-handling when using appstart (kills process of main application)
2007-03-21 09:56:23 +00:00