-
The last result, for the latest release, is the most important. Note that while [file writable] SAYS that C:/Program Files is not writable, the user IS able to create a file in there. That is the problem. The rest of the results in the latest release seem to be true.
2009-10-15 15:00:11 UTC in Tcl
-
This is a dup of bug #2857875, which was closed by SF while I was off having a baby. The following script was run on a Vista 32 bit installation with the given results:
puts "Tcl Version = [info patchlevel]"
set file tmp[pid].txt
foreach dir [list C:/ "C:/Program Files" $::env(LOCALAPPDATA)] {
if {[file writable $dir]} {
puts "$dir is writable"
} else {
puts...
2009-10-14 22:41:41 UTC in Tcl
-
Under a Vista 32bit installation testing against 8.6b1:
Standard user:
file writable "C:" == 0
file writable "C:/Program Files" == 0
close [open "C:/Program Files/foo.txt" w] == success
Admin user:
file writable "C:" == 1
file writable "C:/Program Files" == 0
close [open "C:/Program Files/foo.txt" w] == success
As you can see, in both cases Tcl reports that Program Files is...
2009-09-13 04:13:35 UTC in Tcl
-
damonc changed the public information on the InstallBase Multiplatform Installer project.
2009-01-27 21:52:55 UTC in InstallBase Multiplatform Installer
-
We no longer use SourceForge to track bugs. Please file your bug at:
http://tracker.installjammer.com/
Also, I don't quite understand what the bug is. Can you explain a little better when you file the new bug?.
2008-11-20 16:40:32 UTC in InstallJammer Multiplatform Installer
-
Could you please go and file this at the new tracker?
http://tracker.installjammer.com/
Thanks!
2008-10-17 18:10:42 UTC in InstallJammer Multiplatform Installer
-
Ok, so, you ARE logged in with admin privileges and still getting this error? Are you actually logged in as Administrator, or just someone with admin privileges? I don't have a copy of Vista anywhere, so I'm afraid I'm relying on you to get me the information to try and track down what's going on. 0-].
2008-09-25 19:20:39 UTC in InstallJammer Multiplatform Installer
-
Just committed a fix to this. Should show up in the hourly at the top of the hour.
2008-09-10 04:19:57 UTC in InstallJammer Multiplatform Installer
-
What version of IJ are you using? There used to be more issues with this, but it was fixed in the later releases.
2008-09-09 19:46:39 UTC in InstallJammer Multiplatform Installer
-
This is a known bug. The context menus on UNIX are a little screwy, and I haven't had a chance to address the issue. I will see what I can do.
2008-09-09 19:44:07 UTC in InstallJammer Multiplatform Installer