Tina Currie wrote on 2010-11-16: > I had exactly the same problem recently when client changed to win7. > Putting the ocx in the same dir as VFP file didn't work and I had to > register the ocx (and I had a few to register too) as admin on each of > the client machines running the app. App lived on the server, but I > had to register the ocx on each PC to have it work properly. And > yeah, need to find out first if they are 32 or 64 bit OS so you know > where to park the ocx files. > > A pain in the bum agreed - but for all the other benefits of Win7, > small price to pay I thought. > > Tina > DataHouse >
Tina, If the VFP EXE was on the local machine, not in the Program Files folder structure, The OCX files would work being registered there. Using INNO to create the install scripts allows you to force the installer to run as 32-bit. This insures the Program Files maps to Program Files (x86) and the System32 maps to SysWOW64. I haven't researched WIX Installer to see if there is a way to force 32-bit mode. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/000301cb8665$9777a290$c666e7...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

