I would like to run binaries from windows 7 on vista, but receive the following error
Program 'runas.exe' failed to execute: %1 is not a valid Win32 application
At line:1 char:13
+ .\runas.exe <<<< .
At line:1 char:1
+ <<<< .\runas.exe
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
for example runas.exe (vista Home Premium version does not remember passwords while 7 version does).
I am using Windows Vista Home Premium 64 bit and Windows 7 Home Premium 64 bit.
Is it possible to run windows 7 binaries on vista, & if so, how is it done?
runas? If so, why? Is itrunasitself? Why? Why not use the one that came with Vista? What makes it a Windows 7 binary in the first place? – Oliver Salzburg♦ Apr 28 '12 at 9:50runas.exe, and it is used because the Vista Home Premium version does not save passwords. It is a "Windows 7 binary" because it was copied from a Win7 system. – grawity Apr 28 '12 at 10:15