IDEInstall.exe don't support delphi tokyo update 1
IDEInstall.exe don't support delphi tokyo update 1
Hello support,
I have downloaded the trial version of TRichView 17.1.1
The Delphi versions installed on my computer are: Delphi2010, Delphi 10.1 Berlin, Delphi 10.2 Tokyo update1
The IDEInstall.exe don't show Delphi 10.2 Tokyo in list. Version of IDEInstall is: 2.1.0.8
I have downloaded the trial version of TRichView 17.1.1
The Delphi versions installed on my computer are: Delphi2010, Delphi 10.1 Berlin, Delphi 10.2 Tokyo update1
The IDEInstall.exe don't show Delphi 10.2 Tokyo in list. Version of IDEInstall is: 2.1.0.8
- Attachments
-
- richview.png (69.21 KiB) Viewed 45373 times
-
- delphi.png (61.27 KiB) Viewed 45373 times
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: IDEInstall.exe don't support delphi tokyo update 1
This installer supports RAD Studio 10.2.
Can you check your Registry?
(type "regedit" in Windows search box to find and run the Registry editor)
Do you have the key
HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0\Personalities ?
Do you have "BCB" and "Delphi.Win32" listed there?
Can you check your Registry?
(type "regedit" in Windows search box to find and run the Registry editor)
Do you have the key
HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0\Personalities ?
Do you have "BCB" and "Delphi.Win32" listed there?
Re: IDEInstall.exe don't support delphi tokyo update 1
Yes the key exists.Sergey Tkachenko wrote: ↑Sat Nov 25, 2017 7:23 pm Do you have the key
HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0\Personalities ?
Do you have "BCB" and "Delphi.Win32" listed there?
- Attachments
-
- regDelphi.png (91.07 KiB) Viewed 45370 times
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: IDEInstall.exe don't support delphi tokyo update 1
I'll create a special version of installer that writes a log file about found Delphi versions, to find the reason of this problem.
Re: IDEInstall.exe don't support delphi tokyo update 1
Thank you very much. I'm waiting for installer.Sergey Tkachenko wrote: ↑Sun Nov 26, 2017 6:15 pm I'll create a special version of installer that writes a log file about found Delphi versions, to find the reason of this problem.
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: IDEInstall.exe don't support delphi tokyo update 1
Sorry for the delay, we had to build new setups to fix ScaleRichView caret problem.
I'll make a debug version if IDE installer tomorrow.
I'll make a debug version if IDE installer tomorrow.
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: IDEInstall.exe don't support delphi tokyo update 1
Please replace <TRichView Dir>\Setup\IDEInstall.exe with the file from http://www.trichview.com/support/files/ ... IDELog.zip
Run this file. When it asks for a script file, select TRichViewTrialDelphi.iide in the same folder.
Press Next to show IDE list. Now you can exit the Setup.
Send me IDE.log file (in the same folder)
Run this file. When it asks for a script file, select TRichViewTrialDelphi.iide in the same folder.
Press Next to show IDE list. Now you can exit the Setup.
Send me IDE.log file (in the same folder)
Re: IDEInstall.exe don't support delphi tokyo update 1
Thank you.Sergey Tkachenko wrote: ↑Wed Nov 29, 2017 10:43 am Please replace <TRichView Dir>\Setup\IDEInstall.exe with the file from http://www.trichview.com/support/files/ ... IDELog.zip
Run this file. When it asks for a script file, select TRichViewTrialDelphi.iide in the same folder.
Press Next to show IDE list. Now you can exit the Setup.
Send me IDE.log file (in the same folder)
This is log file.
- Attachments
-
- IDE.log
- (1.02 KiB) Downloaded 1818 times
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: IDEInstall.exe don't support delphi tokyo update 1
As I can see, the installer thinks that your installation if RAD Studio 10.2 is not correct. It checks if the main IDE executable file exists (E:\EmbarcaderoTokyo\19.0\bin\bds.exe), and cannot find it.
Do you have this file in this location?
Is your copy of RAD Studio 10.2 installed in E:\EmbarcaderoTokyo\19.0\?
Do you have this file in this location?
Is your copy of RAD Studio 10.2 installed in E:\EmbarcaderoTokyo\19.0\?
Re: IDEInstall.exe don't support delphi tokyo update 1
Thank you.Sergey Tkachenko wrote: ↑Wed Nov 29, 2017 12:08 pm As I can see, the installer thinks that your installation if RAD Studio 10.2 is not correct. It checks if the main IDE executable file exists (E:\EmbarcaderoTokyo\19.0\bin\bds.exe), and cannot find it.
Do you have this file in this location?
Is your copy of RAD Studio 10.2 installed in E:\EmbarcaderoTokyo\19.0\?
I had installed Delphi Tokyo in E:\EmbarcaderoTokyo in past. Now I have uninstalled it and then installed it's update1 (Delphi 10.2.1) in E:\EmbarcaderoTokyo10.2.1
It seems that the Delphi installer have not update registry data. I edited the registry information and now your installer shows it in the list.
But another problem occurred. The installer installed TRichView, TRichViewDB, TRichViewActions on Delphi Tokyo but there is an error in installing ScaleRichView. This is content of error log:
-------------------------------------
Error compiling C:\VCL\TRichViewTrialDelphi\ScaleRichView\Trial\10_2\SRVPkgD10_2.dpk:
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
SRVPkgD10_2.dpk(93) Fatal: F2051 Unit SclRVRuler was compiled with a different version of RVRuler.TRVRuler
-------------------------------------
Error compiling C:\VCL\TRichViewTrialDelphi\ScaleRichView\Trial\10_2\DBSRVPkgD10_2.dpk:
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
SRVPkgD10_2.dpk(30) Fatal: E2225 Never-build package 'vcl' must be recompiled
SRVPkgD10_2.dpk(1)
-------------------------------------
Error compiling C:\VCL\TRichViewTrialDelphi\SRVControls\Source\SRVControlsD10_2.dpk:
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
Fatal: E2202 Required package 'SRVPkgD10_2' not found
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: IDEInstall.exe don't support delphi tokyo update 1
Please post the library path for 10.2 (menu Tools | Environment Options, Delphi Options | Library, Selected platform = 32-bit Windows, Library path)
And a weird guess: maybe you have RVRuler.pas or RVRuler.dcu from another version of our components, or maybe not even from our components, somewhere where Delphi can find it?
And a weird guess: maybe you have RVRuler.pas or RVRuler.dcu from another version of our components, or maybe not even from our components, somewhere where Delphi can find it?
Re: IDEInstall.exe don't support delphi tokyo update 1
I had a old version of ScaleRichView. I deleted it's folder and the IDE installer installed 8.1.1 successfully.Sergey Tkachenko wrote: ↑Wed Nov 29, 2017 12:50 pm And a weird guess: maybe you have RVRuler.pas or RVRuler.dcu from another version of our components, or maybe not even from our components, somewhere where Delphi can find it?
Thank you very very much.
I will buy TRichView and TScaleRichView from your site soon.
-
- Posts: 1
- Joined: Fri Dec 07, 2018 12:05 am
Re: IDEInstall.exe don't support delphi tokyo update 1
Hi, could you help me with the installation of TrichView, I want to install it but it sends me errors
Preparing... Done.
Installing TRichView... FAILED.
Installing TRichView DB Controls... FAILED.
Installing RichViewActions... FAILED.
Installing RvHtmlImporter... FAILED.
Installing RichViewXML... FAILED.
Installing optional integration in ReportBuilder... Skipped.
Installing optional integration in DevExpress VCL... Skipped.
Installing optional ExpressSpellChecker parser... Skipped.
Installing optional RvHtmlViewImporter... Skipped.
Installing optional Addict 4 parser... Skipped.
Installing HunSpell parser... FAILED.
Preparing... Done.
Installing TRichView... FAILED.
Installing TRichView DB Controls... FAILED.
Installing RichViewActions... FAILED.
Installing RvHtmlImporter... FAILED.
Installing RichViewXML... FAILED.
Installing optional integration in ReportBuilder... Skipped.
Installing optional integration in DevExpress VCL... Skipped.
Installing optional ExpressSpellChecker parser... Skipped.
Installing optional RvHtmlViewImporter... Skipped.
Installing optional Addict 4 parser... Skipped.
Installing HunSpell parser... FAILED.
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: IDEInstall.exe don't support delphi tokyo update 1
Administrator, when installation finished, you should see "Error log" button. Click on it, and send me your error log.