|
|
 | | From: | Robin Read | | Subject: | Re: BDE install and update to 5.2.0.2 with Inno | | Date: | Sun, 5 Dec 2004 12:19:59 -0400 |
|
|
 | Hi Christopher,
This will be very useful to me! Thanks! One thing... In your files section, you can replace the "DestDir: {win}\temp; Flags: deleteafterinstall" with "DestDir: {tmp}". This way, these files will be automatically "deleted after install". In the end, there is no difference, but, if you get wiseguys like me [:-)] who don't have a typical system setting for TEMP (or TMP) to be C:\{win}\temp... say I liked it the old way...C:\temp, then you might be making a dir that doesn't already exist... actually, chances are that it would still exist there (C:\{win}\temp) anyway.
I know...I'm just rambling...
Anyway, I don't know where to get this "bdeset.exe" in your [Files] section. Where did you get it? Got a link?
tanks, Robin Read Nova Scotia, Canada
Like this... [Files] Source: C:\Program Files\dBASE\PLUS\Files\Landisc\installer\minireg.exe; DestDir: {tmp} Source: C:\Program Files\dBASE\PLUS\Files\Landisc\installer\bdeinst.dll; DestDir: {tmp}Source: C:\Program Files\dBASE\PLUS\Files\Landisc\installer\bdeset.exe; DestDir: {tmp} Source: C:\Program Files\dBASE\PLUS\Files\Landisc\installer\bdeupdate.exe; DestDir: {tmp}
|
|
|