BDE Installation: there is not enough space on drive c. inst

Got a problem you cannot solve? Try here.
delphi4life
Posts: 6
Joined: Wed Jun 20, 2012 9:29 am

BDE Installation: there is not enough space on drive c. inst

Postby delphi4life » Wed Jun 20, 2012 9:33 am

I am trying to install BDE Engine by executing the following command line from my installation program as follows.

ShellExecute(0, nil, 'regsvr32.exe', 'BdeInst.dll', nil, SW_SHOW);

It pops up with a message requesting permission to install BDE Engine at a particular location. When you click okay button, it pops up another a message as follows.

enter image description here

I did verify that I have plenty of free space in my hardrive. When you click on Yes button, it installs the BDE engine successfully.

I don't know why. Plus, there is not much information online about this.

Any input will be greatly appreciated.

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: BDE Installation: there is not enough space on drive c.

Postby FrancescoT » Wed Jun 20, 2012 11:28 am

Dear User,

I am not quite sure if there is a possible misunderstanding.

How do you call ShellExecute from InstallAware?

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

delphi4life
Posts: 6
Joined: Wed Jun 20, 2012 9:29 am

Re: BDE Installation: there is not enough space on drive c.

Postby delphi4life » Thu Jun 21, 2012 6:36 am

:?
Sorry. I meant to ask a different question. You can't execute that command from your program, but I need to be able to install BDE Engine with my installation.

I tried to add command "regsvr32 BdeInst.dll" line under "Advanced Program -> Run Programs." It wouldn't execute that command at all. This is after trying many different suggestions made by online users across the Internet.

So, I restored to calling the API code "ShellExecute" from my Install Application. Although it works, it runs into error message, "There is not enough space on drive c...."

What suggestion do you have if I may ask? If this question is not relevant for this forum, please, delete, close or kill it.

Thank you,

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: BDE Installation: there is not enough space on drive c.

Postby FrancescoT » Thu Jun 21, 2012 7:08 am

Dear User,

have you tried to execute your exe using "Run Program" command from your script?
It works exactly as ShellExecute does.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE

delphi4life
Posts: 6
Joined: Wed Jun 20, 2012 9:29 am

Re: BDE Installation: there is not enough space on drive c.

Postby delphi4life » Thu Jun 21, 2012 10:07 am

I figured out the problem, but I don't know what the solution is yet. Under "Advanced Option -> ODBC" if I add the database driver for my Paradox db table, it throws the error message 2343 when I test run my installation project. Without the driver, it executes with no error.

Any idea,

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: BDE Installation: there is not enough space on drive c.

Postby FrancescoT » Fri Jun 22, 2012 4:00 am

Dear User,

are you refering to Windows Installer error?

If true, the cause of the error is reported by Windows Installer as "Specified path is empty".
So it probably means one of your Install Files commands or Create Directory commands have an empty target path.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 22 guests