Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Farrell, Jerry D wrote: > Is the installation missing a file? I also get errors saying the > installation is not correct, when installing on a another machine > besides my development machine. I am using 2288 build from the > repository with VS 2005. Bo, suggested that this may be a VS 2005 > problem with my project setup? > Building using VS2005 is not supported for 2.5.x. It requires quite a lot of code changes and there are installation changes too. Not sure if innosetup supports merge modules (probably does these days) but you need to install the vs2005 runtimes from the microsoft merge modules so they register with the system correctly (otherwise you get the 'incorrect installation' error). You also need vs2005 compiled versions of all the dependent libraries - you cannot mix vs2003 and vs2005 code in the same build as the runtimes are incompatible. Tony