Spongebob Comrade
Spongebob Comrade

Reputation: 1568

Delphi XE2 can not load CnPack

I have a fresh win 10 installation with Delphi XE2.

I tried to install CnPack but there was no chance (It says couldn't find wizard): enter image description here

Also registry is OK and the file is in there and the permissions are OK. enter image description here

Its version is CnWizards_1.1.3.896 which is currently the latest version.

I have tried older versions as well but there was no chance.

Any idea ?

Upvotes: 1

Views: 1237

Answers (1)

Rony J.
Rony J.

Reputation: 31

I had the same problem and I got it to resolve to do this.

I downloaded the Source file and the Installer file.

I used this version 1.1.3.896.

First I open the source in Delphi and Compile, Build and Install the following components.

  1. CnPack_DXE2.dpk. (Compile and Build)
  2. CnWizards_DXE2.dpr (Compile and Build)
  3. dclCnPack_DXE2.dpk (Compile, Build and Install)
  4. Execute the Installer file.

Now, this is the secret for me.

Replaced the files (CnWizards_DXE2.dll).

In the Third Step, it creates CnWizards_DXE2.dll (CnWizards\bin). Copy this file and paste in the local installation ([program files\CnPack\CnWizards]).

I created the mini tutorial in Portuguese for this situation, if necessary I can send it for you.

Sorry, my English is not good.

Bye for now

Upvotes: 3

Related Questions