SOLVED: FLASH: How do I get the true path to be reported with 64 bit redirection enabled?

All,

I’ve searched the internet and docs but have not found an answer.

FLASH 32bit exists in C:\Windows\SYSWOW64\Macromed\Flash. We are gathering the file version properly but when querying the “pathname,” I get “C:\windows\system32\Macromed\Flash\FLASH32_21_0_0_182.ocx” in FD8 & FD9.

Using the SHA1 relevance of the file, I can tell the version of the file in “C:\Windows\SysWow64\Macromed\Flash” is being returned.

What relevance/syntax should I use to output the actual folder(SySWow64) and not the re-directed folder (System32)?

Jim

FLASH_Re-directed.pdf (11.1 KB)

So the main question is what is the need? Are you passing this off to a 64 bit application somewhere?

For the client it will always open C:\Windows\System32 as the SysWow64 directory so this would only matter if you needed to pass this to another application that was 64 bit

I’m looking for BigFix to return

“C:\Windows\SysWow64\Macromed\Flash\Flash32_210_0_182.ocx”

instead of

“C:\Windows\System32\Macromed\Flash\Flash32_210_0_182.ocx”

Thanks.

Jim

1 Like

I understand this but trying to help as to why its needed? 99%+ of the times you do not need this string and you will have to do a string manipulation on the output to do this

AlanM,

Thank you for your concern and reply.

As for the business need, I choose not to share on a public forum.

If it takes string manipulation to do this, then my question has been answered.

Thanks again and Kind Regards,

Jim Donlin

There’s a possible way depending on how you found the original files that if you use the system wow64 folder inspector you will get the path you wanted, perhaps by searching a both folders?

folders of (native system folder; system wow64 folder)

You see that the folders come out with the right names that you are looking for

2 Likes