Setup not installing 32bit Crystal

Bernie

Well-known member
Joined
Aug 13, 2007
Messages
98
Programming Experience
3-5
My application is written in vb.net and has to run in 32 bit mode due to ODBC driver limitations. The app is fairly simple, it acesses a db, masages the data a bit and then displays a Crystal report.

I've got VS to crate x86 code only and I told the installer I wanted x86 only. But the install package was both 32 and 64 bit Crytal installers. When I run the setup on a 64 bit machine. Crystal installs the 64 bit drivers and my program crashes because it can't access the 64 code.

Is there a way in Setup to force Crystal to install the extra 32 bit code?

I can manually work around by running the 32 bit crystal installer and it works OK. I just need a better way for the user to do the install.

Bernie
 
Back
Top