AS254 - W7x64 & System32

Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
User avatar
vld
Posts: 174
Joined: 06 Feb 2009, 21:21

AS254 - W7x64 & System32

Post by vld »

Facing an annoying problem with W7x64. I need to get to the system32 folder to copy/move files. I know the file is in the System32 folder since I can see it with Windows Explorer, but Salamander can't see the file in the System32 folder. Any ideas?
User avatar
Ether
Posts: 1471
Joined: 10 May 2007, 16:08
Location: Czech Republic
Contact:

Re: AS254 - W7x64 & System32

Post by Ether »

Salamander doesn't see the real directory because it's a 32-bit application. Try looking into the Sysnative directory.
Ελληνικά rulez.
User avatar
vld
Posts: 174
Joined: 06 Feb 2009, 21:21

Re: AS254 - W7x64 & System32

Post by vld »

It doesn't find the files at all....even in the SysWOW64. Search even fails. I'm hoping there is a solution, but may have to look into an alternative for x64 systems then Salamander. :(
Jan Rysavy
ALTAP Staff
ALTAP Staff
Posts: 5231
Joined: 08 Dec 2005, 06:34
Location: Novy Bor, Czech Republic
Contact:

Re: AS254 - W7x64 & System32

Post by Jan Rysavy »

x64 version of Altap Salamander is coming, we are migrating source code to Visual C++ 2008/2010 right now.

In the meantime please use x64 pseudo-directory C:\Windows\Sysnative to access x64 version of C:\Windows\System32. It is supported from Altap Salamander 2.53.

Mentioned SysWOW64 directory contains 32-bit exe/dll/etc so don't look for x64 versions there. Send thanks to Microsoft for this crappy and confusing x64 implementation.
User avatar
vld
Posts: 174
Joined: 06 Feb 2009, 21:21

Re: AS254 - W7x64 & System32

Post by vld »

Great...good workaround. I have never noticed the C:\Windows\Sysnative folder. :oops:

Now slightly off topic but similar question. How do I get the UserMenu to execute files within the System32 folder? Using the command $(SysDir)\FileName.exe does not find the file.
Jan Rysavy
ALTAP Staff
ALTAP Staff
Posts: 5231
Joined: 08 Dec 2005, 06:34
Location: Novy Bor, Czech Republic
Contact:

Re: AS254 - W7x64 & System32

Post by Jan Rysavy »

vld wrote:Using the command $(SysDir)\FileName.exe does not find the file.
Command shell started from 32-bit application (Altap Salamander 2.54) is also 32-bit. So you need to use full path C:\Windows\Sysnative for your command to access x64 directory.
User avatar
Ether
Posts: 1471
Joined: 10 May 2007, 16:08
Location: Czech Republic
Contact:

Re: AS254 - W7x64 & System32

Post by Ether »

Try this: $(SysDir)\..\Sysnative\<yourfile>
Ελληνικά rulez.
Post Reply