windows 7 pro 64bit installing 32bit app

  • Thread starter Thread starter Stuart Macleod
  • Start date Start date
S

Stuart Macleod

i am installing a 32 bit app on a 64 bit win7 platform
it registers regsize32.ocx in the install but when i try and load the app it
fails on that file and i can not run regsvr32 as the file is not present
where does win7 place 32 but drivers like program files x86
 
You will find the 32bit version of regsvr32 at c:\windows\syswow64. The ocx
might be in the same folder as regsvr32 or could be in the folder where you
installed the app (\program files(x86)).
 
Stuart said:
i am installing a 32 bit app on a 64 bit win7 platform
it registers regsize32.ocx in the install but when i try and load
the app it fails on that file and i can not run regsvr32 as the
file is not present where does win7 place 32 but drivers like
program files x86

What application?
 
Back
Top