Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fog-client a 64 bit application #146

Open
Sebastian-Roth opened this issue Mar 6, 2023 · 1 comment
Open

Make fog-client a 64 bit application #146

Sebastian-Roth opened this issue Mar 6, 2023 · 1 comment

Comments

@Sebastian-Roth
Copy link
Member

The fog-client still seems to be 32 bit as it is installed in C:\Program Files (x86)\FOG and also Powershell module detects x86 architecture.

What consequenses would it have to make it a 64 bit application? Anyone still using 32 bit Windows that cannot handle 64 bit fog-client?

@osiktech
Copy link

I would rather see an application per archictecture: x64, x86, aarch64.

Also as workaround until this is possible one could run:

%windir%\SysWOW64\cmd.exe /c %windir%\sysnative\cmd.exe /c <THECOMMAND>

To run a platform native application/script/snapin.

I believe this should be part of fogproject/packages/web/lib/pages/snapinmanagementpage.class.php ~ lines 29 to 45.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants