I am so frustrated with finding that to deploy óne's developments is turning out to be such a problem.
I have tried Installshield Express Borland Limited Eddition (which came with my Delphi Enterprise) and InnoSetup 3.07 neither of which are installing vcl60.bpl apparently.
To make my life more interesting I am using W2K but my deployments need to go to and work on any OS from W95 to W-XP
I prefer InnoSetup 3.07 but that does not (from what I can see) allow one to have specific directories created for (say) one's database files. Everything simply ends up along with the .EXE file. Which I cannot have.
As for Jordan Russel's Installing BDE (Borland Database Engine) all one needs to do essentially is to
"1. download MiniReg.exe
2. Move the extracted BDEINST.DLL to your installation's source directory. Add these lines to your script:
[Files]
Source: "MiniReg.exe"; DestDir: "{tmp}"
Source: "BdeInst.dll"; DestDir: "{tmp}"
[Run]
Filename: "{tmp}\MiniReg.exe"; Parameters: """{tmp}\BdeInst.dll"""
That's it."
I wish! Because unfortunately that is not "ít" from my experience. :-(
And there is no way I can find to contact him to query this.
Can anyone please throw some light on why vcl60.bpl is not installing and/or how to get InnoScript 3.07 to create specific directories?
Thanks in advance.
I have tried Installshield Express Borland Limited Eddition (which came with my Delphi Enterprise) and InnoSetup 3.07 neither of which are installing vcl60.bpl apparently.
To make my life more interesting I am using W2K but my deployments need to go to and work on any OS from W95 to W-XP
I prefer InnoSetup 3.07 but that does not (from what I can see) allow one to have specific directories created for (say) one's database files. Everything simply ends up along with the .EXE file. Which I cannot have.
As for Jordan Russel's Installing BDE (Borland Database Engine) all one needs to do essentially is to
"1. download MiniReg.exe
2. Move the extracted BDEINST.DLL to your installation's source directory. Add these lines to your script:
[Files]
Source: "MiniReg.exe"; DestDir: "{tmp}"
Source: "BdeInst.dll"; DestDir: "{tmp}"
[Run]
Filename: "{tmp}\MiniReg.exe"; Parameters: """{tmp}\BdeInst.dll"""
That's it."
I wish! Because unfortunately that is not "ít" from my experience. :-(
And there is no way I can find to contact him to query this.
Can anyone please throw some light on why vcl60.bpl is not installing and/or how to get InnoScript 3.07 to create specific directories?
Thanks in advance.