aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 18:05:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 18:05:21 +0000
commitb2019b8304ba407f58ea04881981fc03aa48ff68 (patch)
treea8b038cca1a500e65c24e10a037c663463ae958d /packages/win32_inno/TODO
parent0469267ee49a4e4b9016a4c818bddc99b4f38dbe (diff)
smoothed out the install process for RC7. THe reg file deletes all old path and loadlib statements; the installer only shows one readme now
svn path=/trunk/; revision=4444
Diffstat (limited to 'packages/win32_inno/TODO')
-rw-r--r--packages/win32_inno/TODO16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/win32_inno/TODO b/packages/win32_inno/TODO
index 994556f6..1093eca8 100644
--- a/packages/win32_inno/TODO
+++ b/packages/win32_inno/TODO
@@ -1,12 +1,12 @@
-- check out using env vars in Path settings in registry, or make relative paths
-
-- Another detail is that the menu item "help/1 manual" results in no action -
- possibly some link pointing to the wrong place? It turns out that the
- rundll "open" thingy isn't working...
- - make Pd.exe using MSYS's "start.exe" like MacOSX's "open"
- - menu_openhtml on Win32 with rundll should be able to open other
- filetypes like open on MACOSX.
+- check out using env vars in Path settings in registry, or make relative
+ paths (I checked, you can't use env vars in the path or loadlib
+ settings... arg, this should be implemented)
+
+
+- Another detail is that help browser can't open files if there is a space in
+ the path or filename. I think its a problem of Tcl escaping. The problem
+ is in u_main.tk in menu_openhtml on Win32 with rundll32 dll.url.FileHandler
- get Windows Makefiles for Gem