SowmiyaPachiappan
Posts: 6
Joined: Wed Sep 11, 2019 3:12 pm

mysql prerequisite not found at installation of setup file

Hi sir/madam,
I am new to advanced installer and I am adding mysql,sap crystal reports and .net framework as prerequisite. In the Prerequisites folder mysql and .net framework are present.Sap is not present. But during installation time crystal report is added as prerequisite and shown in prerequisite dialog but Mysql and .net framework are not shown.I don't know why this is happening. please help me. Its very urgent
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: mysql prerequisite not found at installation of setup file

Hello Sowmiya,

I am not quite sure I understand your scenario here. Could you please give me some more details about it (e.g. some screenshots describing the problem)?

Additionally, could you please forward me a copy of your .AIP file, by e-mail at support at advancedinstaller dot com so I can investigate it?

Looking forward to hearing from you.

P.S.: I have also answered you on the mail.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
SowmiyaPachiappan
Posts: 6
Joined: Wed Sep 11, 2019 3:12 pm

Re: mysql prerequisite not found at installation of setup file

Hi sir/madam,
Problem is resolved by deleting previously installed mysql service
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: mysql prerequisite not found at installation of setup file

Hello Sowmiya,

Thank you for your followup on this.

I am glad you got this working.

Kind regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
SowmiyaPachiappan
Posts: 6
Joined: Wed Sep 11, 2019 3:12 pm

Re: mysql prerequisite not found at installation of setup file

Hi sir,

Thank you sir. Sir, I have mysql.data.dll for connecting mysql server.In advanced installer how to add .dll file instead of odbc connector.Is there any way? Please help me.
SowmiyaPachiappan
Posts: 6
Joined: Wed Sep 11, 2019 3:12 pm

Re: mysql prerequisite not found at installation of setup file

Hi sir,
I followed your link to create dll file from a installer class. I have followed the following link:
https://www.advancedinstaller.com/user- ... et-ca.html
But .dll file is not created. How to do that? please help mee...... its urgent.... please help me.....
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: mysql prerequisite not found at installation of setup file

Hello Sowmiya,

Please have a look on our "Configure an ODBC driver" article which I think you may find useful. Additionally, please have a look on our "Configure MySQL Server Connection" article which I also think may come in handy.

Hope this helps.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
SowmiyaPachiappan
Posts: 6
Joined: Wed Sep 11, 2019 3:12 pm

Re: mysql prerequisite not found at installation of setup file

Hi sir,
I got an error on connection.
The screenshot is here.
https://ibb.co/r2jKJLN
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: mysql prerequisite not found at installation of setup file

Hello Sowmiya,

This error is usually thrown when, on the target machine, the ODBC driver you are specifying in your SQL Connection parameters is not installed.

You can check this first hand by running the "C:\Windows\System32\odbcad32.exe" file (on 32-bit machines) and check your currently installed drivers from the "Drivers" tab. On 64-bit machines you should run the "C:\Windows\SysWOW64\odbcad32.exe" file in order to check the 32-bit installed drivers.

Hope this helps.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”