http://bugs.winehq.org/show_bug.cgi?id=19434
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2009-07-23 23:16:21 --- Created an attachment (id=22569) --> (http://bugs.winehq.org/attachment.cgi?id=22569) ActiveTcl relay log (lzma compressed)
I do see the issue Massimo is describing in wine-1.1.26-183-gc6570a5. When at the installation path selection phase of the installer, pressing Next yields the message:
"Cannot write to directory 'C:/Tcl'. Please choose another directory."
From relay log:
0009:Call advapi32.GetFileSecurityW(038ce9a8 L"C:/Tcl",00000007,0016ccd8,00000074,0032ce94) ret=004a53d2 0009:Ret advapi32.GetFileSecurityW() retval=00000001 ret=004a53d2 ... 0009:Call advapi32.AccessCheck(0016ccd8,00000010,00120116,0032ce6c,0032ce7c,0032ce64,0032ce60,0032ce54) ret=004a54a5 0009:Ret advapi32.AccessCheck() retval=00000000 ret=004a54a5 0009:Call KERNEL32.GetLastError() ret=004a54af 0009:Ret KERNEL32.GetLastError() retval=000003e6 ret=004a54af
It looks like AccessCheck is failing with ERROR_NOACCESS for some reason.