We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: