manually install the packages

contains all delphi packages mentioned below
Post Reply
ronynish
Posts: 4
Joined: Tue Mar 11, 2014 7:52 pm

manually install the packages

Post by ronynish »

Delphi XE3 with madExcept 4.0.9

I'm making an installer for plugins and components, but when installing the MadExcept manually, the plugin does not work as expected.
Is there any script to do this installation manually?

Here are my steps:
1) Registering packages;
2) Sets the current path of the fonts in the Library Delhpi;
3) I change the HKEY_CURRENT_USER \ Software \ Embarcadero \ BDS \ 10.0 \ Globals \ ForceEnvOptionsUpdate to 1;
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: manually install the packages

Post by madshi »

"The plugin does not work as expected". I would expect a more detailed problem description from a fellow developer... :wink:

What works, what doesn't?
ronynish
Posts: 4
Joined: Tue Mar 11, 2014 7:52 pm

Re: manually install the packages

Post by ronynish »

After install manually the packages, on Delphi don´t work, raising default exceptions. I like the madexcept debuger exception.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: manually install the packages

Post by madshi »

Do you see the "madExcept Settings..." menu item in the Delphi project menu?
ronynish
Posts: 4
Joined: Tue Mar 11, 2014 7:52 pm

Re: manually install the packages

Post by ronynish »

Yes, enable madExcept is marked.
MadExcept with default values.

attached prints.
Attachments
madExcept.7z
prints delphi
(203.91 KiB) Downloaded 517 times
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: manually install the packages

Post by madshi »

Are there any complaints/warnings when compiling? Check the "Build" tab in the "Messages" part of the Delphi GUI, after compiling.

Have you changed the madExcept folder structure in any way? The madExceptWizard_.bpl needs the madExceptPatch.exe to be in the same relative folder position, otherwise it won't find it.
ronynish
Posts: 4
Joined: Tue Mar 11, 2014 7:52 pm

Re: manually install the packages

Post by ronynish »

I changed the folder structure and It worked!

Thanks, Mathias!

:D :D :D :D :D :D :D :D
Post Reply