Install issue via XE2

General TRichView support forum. Please post your questions here
Post Reply
tonzo.mouse
Posts: 3
Joined: Tue Jun 05, 2018 7:36 am

Install issue via XE2

Post by tonzo.mouse »

Hi,

I tried to install the TRichView.v.17.03.0 on XE2.
so i use the IDEInstall.exe in the folder Setup and choose the file TRichViewFullDelphi.iide to instll it.
But it failed.
And I got a error message like this:
error mes
error mes
err.jpg (125.85 KiB) Viewed 16963 times
So what can i do next?
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Install issue via XE2

Post by Sergey Tkachenko »

Very strange. "path written by the installer" is the initial value of the Files in the section [Install] in the configuration files.
But the installer must replace it with the actual value. Normally, the actual value is a corresponding environment variable.
For TRichView full version, it must be

Code: Select all

Files=%TRichViewVCL
Open <TRichView Dir>\Setup\TRichViewFullDelphi.iide and make this correction.
tonzo.mouse
Posts: 3
Joined: Tue Jun 05, 2018 7:36 am

Re: Install issue via XE2

Post by tonzo.mouse »

Hi Sergey,

I modified the Files section to "Files=%TRichViewVCL" in the file of TRichViewFullDelphi.iide.

But when i tried to install the trichview again, i got a new wrong message:
Not Defined.jpg
Not Defined.jpg (8.07 KiB) Viewed 16946 times
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Install issue via XE2

Post by Sergey Tkachenko »

This variable is created by the installer.

Did you run the installer (not IDEInstall, but the installer that unpacks files)?
tonzo.mouse
Posts: 3
Joined: Tue Jun 05, 2018 7:36 am

Re: Install issue via XE2

Post by tonzo.mouse »

I check out my folders, but no file named installer found.

i got these files like this:
fls1.jpg
fls1.jpg (16.23 KiB) Viewed 16909 times
And only IDEInstall.exe in the folder Setup
ins.jpg
ins.jpg (9.89 KiB) Viewed 16909 times
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Install issue via XE2

Post by Sergey Tkachenko »

Where did you get these files from? Normally, they are unpacked by the installer, named TRichViewSetup-17.exe or like this.
Post Reply