I was working on my own package. Then while i was processing i wrongly click on the message "Don't load this package on the next start of Delphi"...
Even i uninstall, clean my package... After i recompile and reinstall it successfully : Delphi show me the message that my components been compiled and registered successfully (Some new components been identified and added : TMyComponents).
I was "hoping" when i will load my testing project again my component will still be there on my form but i get the message that "Classes TMyComponent not found. Ignore error and continue ? Note : this could delete the component or lost properties values"
Then i check in the menu : "Component / Installing Package", my package appear in the list but it's "unchecked". If i check it manualy and load my project, my component is there, all is ok. if i restart delphi the package remain unchecked again and still disabled.
How can i re-activate this package to be load when i start Delphi as usual ? (Delphi-2009)